Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Enable SSL for Postgresql connections #290

@Warnthebase

Description

@Warnthebase

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions