Page MenuHomeDevCentral

Negotiate every https connection in TLS, centralize in one place the http::register call
Closed, ResolvedPublic

Description

Currently, different components call http::register https 443 ::tls::socket.

Snippets P1 and P2 show there is an issue with SSLv3 since we recompiled OpenSSL without SSLv3 support.

I offer to:

  • remove every https registration code
  • do it once in the core script, with TLS support only