Changeset 1903 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 18/09/12 07:53:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1901 r1903 886 886 An HTTP service based on some other underlying connection protocol 887 887 would presumably be identified using a different URI scheme, just as 888 the "https" scheme (below) is used for servers that require an SSL/TLS889 transport layer on aconnection. Other protocols might also be used to888 the "https" scheme (below) is used for resources that require an 889 end-to-end secured connection. Other protocols might also be used to 890 890 provide access to "http" identified resources — it is only the 891 891 authoritative interface used for mapping the namespace that is … … 916 916 The "https" URI scheme is hereby defined for the purpose of minting 917 917 identifiers according to their association with the hierarchical 918 namespace governed by a potential HTTP origin server listening for919 SSL/TLS-secured connections on a given TCP port.918 namespace governed by a potential HTTP origin server listening to a 919 given TCP port for TLS-secured connections <xref target="RFC5246"/>. 920 920 </t> 921 921 <t> … … 923 923 requirements for the "https" scheme, except that a default TCP port 924 924 of 443 is assumed if the port subcomponent is empty or not given, 925 and the TCP connection &MUST; be secured through the925 and the TCP connection &MUST; be secured, end-to-end, through the 926 926 use of strong encryption prior to sending the first HTTP request. 927 927 </t> … … 2362 2362 </t> 2363 2363 <t> 2364 If the request is received over a n SSL/TLS-secured TCP connection,2364 If the request is received over a TLS-secured TCP connection, 2365 2365 then the effective request URI's scheme is "https"; otherwise, the 2366 2366 scheme is "http". … … 2405 2405 <figure> 2406 2406 <preamble> 2407 Example 2: the following message received over an SSL/TLS-secured TCP 2408 connection 2407 Example 2: the following message received over a TLS-secured TCP connection 2409 2408 </preamble> 2410 2409 <artwork type="example" x:indent-with=" ">
Note: See TracChangeset
for help on using the changeset viewer.