Teleport 6.0 web not working behind ALB with ACM ssl cert. #5899
-
I had previously deployed a cluster in AWS following the ha autoscale cluster terraform example. This worked well, but I'm in the process of building out some new infrastructure where I want to use teleport for ssh access, and I want upgrade to the latest version as part of that process. I was able to get version 5.2.1 running, but when I tried updating the cluster to 6.0.1 I couldn't access the web interface. The target groups on the load balancer seemed to be getting a good response from the On the proxy servers themselves I tried running
This message was logged each time I tried ran curl to
Following the admin manual I start teleport on the proxies with the I'm happy to provide any more detail if it helps with diagnosis. Since this is only a prototype infrastructure I in the process of deploying the cluster directly to 6.0 instead of upgrading from 5.2 as I did previously just to rule out any issues I might have introduced in the upgrade process. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
There haven't been any significant changes to that behaviour between 5.2.1 and 6.0.1 as far as I know. What's the reason for using See answer here: #5899 (reply in thread) |
Beta Was this translation helpful? Give feedback.
There haven't been any significant changes to that behaviour between 5.2.1 and 6.0.1 as far as I know.
What's the reason for using
--insecure-no-tls
? It shouldn't be required in most situations, and it makes it more difficult to get Teleport working correctly. Our AMIs haven't used it as part of theteleport start
command with ACM for a while - see https://github.com/gravitational/teleport/blob/master/assets/aws/files/system/teleport-proxy-acm.serviceSee answer here: #5899 (reply in thread)