TLS gateway handshake error #5943
Replies: 2 comments
-
This is just understanding how certs and CAs work. @wallyqs may be able to help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are a few things that are problematic in the config, the gateway are discovering internal IPs so trying to connect to each other meaning that you need to set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cluter1 and cluster2 should connect throw gateway, but is throw this error.
cluter1 config:
use below command to generate cluster1 cert.
mkcert -client
-key-file key.pem
-cert-file cert.pem
10.81.159.4
cluter2 config:
use below command to generate cluster2 cert.
mkcert -client
-key-file key.pem
-cert-file cert.pem
10.21.147.219
Beta Was this translation helpful? Give feedback.
All reactions