Hi all,
I've just setup a new Proxmox host for personal use at home and am unable to SSH to the assigned static IP or access the web GUI. I am able to ping the Proxmox host however.
When I run
Attempting to access SSH gives the below
Pinging the host works fine.
When accessing the web GUI through Firefox, I get "Secure Connection Failed - An error occurred during a connection to 192.168.1.192:8006. PR_CONNECT_RESET_ERROR" while Chrome gives "ERR_CONNECTION_RESET"
I've run "pvecm updatecerts -f" and followed the steps here with no change. I've also tried a reinstall, multiple browsers and a second device to no avail.
Let me know if you need any further detail to help.
Thanks!
I've just setup a new Proxmox host for personal use at home and am unable to SSH to the assigned static IP or access the web GUI. I am able to ping the Proxmox host however.
When I run
curl -Lkvv https://192.168.1.192:8006
on the host it downloads the login page successfully, when running it on a second PC, I get the following;
Code:
curl -Lkvv https://192.168.1.192:8006
* Rebuilt URL to: https://192.168.1.192:8006/
* Trying 192.168.1.192...
* TCP_NODELAY set
* Connected to 192.168.1.192 (192.168.1.192) port 8006 (#0)
* schannel: SSL/TLS connection with 192.168.1.192 port 8006 (step 1/3)
* schannel: disabled server certificate revocation checks
* schannel: verifyhost setting prevents Schannel from comparing the supplied target name with the subject names in server certificates.
* schannel: using IP address, SNI is not supported by OS.
* schannel: sending initial handshake data: sending 153 bytes...
* schannel: sent initial handshake data: sent 153 bytes
* schannel: SSL/TLS connection with 192.168.1.192 port 8006 (step 2/3)
* schannel: failed to receive handshake, need more data
* schannel: SSL/TLS connection with 192.168.1.192 port 8006 (step 2/3)
* schannel: failed to receive handshake, SSL/TLS connection failed
* Closing connection 0
* schannel: shutting down SSL/TLS connection with 192.168.1.192 port 8006
* Send failure: Connection was reset
* schannel: failed to send close msg: Failed sending data to the peer (bytes written: -1)
* schannel: clear security context handle
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
Attempting to access SSH gives the below
Code:
ssh root@192.168.1.192
ssh_exchange_identification: read: Connection timed out
Pinging the host works fine.
Code:
ping 192.168.1.192
Pinging 192.168.1.192 with 32 bytes of data:
Reply from 192.168.1.192: bytes=32 time=2ms TTL=63
Reply from 192.168.1.192: bytes=32 time=1ms TTL=63
Reply from 192.168.1.192: bytes=32 time=1ms TTL=63
When accessing the web GUI through Firefox, I get "Secure Connection Failed - An error occurred during a connection to 192.168.1.192:8006. PR_CONNECT_RESET_ERROR" while Chrome gives "ERR_CONNECTION_RESET"
I've run "pvecm updatecerts -f" and followed the steps here with no change. I've also tried a reinstall, multiple browsers and a second device to no avail.
Let me know if you need any further detail to help.
Thanks!