I am trying to connect to an IIS6 box running a godaddy 256bit SSL cert, and I am getting the error :
I have the following problem. I am using HttpWebRequest Class to send a post request. This post request is actually a portion of a XML file, coded before the transmission with Base64. The XML file is
I want to access a website where the certificate cannot be verified. I\'m using WWW::Mechanize get request. So how would go ab开发者_开发知识库out ignoring this and continues to connect to the website
Without divulging TOO much information, I need to setup a web server system that is intended to be used by end users all over the internet.
I am using Selenium to test a web site which has HTTP Auth and now even SSL certif开发者_如何学Pythonicate.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m being asked to do this and 开发者_开发问答I think they\'re both trying to accomplish the same thing.Would it make sense to require both?Which binding are you using?
I am trying to create an https endpoint for my azure service.I was given an p7b file that I converted into a cer file.From the cer I was able to convert with a few lines of c# to a pfx.
If I access https://www.mynetfone.com.au in a browser, the cerificate validates fine. To do anything with this site in .NET, I have to override ServicePointManager and turn certificate validation off