vote up 0 vote down star

Hi,

I'm trying to upload a file with a client application using BITS (Microsoft's Background Intelligent Transfer Service) via HTTPS. The development server I'm uploading to/testing with does not have a properly signed certificate for SSL (it's self-signed). This means that the transfer always errors out, as BITS recognizes that the certificate is self-signed and refuses to complete the job.

Is there any way to programmatically tell BITS ignore the certificate authority and complete the upload? I know there are ways to do this with the HttpWebRequest class in C#, but I don't know how to do this with BITS specifically.

Thanks!

flag

40% accept rate

1 Answer

vote up 0 vote down

Use /SETSECURITYFLAGS.

Source: http://www.howtogeek.com/wiki/Bitsadmin

link|flag
I saw that before, but I'm not using BITSAdmin--is there any way to do that programmatically? That's what I'm having trouble figuring out how to do :) – DashRantic Aug 17 at 14:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.