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.

node.js, socket.io with SSL

I'm trying to get socket.io running with my SSL certificate however, it will not connect. I based my code …

ssl node.js https websocket socket.io
How can I use different certificates on specific connections?

A module I'm adding to our large Java application has to converse with another company's SSL-secured website. The problem is …

java ssl keystore truststore jsse
Ignoring SSL certificate in Apache HttpClient 4.3

How to ignore SSL certificate (trust all) for Apache HttpClient 4.3? All the answers that I have found on SO treat …

java ssl apache-httpcomponents
Keystore type: which one to use?

By looking at the file java.security of my JRE, I see that the keystore type to use by default …

java security ssl jsse
Caused by: java.security.UnrecoverableKeyException: Cannot recover key

I am supplied with a jks keystore named ABCC_client.store. When I import this keystore to cacerts and try …

java ssl ssl-certificate jks
Powershell Invoke-WebRequest Fails with SSL/TLS Secure Channel

I'm trying to execute this powershell command Invoke-WebRequest -Uri https://apod.nasa.gov/apod/ and I get this error. "Invoke-WebRequest : …

powershell ssl
bundle install fails with SSL certificate verification error

When I run bundle install for my Rails 3 project on Centos 5.5 it fails with an error: Gem::RemoteFetcher::FetchError: SSL_…

ruby-on-rails ruby ssl rubygems bundler
How can I force users to access my page over HTTPS instead of HTTP?

I've got just one page that I want to force to be accessed as an HTTPS page (PHP on Apache). …

php apache ssl https
Https Connection Android

I am doing a https post and I'm getting an exception of ssl exception Not trusted server certificate. If i …

java android ssl