SSL is in no way tied to a single port value; in fact, as a protocol, it can be used over any transport medium, as long as that medium provides a bidirectional stream for arbitrary bytes.
In a Web context, you can use any port other than 443, provided that you specify it in the URL: https://www.example.com:7443/test.html
SSL协议并不局限于特定的端口,实际上,只要传输介质提供双向字节流,它就能被使用。在Web环境中,你可以选择除443之外的任何端口,只需在URL中指定,例如:https://www.example.com:7443/test.html。
390

被折叠的 条评论
为什么被折叠?



