Top "Ssl" questions

Secure Sockets Layer (SSL) is an obsolete cryptographic protocol superseded by Transport Layer Security (TLS) that provides secure communications over the Internet.

How to fix the "java.security.cert.CertificateException: No subject alternative names present" error?

I have a Java web service client, which consumes a web service via HTTPS. import javax.xml.ws.Service; @WebServiceClient(…

java ssl https certificate ssl-certificate
How to install trusted CA certificate on Android device?

I have created my own CA certificate and now I want to install it on my Android Froyo device (HTC …

android ssl installation certificate
Trust Anchor not found for Android SSL Connection

I am trying to connect to an IIS6 box running a godaddy 256bit SSL cert, and I am getting the …

android ssl ssl-certificate
Java client certificates over HTTPS/SSL

I am using Java 6 and am trying to create an HttpsURLConnection against a remote server, using a client certificate. The …

java ssl jsse sslhandshakeexception
How to create an HTTPS server in Node.js?

Given an SSL key and certificate, how does one create an HTTPS service?

javascript node.js ssl https webserver
How do you redirect HTTPS to HTTP?

How do you redirect HTTPS to HTTP?. That is, the opposite of what (seemingly) everyone teaches. I have a server …

apache ssl redirect https
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake during web service communicaiton

I am getting javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake exception when I try to do HTTPS …

java ssl webservice-client
HTTPS and SSL3_GET_SERVER_CERTIFICATE:certificate verify failed, CA is OK

I am using XAMPP for development. Recently I upgraded my installation of xampp from an old version to 1.7.3. Now when …

php ssl curl openssl ca
How to determine SSL cert expiration date from a PEM encoded certificate?

If I have the actual file and a Bash shell in Mac or Linux, how can I query the cert …

linux bash ssl openssl certificate
Java HTTPS client certificate authentication

I'm fairly new to HTTPS/SSL/TLS and I'm a bit confused over what exactly the clients are supposed to …

java ssl https client-certificates