-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This site can’t provide a secure connection - ERR_SSL_PROTOCOL_ERROR #148
Comments
Hello. Lets-proxy try get certificates for www and not www same time (by default). It mean about problem with issue certificate for barkestoneassociates.com without www. Try to move out barkestoneassociates.com.* from storage, enable debug log in config, then connect to domain and send me logs from session with issue certificate. It will help to research about reason of error while issue certificate for non www domain. |
Hi, thanks for the info. The storage folder is not accessible when you try to cd in to it. Is it safe to change permissions to allow access? Should enable debug log be done in my custom config.toml - then restart the service? Thanks for your help. |
storage folder created with rwx------ (0700) rights. It has full access from user, which start lets-proxy and no other user access. You can access to it from root orlets-proxy's user. Yes, you have to restrart service after change config. |
I removed all records from the storage folder relating to the domain, set the config LogLevel = "debug" then restarted the service. The domain now works on both www and non-www 👍🏻 The logs are as follows:
It looks like this has resolved the issue but not sure what caused it in the first place. I wonder whether there was any forwarding between the www and non-ww version which could have caused a problem. Thanks for your help. |
Ok. |
👍🏻 |
We have a domain that is working with www but failing on non-www with:
This site can’t provide a secure connection
barkestoneassociates.com sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
The error logs say:
It's almost as if it is trying to get a pre-existing certificate but is failing?
The text was updated successfully, but these errors were encountered: