Skip to content

WIP: Do SSL encryption immediately

Probably as a relict of ancient times the TCP connection is unencrypted at first and then encrypt is called manually. Since we don't exchange unencrypted data over TCP and don't support non-SSL clients any more we can just call connectToHostEncrypted

Edited by Nicolas Fella

Merge request reports