Skip to content
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 tls-v1-2 subdomain. Addresses #332. #345

Merged
merged 1 commit into from
May 16, 2018
Merged

Add tls-v1-2 subdomain. Addresses #332. #345

merged 1 commit into from
May 16, 2018

Conversation

lgarron
Copy link
Collaborator

@lgarron lgarron commented May 15, 2018

@christhompson, could you review?

This adds tls-v1-2 on port 1012, similar to how other protocol subdomains are implemented.

@christhompson
Copy link
Collaborator

Looks good to me. Do we also want to add it to the dashboard sets?

@lgarron
Copy link
Collaborator Author

lgarron commented May 16, 2018

Looks good to me. Do we also want to add it to the dashboard sets?

Good idea. Done.

(Note that not connecting to tls-v1-2 will show up as "OKAY" due to default behaviour, even though it is de facto required for being able to connect to any badssl.com resource with proper modern security practices. However, in general it is not required to be able to connect via TLS 1.2 in order to have the best security, since there are other alternatives like QUIC, SPDY, and HTTP/2.)

@christhompson christhompson merged commit 4feaae1 into master May 16, 2018
listen 80;
server_name tls-v1-2.{{ site.domain }};

return 301 https://$server_name:1011$request_uri;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This redirects to the wrong port.

include {{ site.serving-path }}/nginx-includes/wildcard-normal.conf;
include {{ site.serving-path }}/nginx-includes/tls-defaults.conf;

return 301 https://$server_name:1011$request_uri;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@lgarron lgarron deleted the tls-v1-2 branch August 26, 2018 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants