Top "Tls1.2" questions

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

WinHTTP.WinHTTPRequest.5.1 does not work with PayPal sandbox after TLS 1.2

PayPal sandbox just recently restricted to TLS 1.2 connection. This makes our site stop working with PayPal sandbox although it stills …

paypal asp-classic winhttp tls1.2 winhttprequest
Android P without TLS: network-security-config: cleartextTrafficPermitted not possible for IP (only domain)

I'm trying to connect to an embedded device with an HTTP-server which works fine on android < P (until I …

android tls1.2 android-9.0-pie
How to force JavaMailSenderImpl to use TLS1.2?

Have a JDK7 app running on Tomcat and it does have the following env settings: -Dhttps.protocols=TLSv1.1,TLSv1.2 The …

java email smtp tls1.2
How should I proceed with upgrading to TLS 1.2?

EDIT: We have gotten a new server with updated openssl and are all set, so I'm voting to close this …

apache openssl authorize.net suse tls1.2
Enable TLS 1.2 in Android 4.4

I use Retrofit and OkHttp3 for making requests. I konw that in Android 4.4 TLS 1.1 and TLS 1.2 are not enabled by …

android retrofit2 android-4.4-kitkat tls1.2 okhttp3
Can't connect to https://localhost with ngrok (using TLS / SSL)

I've seen multiple threads on this but still can't get up and running. I've tried TLS and TCP connections, but …

ssl tls1.2 ngrok
iOS 9 app download from Amazon S3 SSL error: TLS 1.2 support

I get An SSL error has occurred and a secure connection to the server cannot be made. on iOS 9 if …

ssl ios9 tls1.2
Can't get SslStream in C# to accept TLS 1.2 protocol with .net framework 4.6

I have made a program that is supposed to accept an SSL connection. I want it to only accept TLS 1.2 …

c# .net ssl tls1.2
Determine TLS version from established SqlConnection

In a live system, we are making multiple connections to various MSSQL servers using the SqlConnection object in C#. As …

c# sql-server tls1.2
mosquitto_sub with TLS enabled

I am new to MQTT and I have a frustrating problem. I have been using MQTT.fx to subscribe to …

mqtt tls1.2 mosquitto