eduardolat / pgbackweb

🐘 Effortless PostgreSQL backups with a user-friendly web interface! 🌐💾
MIT License
716 stars 30 forks source link

Accept Self Signed S3 HTTPS certificates #34

Open PaxITIS opened 1 month ago

PaxITIS commented 1 month ago

I am testing integration with a compatible Object Storage S3 (Scality) installed with an HTTPS certificate signed by a private CA. When I try to connect this S3 storage the connection test fails because the application cannot recognize the certificate as trusted.

Would it be possible to add a pop-up that gives the operator the option, to accept the possible security risk and still continue with the connection?

image