mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #1247] ERR_CONNECTION_REFUSED when using proxmox as proxy host #1013
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#1013
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 @dasbootbee on GitHub (Jul 18, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1247
Proxmox is configured to use it's default self-signed SSL certificates.
Here is the config on NPM:
{
"id": 7,
"created_on": "2021-07-18T01:57:08.000Z",
"modified_on": "2021-07-18T02:11:33.000Z",
"owner_user_id": 1,
"domain_names": [
"proxmox.mydomain.net"
],
"forward_host": "192.168.1.103",
"forward_port": 8006,
"access_list_id": 1,
"certificate_id": 1,
"ssl_forced": true,
"caching_enabled": false,
"block_exploits": false,
"advanced_config": "",
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false
},
"allow_websocket_upgrade": true,
"http2_support": false,
"forward_scheme": "https",
"enabled": 1,
"locations": [],
"hsts_enabled": false,
"hsts_subdomains": false
}
Connecting directly to the IP/port via https works (get a cert warning as expected with self-signed cert on Proxmox). When I connect via the NPM configured URL I get the ERR_CONNECTION_REFUSED. Do I need some custom config to get this working? Does NPM support self-signed certificates on the proxy host?
Thank you
@zeroone82 commented on GitHub (Jul 21, 2021):
You should share your error and access logs.
@dasbootbee commented on GitHub (Jul 21, 2021):
I did something dumb. I had DNS pointing to my Proxmox host not NPM.
@dancarvajc commented on GitHub (Feb 5, 2025):
You saved my day! I had this same problem and now it's working...thanks!!