adminer icon indicating copy to clipboard operation
adminer copied to clipboard

add ability to pass sslmode for postgres

Open wodka opened this issue 4 years ago • 5 comments

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",
]);

wodka avatar May 17 '21 16:05 wodka

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.

kepi avatar Sep 29 '21 10:09 kepi

Big plus for this PR, we need this too. Is there a way to let this in?

hajnalmt avatar Dec 08 '21 18:12 hajnalmt

Oh… jeah… that would be really useful :)

toabi avatar Nov 16 '22 12:11 toabi

can this be merged?

kaidobit avatar Jun 19 '23 09:06 kaidobit