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
When I input my email in the .env file, I get an error when loading the page:
Error code: SSL_ERROR_INTERNAL_ERROR_ALERT
but when I leave the line commented out, I can load the page but I able not able to encrypt the traffic.
The docker-compose.yaml file is left default, as is everything else except for the .env.
I have turned off the firewall so it's not that either.
I have this error when I run docker: (where SERVERIP is my ip address)
{"level":"error","ts":1660718437.6288152,"logger":"tls.obtain","msg":"will retry","error":"[SERVERIP] Obtain: subject does not qualify for a public certificate: SERVERIP","attempt":4,"retrying_in":300,"elapsed":300.052070216,"max_duration":2592000}
The text was updated successfully, but these errors were encountered:
When I input my email in the
.env
file, I get an error when loading the page:but when I leave the line commented out, I can load the page but I able not able to encrypt the traffic.
docker-compose.yaml
file is left default, as is everything else except for the .env.I have this error when I run docker: (where SERVERIP is my ip address)
The text was updated successfully, but these errors were encountered: