Post

Replies

Boosts

Views

Activity

Comment on Does URLSession support ticket-based TLS session resumption
We are using the older HTTP/1.1 protocol, but with servers that support TLS 1.2. The version of HTTP shouldn't matter since the TLS (formerly SSL) session is established before the HTTP layer of the protocol starts. TLS is a lower-level protocol than HTTP, and the version of TLS used (and its negotiated features) should be independent of the version of the higher-level HTTP protocol.
Oct ’24