[PostgreSQL] Support for sslmode=require
Database management in a single PHP file
Brought to you by:
jakubvrana
Although I know about the possibility to add ?port=12345
to the host string in the connection dialog, I didn't have any luck connecting to a managed database on DigitalOcean that requires the parameter ?sslmode=require
.
Would it be possible to add support for this? Thanks a lot!
I implemented support for sslmode in my fork here: https://github.com/pematon/adminer
It can be configured in login-ssl.php plugin.