About 50 results
Open links in new tab
  1. Validate SSL certificates with Python - Stack Overflow

    With the SSL module in Python 2.6 and later, you can write your own certificate validator. Not optimal, but doable.

  2. How to debug SSL handshake using cURL? - Stack Overflow

    Jul 19, 2013 · I would like to troubleshoot per directory authentication with client certificate. I would specially like to find out which acceptable client certificates does server send. How do I …

  3. 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 …

  4. git - SSL certificate problem: self signed certificate in certificate ...

    Aug 2, 2019 · The reason was an SSL certificate problem: 'self-signed certificate in certificate chain.'" Protected question. To answer this question, you need to have at least 10 reputation …

  5. How to get Python requests to trust a self signed SSL certificate?

    For reference (possibly for my future self), I had to download the certicicate as a .pem file by clicking on the lock icon in Firefox > Show Connection details > More information > View …

  6. ssl - OpenSSL Command to check if a server is presenting a …

    If your goal is to see the certificate presented by a MySql server, then use openssl s_client -starttls mysql -connect mysqlserver.mycorp.com:3306. This is because MySql uses a custom …

  7. Using psql to connect to PostgreSQL in SSL mode [closed]

    I am trying to configure ssl certificate for PostgreSQL server. I have created a certificate file (server.crt) and key (server.key) in data directory and update the parameter SSL to "on" to …

  8. ssl certificate - How to tell Maven to disregard SSL errors (and ...

    Learn how to configure Maven to bypass SSL errors and trust all certificates effectively. This guide provides step-by-step instructions for resolving SSL issues.

  9. How to solve javax.net.ssl.SSLHandshakeException Error?

    Mar 16, 2017 · How to solve javax.net.ssl.SSLHandshakeException Error? Asked 14 years, 3 months ago Modified 1 year, 2 months ago Viewed 877k times

  10. How can I check if a server has ssl enable or not

    Mar 4, 2016 · Does anyone of you know, if and if so, how can I check, with my application code, if a server has ssl enabled or not?