serverCertificateHashes #54
Labels
addition/proposal
New features or enhancements
needs implementer interest
Moving the issue forward requires implementers to express interest
What problem are you trying to solve?
Authenticate with a vm that is spun up automatically and does not have a certificate signed by valid certificate chain.
What solutions exist today?
For webtransport, the option "serverCertificateHashes" exists, which will be soon be supported by at least two major browser engines.
For now, in environments with only TCP/IP support the alternative transports over http/2 are not implemented yet and one major browser has no webtransport support at all. So if websockets are used as fallback, they need a different certificate chain than the webtransport, if serverCertificateHashes would be used.
How would you solve it?
Support for
serverCertificateHashes
, may be use as alternative second argument to the WebSocket contructor an options object:this would allow to run the WebTransport fallback in the same way as the WebTransport connection.
Anything else?
Depending on the implementation side effects to the fetch api need to be considered.
The text was updated successfully, but these errors were encountered: