mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 14:43:24 +00:00
* Add document for TLS error 116 When using a custom S3 compatible server, backups/restore may fail with TLS error 116. This happens because the S3 server expects Velero to send client certificate during SSL TLS v1.3 handshake. You will need to modify your S3 server settings to turn off client certificate authentication. Signed-off-by: Himanshu Mehra <himanshu.mehra91@gmail.com> * Add document for TLS error 116 When using a custom S3 compatible server, backups/restore may fail with TLS error 116. This happens because the S3 server expects Velero to send client certificate during SSL TLS v1.3 handshake. You will need to modify your S3 server settings to turn off client certificate authentication. Signed-off-by: Himanshu Mehra <himanshu.mehra91@gmail.com> * Address comments from reviewers Signed-off-by: Himanshu Mehra <himanshu.mehra91@gmail.com>