-
Notifications
You must be signed in to change notification settings - Fork 71
[BUG] SSL_ERROR_INTERNAL_ERROR_ALERT #263
Comments
My guess is since we are using Golang autocert package (to fetch the initial certificate for TRASA listen-address from LetsEncrypt) which does not support fetching wildcard certificates, it is serving invalid cert or crashing internally in TLS handshake while serving subdomains. It should have served at least a valid self-signed cert though! Can you manually provide a wildcard certificate?
Note that certificate path and name should match exactly like above. You may also need to mount cert path from the main host to the container if you are using docker e.g:
|
Strange thing is that if I choose a domain name similar to Trasa server domain name, for example: I have Trasa on remote.example.com and website on office-dev.example.com, same error occurs. Trasa server have valid certificate, so maybe there is another problem, not only related to wildcard certificates. The initial reason why I had chosen a subdomain to a Trasa server was this sentence in the guide: "(A domain name for web service which points to TRASA (should be a subdomain of TRASA server A record)" I have disabled autocert with TRASA.AUTOCERT="false" and now it began to work. For now I will be using third party proxy to have a valid certificate. But it would be nice to get it working. Anyway, thank you for your help, I had no idea that it was caused by the certificate. |
yes this is needed for https access proxy to work.
We definitely should look into this :) Also, kudos for super clearly reporting the issue 👍 |
I have resized the window only to make the image smaller :-) my screen size is classic 1920x1080 |
Describe the bug:
Web page for http service proxy is not accessible. Secure Connection Failed. Error code: SSL_ERROR_INTERNAL_ERROR_ALERT
Expected behavior:
Login screen should be loaded as in the Testing Web(Gitlab) access video.
Log file / Code snippet / Screenshots:
Scope of issue:
Versions:
Additional context:
added in trasa:
DNS record for subdomain added:
subdomain can be pinged:
The text was updated successfully, but these errors were encountered: