You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
(also worth noting here that because the docker image is based on alpine linux, we cannot use the manylinux cryptography wheels which use a statically-linked openssl)
Post-Handshake New Session Ticket arrived:
SSL-Session:
Protocol : TLSv1.3
Cipher : TLS_AES_256_GCM_SHA384
`
Was going to look at replacing libressl with openssl in our alpine dockerfile but alas, the above works. (tested with - Digest: sha256:71ee09081211)
for some reason, we build the docker image against libressl rather openssl, and libressl don't yet support tls1.3: libressl/portable#228.
That means that any docker-based synapse is going to fail to talk to a server which requires tls1.3 - which is becoming increasingly common.
The text was updated successfully, but these errors were encountered: