I installed v8.2 on a Dell PowerEdge R630 and can't figure out why I can't access the GUI.
https ://192.168.12.200:8006 gives me the cert warning. I accept the cert, and the connection fails.
I changed the IP to .201 and have the same issue.
I've tried FireFox and Chrome on two different computers. Feels similar to the issue I'm having SSH to it.
I know it isn't an issue with the connection between my computer and the server because I can access the server's iDRAC interface (h ttps ://192.168.12.229) on the server and run commands through the Virtual Console. I can access other devices by https on the network. When I had VMWare ESXi installed on the server I had no issues accessing https.
Thanks in advance for any feedback...
from my client:
WIreshark capture:
When I try to SSH to the proxmox server it seems to hang waiting for the proxmox server to respond for several minutes before the broken pipe error comes up.
Wireshark capture:
https ://192.168.12.200:8006 gives me the cert warning. I accept the cert, and the connection fails.
I changed the IP to .201 and have the same issue.
I've tried FireFox and Chrome on two different computers. Feels similar to the issue I'm having SSH to it.
I know it isn't an issue with the connection between my computer and the server because I can access the server's iDRAC interface (h ttps ://192.168.12.229) on the server and run commands through the Virtual Console. I can access other devices by https on the network. When I had VMWare ESXi installed on the server I had no issues accessing https.
Thanks in advance for any feedback...
from my client:
Code:
$ curl -kv https://192.168.12.201:8006
* Trying 192.168.12.201:8006...
* Connected to 192.168.12.201 (192.168.12.201) port 8006 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server did not agree on a protocol. Uses default.
* Server certificate:
* subject: OU=PVE Cluster Node; O=Proxmox Virtual Environment; CN=prox
* start date: Nov 19 13:19:54 2024 GMT
* expire date: Nov 19 13:19:54 2026 GMT
* issuer: CN=Proxmox Virtual Environment; OU=01f3e405-164d-4000-a0fa-f2a9ccfe7112; O=PVE Cluster Manager CA
* SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
* using HTTP/1.x
> GET / HTTP/1.1
> Host: 192.168.12.201:8006
> User-Agent: curl/7.88.1
> Accept: */*
>
* Empty reply from server
* Closing connection 0
* TLSv1.3 (OUT), TLS alert, close notify (256):
curl: (52) Empty reply from server
WIreshark capture:
When I try to SSH to the proxmox server it seems to hang waiting for the proxmox server to respond for several minutes before the broken pipe error comes up.
Code:
$ ssh root@192.168.12.201 -v
OpenSSH_9.2p1 Debian-2+deb12u3, OpenSSL 3.0.14 4 Jun 2024
debug1: Reading configuration data /home/porky/.ssh/config
debug1: /home/porky/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
...
debug1: Connecting to 192.168.12.201 [192.168.12.201] port 22.
debug1: Connection established.
...
debug1: Local version string SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u3
debug1: Remote protocol version 2.0, remote software version OpenSSH_9.2p1 Debian-2+deb12u3
debug1: compat_banner: match: OpenSSH_9.2p1 Debian-2+deb12u3 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 192.168.12.201:22 as 'root'
...
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: sntrup761x25519-sha512@openssh.com
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
ssh_dispatch_run_fatal: Connection to 192.168.12.201 port 22: Broken pipe
Wireshark capture:
Last edited: