I am trying to restore a VM on a new server with PVE I've just installed. I've got two PBS server which are synced with each other. One is near the PVE server and the other is far away and sits behind NAT. When I try to restore a VM from the nearest PBS server, everything's fine - the task finishes OK. But when I did the same from the distance PBS server, every time I got an error.
Log on the PVE side:
Log on the PBS side:
Have you any clue why this could happen?
Any help would be appriciated.
Log on the PVE side:
Code:
...
progress 6% (read 55406755840 bytes, zeroes = 0% (163577856 bytes), duration 1313 sec)
restore failed: error:0A000119:SSL routines:ssl3_get_record:decryption failed or bad record mac:../ssl/record/ssl3_record.c:622:
temporary volume 'data:vm-135-disk-0' successfully removed
temporary volume 'data:vm-135-disk-1' successfully removed
error before or during data restore, some or all disks were not completely restored. VM 135 state is NOT cleaned up.
TASK ERROR: command '/usr/bin/pbs-restore --repository xxxx@pbs@xxxxxxxxxx:stor2 --ns xxx vm/135/2025-01-03T23:15:04Z drive-scsi0.img.fidx /dev/zvol/rpool/data/vm-135-disk-0 --verbose --format raw --skip-zero' failed: exit code 255
Code:
...
2025-01-04T22:02:46+02:00: GET /chunk
2025-01-04T22:02:46+02:00: download chunk "/rpool/data/stor2/.chunks/9190/9190468f779450096952128eb320b715560db4773a4de8c5fe349b13fa08018e"
2025-01-04T22:02:46+02:00: GET /chunk
2025-01-04T22:02:46+02:00: download chunk "/rpool/data/stor2/.chunks/0498/0498ed53403e27e1b23fb50c2c96f196a1445017dd9437a5a8cb0b291327c02c"
2025-01-04T22:02:46+02:00: TASK ERROR: connection error: error:0A0003FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac:../ssl/record/rec_layer_s3.c:1605:SSL alert number 20
Any help would be appriciated.