Top "Tls1.2" questions

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

Is TLS 1.1 and TLS 1.2 enabled by default for .NET 4.5 and .NET 4.5.1?

On our Windows 2012 Server R2, we need to disabled TLS 1.0. However we have .NET 4.5 Wcf services running. We found that …

c# .net wcf ssl tls1.2
When was TLS 1.2 support added to OpenSSL?

Does OpenSSL 0.9.8x support TLS1.2? I looked at the changelog for OpenSSL but didn't find any information on this: https://…

openssl tls1.2
How to test which version of TLS my .NET client is using?

I support a .NET site which (amongst many, MANY, other things) talks to remote APIs from supplier systems. We want …

.net fiddler wireshark packet-sniffers tls1.2
System.Net.SecurityProtocolType.Tls12 definition not found

I'm trying to add the following line of code to the Global.asax file in a website project. System.Net.…

c# .net ssl tls1.2
Does Microsoft OLE DB Provider for SQL Server support TLS 1.2

Our client recently upgraded from TLS 1.0 to TLS 1.2 and after this our software cannot connect with SQL server. It uses …

sql-server oledb tls1.2
"fatal: HttpRequestException encountered." Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support

Problem I recently encountered the following message when I pushed to a GitHub repo: "fatal: HttpRequestException encountered. " followed by being …

git github bitbucket tls1.2 tls1.0
TLS 1.2 not negotiated in .NET 4.7 without explicit ServicePointManager.SecurityProtocol call

I need to upgrade a .NET application to support a call to an API on a website that only supports …

c# .net winforms httpwebrequest tls1.2
Chrome "Active content with certificate errors"

We recently updated our ZNC server (don't think this matters) with a new certificate to include a Subject Alternative Name (…

google-chrome ssl ssl-certificate chromium tls1.2
How to Enable TLS 1.2, 1.1,1.0, and SSL in iOS app?

My question is related to Apple Transport Security (ATS) and I am too much confused. I want to support all …

ios tls1.2 app-transport-security
IE is not sending Client certificate in TLS mutual authentication

I am trying to establish a TLS mutual authentication with third party API. Client certificate is configured fine and when …

internet-explorer wireshark x509 tls1.2 client-certificates