Skip to content

Conversation

Raynos
Copy link
Contributor

@Raynos Raynos commented May 10, 2013

Using only SNICallback to create a HTTPS / TLS server is bad. It means all non SNI clients can't do anything because there are no certs.

in v0.10 of node TLS server was updated to throw if you forgot to supply certs.

Which means that every HTTPS server needs to supply certs as a fallback for when SNI is not available.

Using only SNICallback to create a HTTPS / TLS server is bad. It means all non SNI clients can't do anything because there are no certs. in v0.10 of node TLS server was updated to throw if you forgot to supply certs. Which means that every HTTPS server needs to supply certs as a fallback for when SNI is not available. - closes http-party#399
indexzero added a commit that referenced this pull request Jun 15, 2013
Pass default certs to SNICallback example
@indexzero indexzero merged commit 5ff2b6e into http-party:master Jun 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants