Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Clarify that HTTP and TLS go over ports 80 and 443 #200

Merged
merged 1 commit into from
Oct 27, 2016
Merged

Clarify that HTTP and TLS go over ports 80 and 443 #200

merged 1 commit into from
Oct 27, 2016

Conversation

bifurcation
Copy link
Contributor

Fixes #190

@jsha jsha merged commit 183e0cd into master Oct 27, 2016
@jsha jsha deleted the ports branch October 27, 2016 22:32
cpu pushed a commit to cpu/acme that referenced this pull request Oct 28, 2016
Pull request ietf-wg-acme#200 was recently merged to clarify that HTTP and TLS
challenge requests must use port 80 and 443 respectively.

The "TLS with Server Name Indication (TLS SNI)" section was updated to
read:

> Open a TLS connection to TCP port 443 the domain name being validated
> on the requested port, presenting SAN A in the SNI field.

This is a typo ("port 443 the domain name") and also still includes the
phrase "on the requested port", which is no longer true.

This commit updates the SNI challenge description to fix the typo and to
explicitly say that the server MUST use port 443 in the same
style/manner as the HTTP edit from ietf-wg-acme#200.
@cpu
Copy link
Collaborator

cpu commented Oct 28, 2016

I spotted a typo/error introduced by this PR and submitted a follow-up: #202

bifurcation pushed a commit that referenced this pull request Oct 28, 2016
Pull request #200 was recently merged to clarify that HTTP and TLS
challenge requests must use port 80 and 443 respectively.

The "TLS with Server Name Indication (TLS SNI)" section was updated to
read:

> Open a TLS connection to TCP port 443 the domain name being validated
> on the requested port, presenting SAN A in the SNI field.

This is a typo ("port 443 the domain name") and also still includes the
phrase "on the requested port", which is no longer true.

This commit updates the SNI challenge description to fix the typo and to
explicitly say that the server MUST use port 443 in the same
style/manner as the HTTP edit from #200.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants