-
Notifications
You must be signed in to change notification settings - Fork 31
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
ili2pg: SSL-connection to DB Server possible? #176
Comments
with (clientcert=1) or without (clientcert=0) client certificate authentication? https://www.postgresql.org/docs/current/static/ssl-tcp.html#SSL-CLIENT-CERTIFICATES |
Without client certificate authentication. For my current use case. |
should work |
Nice. |
Does this actually mean "it doesn't work right now, but the software should support it some day" or "it should actually work if the user passes the right options"? If it's the latter, how would one do it the right way? So far, I just figured out a hack...: |
see #252 |
Question: Is it possible to call ili2pg in a way that it establishes an SSL connection to the DB server? Maybe by using some -D...-Option?
The text was updated successfully, but these errors were encountered: