You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- bug report --- Expected behavior:
After updating the Teleport clients to version 17.1.1, application redirects should work normally using valid certificates automatically generated by Teleport with ACME (Let's Encrypt).
Current behavior:
After the update to version 17.1.1, application redirects stopped working, showing the error message "Access Denied" and indicating that the certificate is invalid or self-signed. However, the certificate generated by the self-hosted Teleport server is valid, as we can access the server without any issues.
Bug details:
Teleport version:
Server: 17.1.1
Client: 17.1.1
Recreation steps:
Update the Teleport clients from version 16.4.6 to 17.1.1.
Configure the server and client using the following configuration files:
Dec 23 14:08:32 teleport-graviton teleport[1827620]: User Message: acme/autocert: missing server name] alpnproxy/proxy.go:346
Dec 23 14:08:32 teleport-graviton teleport[1827620]: 2024-12-23T14:08:32-03:00 WARN [ALPN:PROX] Failed to handle client connection: with proxy_service.acme on, IP URL https://IP is not supported, use one of the domains in proxy_service.public_addr: teleportdomain alpnproxy/proxy.go:341
Dec 23 14:08:33 teleport-graviton teleport[1827620]: 2024-12-23T14:08:33-03:00 WARN [ALPN:PROX] Failed to handle client connection: with proxy_service.acme on, IP URL https://IP is not supported, use one of the domains in proxy_service.public_addr: teleportdomain alpnproxy/proxy.go:341
I first downgraded from version 17.1.1 to 17.1.0, but the issue remained. Then, I downgraded to version 17.0.5, and the web app redirection started working properly again.
fabriciofeijo
changed the title
Application Redirects Fail with 'Access Denied' Error After Updating Teleport Clients to Version 17.1.1 Due to Certificate Validation Issues
Application Redirects Fail with 'Access Denied' Error After Updating to Teleport Version 17.1.1 Due to Certificate Validation Issues
Dec 23, 2024
--- bug report ---
Expected behavior:
After updating the Teleport clients to version 17.1.1, application redirects should work normally using valid certificates automatically generated by Teleport with ACME (Let's Encrypt).
Current behavior:
After the update to version 17.1.1, application redirects stopped working, showing the error message "Access Denied" and indicating that the certificate is invalid or self-signed. However, the certificate generated by the self-hosted Teleport server is valid, as we can access the server without any issues.
Bug details:
Teleport version:
Recreation steps:
Update the Teleport clients from version 16.4.6 to 17.1.1.
Configure the server and client using the following configuration files:
Server (proxy_service):
Client (app_service):
Attempt to access the configured application redirect on the client.
Observe that the "Access Denied" error appears, indicating certificate-related issues.
Debug logs:
Error message displayed:
The text was updated successfully, but these errors were encountered: