Top "Tls1.2" questions

Transport Layer Security (TLS) is a cryptographic protocol designed to provide communications security over a computer network.

what is my openssl and ssl Default CA Certs Path?

Background : I am trying to create an SSL context connection with an external vendor for handshake and then communicate using …

python ssl https openssl tls1.2
OpenSSL: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version

wget -O /Users/itaybd/Finzor_2_26/dev_code/Engine/DATA/EOD/S_temp.zip https://www.quandl.com/api/v3/datatables/…

python ssl openssl wget tls1.2
Kubernetes. HTTPS API return `Unauthorized`

Kubernetes API request curl https://192.168.0.139 --cacert /home/mongeo/ku-certs/ca.pem return Unauthorized Request curl localhost:8080 worked good. My kube-proxy …

curl docker kubernetes tls1.2
How to connect to TLS 1.2 enabled URL with Java

How to connect to TLS 1.2 enabled URL using HTTP POST Method.

ssl tls1.2
Using Indy 10 IdHTTP with TLS 1.2

Im using Delphi XE2 with Indy 10.5.8.0 Currently i need to change a connection to one of our server to use …

delphi ssl delphi-xe2 indy10 tls1.2
Best way for verifying server compliance to Apple's ATS / TLS 1.2 requirement

So Apple requires TLS 1.2 with Forward Secrecy for URLs beginning iOS 9. Independent of the app, what's the best way to …

ios ssl tls1.2 app-transport-security
node.js mqtt client using TLS

I am trying to implement a node.js mqtt client with TLS using the package below; https://www.npmjs.com/…

node.js ssl mqtt tls1.2 mosca
How do we specify TLS/SSL options in Guzzle?

We are starting to use Guzzle in PHP with code which calls a variety of different APIs, a few of …

php ssl curl guzzle tls1.2
SSL and Outdated TLS(1.0 and 1.1) for Web Service client application on .Net 3.5

As per PCI, we need to stop using SSL and TLS(1.0 and 1.1 in certain implementation) from June 30th 2016 as per …

c# .net ssl pci-compliance tls1.2
How to get the error string in openssl?

I am using openssl to establish the TLS connection with the remote server. Here are the code snippets: if ((ret = …

ssl openssl tls1.2