One of the possible messages from the TLS handshake is the "Hello Request", in which the server indicates to the client that it wants the client to initiate a TLS handshake by sending a "Client Hello" message.
I am implementing TLS upgrades (RFC2817) for a specialized environment, which involves a user exchanging files through Firefox with an Apache web server. Apache already supports TLS upgrades through mod_ssl and I made the corresponding changes in the mod_nss module. During the upgrade, the server initiates the TLS handshake by sending a "Hello Request" message. Where do you think this Hello Request would be handled in Firefox? Thanks, Peter _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
