About 7,250 results
Open links in new tab
  1. Difficulty in accessing azure china a/c using Azure rest api

    Jul 16, 2015 · 1. I have created one valid certificate and added this in both normal azure a/c and azure china a/c

  2. System.Net.Http.HttpRequestException: SSL

    Jun 6, 2019 · System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: …

  3. use xp_cmdshell to connect FTP SSL - social.msdn.microsoft.com

    Apr 23, 2011 · It works fine if the connection is not SSL secured. But I need to connect using SSL and the ftp command doesn’t have any options for that.

  4. SSL session key logging - social.msdn.microsoft.com

    Jan 15, 2019 · I understand it is technically not feasible to decrypt ssl transactions involving DH key exchange using a completely non-invasive solution, but would like to keep it that way as …

  5. WCF web service stopped working with SSL on localhost

    Apr 23, 2013 · My web service was working under SSL on localhost, but then it suddenly stopped and I have no idea why.

  6. The site does not have a secure binding (HTTPS) and cannot …

    Sep 28, 2021 · How can I get rid of "The site does not have a secure binding (HTTPS) and cannot accept SSL connections" message using Self-Signed certificate?

  7. SSL packet decryption - social.msdn.microsoft.com

    Jan 23, 2014 · 3) Use the session key to decrypt the SSL app data, you should take care of the CBC mode. This can work for SSL packet encrypted by https.sys or by user mode library …

  8. HTTP Error 403.7 - Forbidden: SSL client certificate is required.

    I host there WCF service. Add to them mapping one-to-one certificate on domain user. Service uses basic http binding, here is web.config:

  9. How to change default SSL port in IIS 6.0

    Sep 28, 2021 · How to change default SSL port in IIS 6.0 ? and what access rights required for that ?

  10. Trust an invalid SSL certificate in HttpWebRequest?

    Dec 3, 2012 · Everything works fine if the used SSL certificate is valid. But once the SSL certificate can not be validated (e.g. a self signed certificate), the request fails. A work around …