About 53 results
Open links in new tab
  1. How would you test an SSL connection? - Stack Overflow

    Sep 29, 2008 · 25 openssl has an s_client, which is a quick and dirty generic client that you can use to test the server connection. It'll show the server certificate and negotiated encryption scheme.

  2. Getting error on .Net Core app "The SSL connection could not be ...

    Aug 16, 2023 · If you are using a self-signed certificate and experiencing SSL verification issues on your local computer, it may be because the certificate is not trusted by default. To resolve this issue, you …

  3. Testing SSL/TLS Client Authentication with OpenSSL

    Jan 11, 2014 · SSL_CTX_set_client_CA_list to tell the client to send its client certificate If you don't want to use the parameters for every connection (i.e. the common context), then set it for each SSL …

  4. The SSL connection could not be established - Stack Overflow

    Oct 23, 2018 · System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. And the inner exception says: The remote certificate is invalid according to the …

  5. Unable to establish SSL connection, how do I fix my SSL cert?

    Unable to establish SSL connection, how do I fix my SSL cert? Asked 12 years, 11 months ago Modified 1 year, 5 months ago Viewed 433k times

  6. ssl - HTTPS connection Python - Stack Overflow

    I am trying to verify the that target exposes a https web service. I have code to connect via HTTP but I am not sure how to connect via HTTPS. I have read you use SSL but I have also read that it d...

  7. Using Encrypt=yes in a Sql Server connection string -> "provider: SSL ...

    Sep 9, 2010 · Using Encrypt=yes in a Sql Server connection string -> "provider: SSL Provider, error: 0 - The certificate's CN name does not match the passed value." Asked 15 years, 5 months ago …

  8. TLS & SSL connections - Google Workspace Admin Help

    TLS & SSL connections Transport Layer Security (TLS) is a standard internet protocol that encrypts email for privacy and secure delivery. TLS prevents unauthorized access of email when it's in transit …

  9. How to fix "The SSL connection could not be established, see inner ...

    Jan 21, 2019 · I want to download osu! avatars to use them, but keep getting this error: The SSL connection could not be established. Inner exception is: System.Net.Http.HttpRequestException: The …

  10. ssl - How to make a TLS connection using python? - Stack Overflow

    Aug 3, 2020 · ssl_sock.close() Also have a look on the example on how to open a SSL socket in server mode. Further thoughts: Do you really need to do all that TLS stuff yourself? If the server, for …