About 116,000 results
Open links in new tab
  1. ssl certificate - How does SSL really work? - Stack Overflow

    "SSL" is the name that is most often used to refer to this protocol, but SSL specifically refers to the proprietary protocol designed by Netscape in the mid 90's. "TLS" is an IETF standard that …

  2. https - Is it possible to have SSL certificate for IP address, not ...

    But to switch to a SSL IP to save the few ms of DNS lookup sounds more hassle to me than it's worth. Plus, you may have issues taking your IP with you if you ever have to change your …

  3. ssl - What is CA certificate, and why do we need it? - Stack Overflow

    Oct 15, 2016 · A CA certificate is a digital certificate issued by a certificate authority (CA), so SSL clients (such as web browsers) can use it to verify the SSL certificates sign by this CA.

  4. security - How are ssl certificates verified? - Stack Overflow

    Often you do this to add a certificate for a local authority that you know you trust - like the company you work for or the school you attend or what not. The pre-seeded list can vary …

  5. How do CNAMES work with SSL certificates - Stack Overflow

    May 13, 2016 · What you need to do in this case, if you really want users to be able to access your app through https://app/, is to create your own self-signed SSL certificate, then insert the …

  6. dns - CNAME SSL certificates - Stack Overflow

    In addition, if multiple certificates need to be used at the same time on this IP address (and same port), support for Server Name Indication (SNI) may be required.

  7. ssl - How do client certificates work? - Stack Overflow

    May 8, 2014 · I am working with a REST service provider and they want me to use a client certificate provided by them when making HTTP call. How does a client cert achieve …

  8. SSL Certificates for just API or do clients need them to?

    Jul 10, 2014 · The SSL certificate is installed on your web server hosting your REST API. The clients don't need to have a certificate to securely exchange data with your server.

  9. How to bypass certificate errors using Microsoft Edge

    Jul 2, 2020 · Microsoft EDGE does not directly have a way to manage certificates or import certificates in order to avoid certificate errors. To allow a self-signed certificate to be used by …

  10. Java SSL - Certificates added to CACERTS do not work after restart

    Jun 22, 2020 · I am setting up a new machine with eclipse Oxygen 4.7. I spent some time getting certificates added to CACERTS so that I could access an external maven repository and …