Skip to content

anycable-go TLS Settings? #123

Answered by palkan
cjamison asked this question in Q&A
Discussion options

You must be logged in to vote

I wonder if some clients connect successfully with TLS 1 or 1.1 and then have a problem with anycable-go?

Yeah, that could be the case. We rely on Go's built-in tls package, which currently supports only 1.2 and 1.3: https://golang.org/pkg/crypto/tls/

As I understand, your clients connect to anycable-go directly, right? I'd recommend to use NGINX to terminate SSL for WebSockets as well, so you can have more control on TLS configuration.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cjamison
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