mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #97] This site can’t provide a secure connection #87
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jrichet on GitHub (Mar 6, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/97
trying to point at other dockers' exposed port only gives me
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
@jc21 commented on GitHub (Mar 7, 2019):
Which exposed port? Is that port definitely serving HTTPS?
Usually you'd only see this error when you are using HTTPS with a url that points to Nginx Proxy Manager and the host in that url is not set up as a HTTPS enabled host in Nginx Proxy Manager.
Make sure your host is created and has SSL. If you still have problems, make sure you can hit your other docker service directly in a browser.
@jrichet commented on GitHub (Mar 8, 2019):
you are correct. this was a misconfig on my part.
@WEBDIENSTE commented on GitHub (May 8, 2023):
What was the correct configuration?