Hello,
i would like to ask, if somebody is not experiencing that issue, that big environments have issue with SSL connection?
we have all in one boxes - VBR, VEM and postgresql is on the same machine
at the end of postgresql.conf
#------------------------------------------------------------------------------
# CUSTOMIZED OPTIONS
#------------------------------------------------------------------------------
# Add settings for extensions here
ssl = on
ssl_cert_file = 'backup_server.crt'
ssl_key_file = 'backup_server.key'
ssl_ca_file = 'backup_root.crt'
in svc_veeambackup.log we see
[02.03.2026 11:40:10.307] <35> Error (3) 0: Breaking connector
[02.03.2026 11:40:10.307] <35> Warning (3) Failed to obtain connection: [Failed to connect to [::1]:5432]. Attempt 1 of 20.
in pg_hba.conf is preferred connextion via ssl
# IPv4 local connections:
hostssl all all 127.0.0.1/32 scram-sha-256
host all all 127.0.0.1/32 scram-sha-256
db=[unknown],user=[unknown],app=[unknown],client=backup-server LOG: connection received: host=backup port=49486
db=[unknown],user=[unknown],app=[unknown],client=backup-server LOG: could not accept SSL connection: An established connection was aborted by the software in your host machine.
any experience, why SSL connection is broken?
certificates are fine
antivirus excluded from veeam app and postgresql
