ALPN
Application-Layer Protocol Negotiation (ALPN) est une extension TLS qui indique quel protocole de couche d'application négocie la connexion chiffrée sans nécessiter d'aller-retour supplémentaires.
Protocole | Séquence d'identification |
---|---|
HTTP/1.1 | 0x68 0x74 0x74 0x70 0x2F 0x31 0x2E 0x31 ("http/1.1") |
HTTP/2 | 0x68 0x32 ("h2") |
HTTP/2 over cleartext TCP | 0x68 0x32 0x63 ("h2c") |
Spécifications
Spécification | Statut | Commentaire |
---|---|---|
RFC 7301 | IETF RFC | Définition initiale. |