Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ability to pass sslmode for postgres #427

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wodka
Copy link

@wodka wodka commented May 17, 2021

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

@kepi
Copy link

kepi commented Sep 29, 2021

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.

@hajnalmt
Copy link

hajnalmt commented Dec 8, 2021

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

@toabi
Copy link

toabi commented Nov 16, 2022

Oh… jeah… that would be really useful :)

@kaidobit
Copy link

can this be merged?

@peterpp
Copy link
Contributor

peterpp commented Sep 17, 2024

Properly implementted here: pematon@63d325b

(compatibility with existing MySQL options, support for both pgsql and pdo_pgsql extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants