Dear Proxmox forum, if possible, I would like to kindly ask you for a help.
I have installed Proxmox VE (version 8) few months ago and I am operating Windows VMs successfully so far.
However, when I tried access the webgui today, I got the "Secure Connection Failed" error while I am still able to access a Windows VM via RDP.
This is the curl output:
Would you give me any suggestions please?
Thank you, Petr
I have installed Proxmox VE (version 8) few months ago and I am operating Windows VMs successfully so far.
However, when I tried access the webgui today, I got the "Secure Connection Failed" error while I am still able to access a Windows VM via RDP.
This is the curl output:
Code:
curl.exe -Lkvv https://192.168.2.11:8006/
Note: Using embedded CA bundle (231212 bytes)
Note: Using embedded CA bundle, for proxies (231212 bytes)
11:20:32.311000 [0-0] * [HTTPS-CONNECT] created with 1 ALPNs -> 0
11:20:32.311000 [0-0] * [HTTPS-CONNECT] added
11:20:32.327000 [0-0] * [HTTPS-CONNECT] connect, init
11:20:32.327000 [0-0] * Trying 192.168.2.11:8006...
11:20:32.327000 [0-0] * [HTTPS-CONNECT] connect -> 0, done=0
11:20:32.342000 [0-0] * [HTTPS-CONNECT] adjust_pollset -> 1 socks
11:20:32.358000 [0-0] * ALPN: curl offers h2,http/1.1
11:20:32.358000 [0-0] * TLSv1.3 (OUT), TLS handshake, Client hello (1):
11:20:32.358000 [0-0] * [HTTPS-CONNECT] connect -> 0, done=0
11:20:32.374000 [0-0] * [HTTPS-CONNECT] adjust_pollset -> 1 socks
11:20:32.389000 [0-0] * TLSv1.3 (IN), TLS handshake, Server hello (2):
11:20:32.389000 [0-0] * TLSv1.3 (IN), TLS handshake, Unknown (8):
11:20:32.405000 [0-0] * TLSv1.3 (IN), TLS handshake, Certificate (11):
11:20:32.405000 [0-0] * TLSv1.3 (IN), TLS handshake, CERT verify (15):
11:20:32.422000 [0-0] * TLSv1.3 (IN), TLS handshake, Finished (20):
11:20:32.430000 [0-0] * TLSv1.3 (OUT), TLS handshake, Finished (20):
11:20:32.439000 [0-0] * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / [blank] / UNDEF
11:20:32.445000 [0-0] * ALPN: server did not agree on a protocol. Uses default.
11:20:32.453000 [0-0] * Server certificate:
11:20:32.453000 [0-0] * subject: OU=PVE Cluster Node; O=Proxmox Virtual Environment; CN=pve.patlm.local
11:20:32.464000 [0-0] * start date: Sep 26 17:34:07 2024 GMT
11:20:32.473000 [0-0] * expire date: Sep 26 17:34:07 2026 GMT
11:20:32.479000 [0-0] * issuer: CN=Proxmox Virtual Environment; OU=4b8b08f1-abdd-4325-bff9-9957b03ef766; O=PVE Cluster Manager CA
11:20:32.488000 [0-0] * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
11:20:32.498000 [0-0] * Certificate level 0: Public key type ? (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
11:20:32.504000 [0-0] * [HTTPS-CONNECT] connect+handshake h2: 171ms, 1st data: 62ms
11:20:32.509000 [0-0] * [HTTPS-CONNECT] connect -> 0, done=1
11:20:32.514000 [0-0] * Connected to 192.168.2.11 (192.168.2.11) port 8006
11:20:32.543000 [0-0] * using HTTP/1.x
11:20:32.550000 [0-0] > GET / HTTP/1.1
11:20:32.550000 [0-0] > Host: 192.168.2.11:8006
11:20:32.550000 [0-0] > User-Agent: curl/8.12.0
11:20:32.550000 [0-0] > Accept: */*
11:20:32.550000 [0-0] >
11:20:32.569000 [0-0] * Request completely sent off
11:20:37.569000 [0-0] * Empty reply from server
11:20:37.579000 [0-0] * shutting down connection #0
11:20:37.581000 [0-0] * [HTTPS-CONNECT] shut down successfully
11:20:37.584000 [0-0] * [SETUP] shut down successfully
11:20:37.584000 [0-0] * TLSv1.3 (OUT), TLS alert, close notify (256):
11:20:37.596000 [0-0] * [HTTPS-CONNECT] close
11:20:37.596000 [0-0] * [SETUP] close
11:20:37.601000 [0-0] * [SETUP] destroy
11:20:37.601000 [0-0] * [HTTPS-CONNECT] destroy
curl: (52) Empty reply from server
Would you give me any suggestions please?
Thank you, Petr