Replies: 1 comment 1 reply
-
I suggest that we close this discussion since I see that you have reported an issue in nats.ws repo, and mention that you can connect using the nats.go client, so looks more like a library issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, currently i'm trying to setup nats websocket with tls based example configuration on this reference on my local environment, tls that i'm use was self signing certificate from mkcert, then mounting them into docker container alongside with my nats server configuration.
nats-server.conf
With config above, i'm tried connecting to websocket using nats.ws as client, with example code like below, and got an error message unknown error
after that, i'm checking container logs on docker and see an error logs that say
TLS handshake error EOF
like on picture belowIs there something wrong with SSL Certificate or Nats server configuration ?
Environment:
Beta Was this translation helpful? Give feedback.
All reactions