Skip to content

Instantly share code, notes, and snippets.

System.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 31 - Encryption(ssl/tls) handshake failed) ---> System.Security.Cryptography.CryptographicException: Error occurred during a cryptographic operation.
at Internal.Cryptography.Pal.SecTrustChainPal.ParseResults(SafeX509ChainHandle chainHandle, X509RevocationMode revocationMode)
at Internal.Cryptography.Pal.SecTrustChainPal.Execute(DateTime verificationTime, Boolean allowNetwork, OidCollection applicationPolicy, OidCollection certificatePolicy, X509RevocationFlag revocationFlag)
at Internal.Cryptography.Pal.ChainPal.BuildChain(Boolean useMachineContext, ICertificatePal cert, X509Certificate2Collection extraStore, OidCollection applicationPolicy, OidCollection certificatePolicy, X509RevocationMode revocationMode, X509RevocationFlag revocationFlag, DateTime verificationTime, TimeSpan timeout)
at System.Secu

Keybase proof

I hereby claim:

  • I am nm-harry on github.
  • I am hhtpcd (https://keybase.io/hhtpcd) on keybase.
  • I have a public key ASDzubkY3esTyW-pLLKkedgpnM1nI-wH_TV5VLPPfEgGlgo

To claim this, I am signing this object:

server {
listen 80;
server_name www.superwebsite.com;
root /var/www/html;
set $skip_cache 0;