-
Notifications
You must be signed in to change notification settings - Fork 207
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 a TLS multicodec #145
add a TLS multicodec #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am +1 for explicit /tls/http
, however /https
is already used in the wild and we need to support both.
cc multiformats/multiaddr#63 (Defining /http
)
While we are at it, would be good to quickly decide what should be the canonical multiaddr representation of HTTPS, and ensure it is the default in the libraries we use internally for converting URLs to multiaddrs. Please post feedback in:
|
Add TLS as per GH/multiformats/multicodec#145
Alternatively, we could repurpose https (443) as TLS and define HTTPS to be
/tls/http
(which is, IMO, more correct).But let's make this decision quickly. I'm fine keeping this as it is and later deprecating
/https
in favor of/tls/http
.