Top "Ssl-certificate" questions

An SSL certificate is an X.509 certificate that is used to provide authentication, privacy and integrity for a secure connection.

How do Common Names (CN) and Subject Alternative Names (SAN) work together?

Assuming the Subject Alternative Name (SAN) property of an SSL certificate contains two DNS names domain.tld host.domain.tld …

ssl https ssl-certificate
Where could I buy a valid SSL certificate?

I need to have a valid SSL certificate, by valid I mean not self signed. I don't want my customers …

ssl-certificate
Java SSL: how to disable hostname verification

Is there a way for the standard java SSL sockets to disable hostname verfication for ssl connections with a property? …

java ssl ssl-certificate hostname
Certificate is trusted by PC but not by Android

Since this morning, my certificate is not trusted anymore on Android and then my application cannot connect anymore: Catch exception …

android ssl-certificate
SSL cert "err_cert_authority_invalid" on mobile chrome only

Domain: https://www.amz2btc.com Analysis from SSL Labs: https://www.ssllabs.com/ssltest/analyze.html?d=amz2btc.…

google-chrome ssl certificate ssl-certificate
How to use a client certificate to authenticate and authorize in a Web API

I am trying to use a client certificate to authenticate and authorize devices using a Web API and developed a …

c# security asp.net-web-api ssl-certificate client-certificates
SSL "Peer Not Authenticated" error with HttpClient 4.1

I am building a simple app monitor to poll one of our API URLs and email us if it can't …

java ssl httpclient ssl-certificate
Java keytool easy way to add server cert from url/port

I have a server with a self signed certificate, but also requires client side cert authentication. I am having a …

java ssl-certificate keytool
How does an SSL certificate chain bundle work?

I've created a chain hierarchy like this. root-ca ==> signing-ca ==> subordinate-ca ==> server It is mentioned to create chain …

ssl openssl certificate ssl-certificate x509certificate
keytool error: java.lang.Exception: Failed to establish chain from reply

Generate keystore: keytool -genkey -alias tomcat -keyalg RSA -keystore my.keystore -keysize 2048 Generate certificate signing request (CSR): keytool -certreq -alias …

tomcat ssl-certificate keytool