Skip to content

Trouble connecting with TLS #183

Answered by najohnsn
mercierv asked this question in Q&A
Dec 4, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

With SESSION_SSL=NONE, there is no TLS/handshake. Given the server disconnected you (and that you said you need Tls 1.0), you need one. So, you want SESSION_SSL=1 (or not set). Try setting SESSION_SSL_MINIMUM_TLS=1.0 (see #138). I believe the SSL library usually won't let that go below 1.2.

FYI: I've had success in the past telling sysadmins about being forced to use insecure settings to connect. The result has been the server being upgraded with modern/secure settings. If you know how to contact the sysadmin, that is also something to try.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mercierv
Comment options

@najohnsn
Comment options

Answer selected by mercierv
@mercierv
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants