adminer
adminer copied to clipboard
add ability to pass sslmode for postgres
add ability to force the ssl mode by adding the config for the login-ssl plugin
<?php
require_once('plugins/login-ssl.php');
return new AdminerLoginSsl([
"sslmode" => "require",
]);
Is there any possibilty to merge this? We are using this for connecting to external postgre servers, where there is fortunately no possibility to connect without SSL.
Big plus for this PR, we need this too. Is there a way to let this in?
Oh… jeah… that would be really useful :)
can this be merged?