-
Notifications
You must be signed in to change notification settings - Fork 822
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
Proxy using wrong certificate #74
Comments
This must works. |
I copied the file from the container to the host and it looks like this:
The host which gets the wrong certificate is not even mentioned 😳 |
It happens in all browser and even at http://web-sniffer.net/ |
The piwik container is not in the default.conf file. |
I edited the first comment. The piwik container is not started and still gets the wrong certificate from pma.example.com. After I accept the wrong certificate, I can see the site from pma.example.com at piwik.example.com |
I stopped and removed all containers and deleted the content of the certs folder. Now I restarted all containers and now it's working. |
The same issue happened again today. |
Would it be difficult to prevent serving the wrong certificate in this case? It's hard to realize that the container is actually down if you get a certificate error instead of a 404. Though granted, when a container is down unnoticed you have other issues... |
@auchri did you solve this? |
the same error! |
Same error here |
I have multiple containers and if I open piwik.example.com, the certificate for pma.example.com is used.
But all other containers work correctly.
I start the containers like the following:
nginx-proxy
letsencrypt-nginx-proxy-companion
piwik.example.com
pma.example.com
If I open
piwik.example.com
in a browser, the certificate forpma.example.com
is used, even if the container for site1 is not started 😟:Images
Output of
docker ps
:The text was updated successfully, but these errors were encountered: