mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #705] I receive a connection problem (or invalid certificate) when i want to connect to a proxy through NPM #595
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#595
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 @pvdochtend on GitHub (Nov 7, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/705
Checklist
jc21/nginx-proxy-manager:latestdocker image?Yes
Yes
It doesn't work probably related to my issue
Describe the bug
Ireceive the message: "NET::ERR_CERT_AUTHORITY_INVALID". SSL Certificate states "localhost" when routing traffic to the correct port and hostname.
2.6.2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I wanted to see the sote that's internally on the port.
Screenshots
If applicable, add screenshots to help explain your problem.
Operating System
Chrome (86.0.4240.183) runs on Windows 10 20H2.
@bewedeg commented on GitHub (Dec 28, 2020):
+1 on this issue
When diagnosing the site with ssllabs.com it seems that the dummycert specified in the default host https://github.com/jc21/nginx-proxy-manager/blob/72ac549a580b7a5775ac05db42cab5b36bfbdcde/docker/rootfs/etc/nginx/conf.d/default.conf#L34 is appended.
I verified this using openssl x509 -in dummycert.pem -text comparing the serial with the certificate number 2 shown by ssllabs.
@threehappypenguins commented on GitHub (Oct 16, 2021):
I am also having this same problem. I have Nextcloud with linuxserver/mariadb on port 3306 (default), so I have Nginx Proxy Manager with jc21/mariadb-aria on port 3308 (it's the only way I could get both running on the same machine). I am able to seemingly create a new SSL certificate just fine, and point npm to my Nextcloud internally, but when I go to access my site (I use a duckdns subdomain and a DNS challenge with the duckdns token for generating the certificate), it shows
NET::ERR_CERT_AUTHORITY_INVALIDand everything in the certificate issued to "localhost."Also, I disabled https for Nextcloud because I want npm to take care of it since linuxserver/letsencrypt is deprecated. So I have it pointed to 192.168.x.x:8080 (I can access it fine locally). My npm docker compose file is as follows (I'm not sure if it's correct, or a mistake causing the problem):
@github-actions[bot] commented on GitHub (Mar 23, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@devcat-net commented on GitHub (Sep 26, 2024):
Having the same issue. Any ideas how to fix it?
@github-actions[bot] commented on GitHub (May 4, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍