Closed Lukasz032 closed 2 months ago
Please feel free to open a feature request at: https://afterlogic.uservoice.com/forums/932335-webmail-pro We use that resource when creating a roadmap for the product. If a feature gets a substantial amount of votes, its chances of getting implemented are improved. Thank you.
Currently, TCP database connections fail if the server requires secure transport:
It is possible to add support for secure transports, it involves setting some additional PDO settings - namely, the path to the directory containing the CA the certificate used by target server was issued by, and/or disabling server certificate validation (the CA directory must be non-empty either way, even in that case - it's the flag PDO uses to enable secure transport).
Please consider making those options editable in the configuration file, without the need to explicitly tamper with source :)