Hi,
I just upgrade from 3 to 4 and now i have this ssl error when i try to access the webui :
If i try with more verbose :
My installation informations :
If i restart those two services, it's ok for a couple of seconds and the error come back :
Nothing in dmesg or with journalctl for those services.
Can you help me on that ?
Thanks!
I just upgrade from 3 to 4 and now i have this ssl error when i try to access the webui :
Code:
root@pbs:~# curl -v -k https://127.0.0.1:8007
* Trying 127.0.0.1:8007...
* ALPN: curl 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 change cipher, Change cipher spec (1):
* 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 / X25519MLKEM768 / RSASSA-PSS
* ALPN: server did not agree on a protocol. Uses default.
* Server certificate:
* subject: O=Proxmox Backup Server; OU=ED83684B-7866-4CBD-B45A-9507FC09D884; CN=pbs.adm.securmail.fr
* start date: Jan 10 11:41:20 2025 GMT
* expire date: May 13 11:41:20 3024 GMT
* issuer: O=Proxmox Backup Server; OU=ED83684B-7866-4CBD-B45A-9507FC09D884; CN=pbs.adm.securmail.fr
* SSL certificate verify result: self-signed certificate (18), continuing anyway.
* Certificate level 0: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* Connected to 127.0.0.1 (127.0.0.1) port 8007
* using HTTP/1.x
> GET / HTTP/1.1
> Host: 127.0.0.1:8007
> User-Agent: curl/8.14.1
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* Recv failure: Connection reset by peer
* OpenSSL SSL_read: Connection reset by peer, errno 104
* closing connection #0
curl: (56) Recv failure: Connection reset by peer
If i try with more verbose :
Code:
23:43:48.823601 [0-0] == Info: [SSL] ossl_bio_cf_in_read(len=5) -> 0, err=0
23:43:48.823915 [0-0] => Send SSL data, 5 bytes (0x5)
0000: .....
23:43:48.824154 [0-0] => Send SSL data, 1 bytes (0x1)
0000: .
23:43:48.824496 [0-0] == Info: Send failure: Broken pipe
23:43:48.824742 [0-0] == Info: [SSL] ossl_bio_cf_out_write(len=24) -> -1, err=55
23:43:48.825053 [0-0] == Info: OpenSSL SSL_read: OpenSSL/3.5.1: error:0A000126:SSL routines::unexpected eof while reading, errno 32
23:43:48.825580 [0-0] == Info: [SSL] cf_recv(len=102400) -> -1, 56
23:43:48.825841 [0-0] == Info: [WRITE] [OUT] done
23:43:48.826024 [0-0] == Info: closing connection #0
curl: (56) Send failure: Broken pipe
My installation informations :
Code:
root@pbs:~# proxmox-backup-manager version --verbose
proxmox-backup 4.0.0 running kernel: 6.14.8-2-pve
proxmox-backup-server 4.0.11-2 running version: 4.0.11
proxmox-kernel-helper 9.0.3
proxmox-kernel-6.14.8-2-pve-signed 6.14.8-2
proxmox-kernel-6.14 6.14.8-2
proxmox-kernel-6.8.12-13-pve-signed 6.8.12-13
proxmox-kernel-6.8 6.8.12-13
proxmox-kernel-6.8.12-11-pve-signed 6.8.12-11
proxmox-kernel-6.8.12-4-pve-signed 6.8.12-4
ifupdown2 3.3.0-1+pmx9
libjs-extjs 7.0.0-5
proxmox-backup-docs 4.0.11-2
proxmox-backup-client 4.0.11-1
proxmox-mail-forward 1.0.2
proxmox-mini-journalreader 1.6
proxmox-offline-mirror-helper 0.7.0
proxmox-widget-toolkit 5.0.5
pve-xtermjs 5.5.0-2
smartmontools 7.4-pve1
zfsutils-linux 2.3.3-pve1
If i restart those two services, it's ok for a couple of seconds and the error come back :
Code:
systemctl restart proxmox-backup-proxy.service proxmox-backup.service
Nothing in dmesg or with journalctl for those services.
Can you help me on that ?
Thanks!