Skip to content

Setup ssl correctly when using a TLS connection

Carl Schwan requested to merge work/carl/tls-start-ssl into master

Before startSsl was only called when using a STARTLS connection and upgrading from an unencrypted connection to a TLS connection. This now ensure this is also called when using a normal TLS connection.

BUG: 453705

Merge request reports