resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
689 stars 67 forks source link

RootCA support #177

Closed mixmind closed 3 years ago

mixmind commented 4 years ago

Hi, I have self signed certificate.

There is no option to add rootCA to resgate, or I'm missing something?

These error I receive: 2020/11/09 12:33:12.016277 [ERR] Problem encountered: x509: certificate signed by unknown authority

jirenius commented 3 years ago

Resgate currently doesn't support adding rootCA to be used when connecting to NATS over TLS.

Next minor release (v1.7.0) will include this support.

jirenius commented 3 years ago

Resolved in PR #206