-
We have implemented AnyCable with anycable-go and things seem to work well. However, we have noticed that some of our clients are having issues establishing a WSS connection and we are getting |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah, that could be the case. We rely on Go's built-in As I understand, your clients connect to |
Beta Was this translation helpful? Give feedback.
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.