Certificate problems #6025
-
I have been trying to get Teleport to work on this POC project, but it's just not happening. My latest attempt was to not use Let's Encrypt or any other CA. After the server started, I ran
When I run
This was already a desperate attempt. Before, I created Let's Encrypt certificates for proxy.domain.com and *.proxy.domain.com and installed them in the server. Could never get the node to connect due to similar messages. I am using 6.0.1 community image and would appreciate some help. Looks like a great product, but I need to demonstrate that. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@jdmedeiros feel free to join https://goteleport.com/slack to chat to us, but in general, I think if you add Auth server has to add SAN in the X.509 server, so nodes can verify it. This error is more about auth server's HTTPS x.509 internal cert rather than proxy's web server cert. |
Beta Was this translation helpful? Give feedback.
-
Found a solution. Sharing as it may be helpful to someone. When adding a new node, if I initially run:
and then Ctrl-c to stop it. I then create the file
Works perfectly. I am able to run systemctl start, stop, restart, etc., without any problem. If I simple create the
It does not work. Does not make sense, but that's what it is. |
Beta Was this translation helpful? Give feedback.
-
See answer here: #6025 (reply in thread) |
Beta Was this translation helpful? Give feedback.
See answer here: #6025 (reply in thread)