-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TLS1.0 and TLS1.1 only subdomains #233
Comments
We have https://tls-v1-0.badssl.com:1010/ and https://tls-v1-1.badssl.com:1011/ Sorry, they're on unique ports because otherwise we'd need to burn a bunch of IPs. That's why they're not on the front page, though. |
@lgarron If they required SNI, couldn't they be on 443? (Also, why not have the homepage just link to the versions with ports?) |
Because people will keep asking about the ports. ;-) I think we I trouble switching the protocol version based on SNI, but |
Hehe, silly people :-)
If I have time I'll poke at the SNI thing, but in any event this is
probably more than sufficient for me.
…On Thu, Dec 22, 2016 at 5:50 PM, Lucas Garron ***@***.***> wrote:
Also, why not have the homepage just link to the versions with ports?
Because people will keep asking about the ports. ;-)
I think we I trouble switching the protocol version based on SNI, but
nginx has also changed how server/host name handling work. If you can get
them working on 443 without trouble, I'd be happy to take a PR!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#233 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAADBAC1wKZQhj2MWdayVzqOJMUSdeS7ks5rKv63gaJpZM4LUFaE>
.
--
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: D1B3 ADC0 E023 8CA6
|
These would be useful for being able to quickly test what a client supports.
The text was updated successfully, but these errors were encountered: