Skip to content

Instantly share code, notes, and snippets.

@dweekly
Created August 26, 2020 06:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dweekly/96d8962d6e213e1caf509238f24300f8 to your computer and use it in GitHub Desktop.
Save dweekly/96d8962d6e213e1caf509238f24300f8 to your computer and use it in GitHub Desktop.
Wix returns an internal TLS server error in the ServerHello when presented with an unknown SNI.
$ curl -v https://www.x.co/ --resolve www.x.co:443:23.236.62.147
* Added www.x.co:443:23.236.62.147 to DNS cache
* Hostname www.x.co was found in DNS cache
* Trying 23.236.62.147...
* TCP_NODELAY set
* Connected to www.x.co (23.236.62.147) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS alert, internal error (592):
* error:14004438:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert internal error
* Closing connection 0
curl: (35) error:14004438:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert internal error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment