6 months ago
Network communication is working fine, and I can successfully connect to NATS through the TCP proxy. However, my internal services cannot successfully register. The NATS server logs show it has received the authentication request, but authentication just won't succeed. Both the password and username are correct.
5 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
6 months ago
You likely need to have NATS listen on the ipv6 port. The TCP proxy does an IPv4 transform. We're rolling this out to the private network in beta likely this week or next.
Status changed to Awaiting User Response Railway • 6 months ago
6 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open jake • 6 months ago
6 months ago
I tried have NATS listen on the ipv6 port but still got the same situation.
6 months ago
I am now using "nats-server -js -sd /data -D -a ::" to start the server
6 months ago
fixed
Status changed to Solved kk-xuhj • 6 months ago