-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancementNew feature or requestNew feature or requestready-for-releaseFinished, but waiting for releaseFinished, but waiting for release
Description
Describe your idea for an enhancement:
Currently running Voidauth on one host. I am looking to use Multi-Domain Protection to expand Voidauth. I have successful setup a postgresql database with SSL access, but the remote Voidauth cannot connect as it does not support SSL
Two suggested environment variables:
- DB_SSL: Enable or Disable SSL (true/false; default false)
- DB_SSL_VERIFICATION: Enable or Disable SSL certificate verification (true/false; default true)
Describe alternatives you've considered:
VPN between the hosts
Additional context:
- Instance 1: Voidauth and Postgresql running on the same host connect without SSL
- Instance 2: Voidauth cannot connect to Postgresql on 1st instance as it does not support SSL
- Note: Using a self signed SSL cert for postgresql,
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestready-for-releaseFinished, but waiting for releaseFinished, but waiting for release