Getting 'transport: authentication handshake failed: x509: certificate signed by unknown authority' error on Manager #9731
Replies: 1 comment 13 replies
-
Where are you seeing that error? Is it in a log file or are you seeing it in the browser when connecting to the Manager? |
Beta Was this translation helpful? Give feedback.
13 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.
-
Hi there,
I'm getting 'transport: authentication handshake failed: x509: certificate signed by unknown authority' errors on the Manager and not quite sure how to proceed.
I've got a valid cert and key issued by Let's Encrypt located in /etc/pki/managerssl.crt and /etc/pki/managerssl.key, respectively. In this post (#7759), @defensivedepth suggests to run the following:
salt-call state.apply ssl,nginx
And also:
so-nginx-restart --force
But neither of those resolved the issue. Does anyone have any suggestions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions