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 support for SSL client certificates in MySQL and Postgres #300

Closed
lovasoa opened this issue May 4, 2024 Discussed in #299 · 3 comments
Closed

Add support for SSL client certificates in MySQL and Postgres #300

lovasoa opened this issue May 4, 2024 Discussed in #299 · 3 comments

Comments

@lovasoa
Copy link
Collaborator

lovasoa commented May 4, 2024

Discussed in #299

Originally posted by pettersillander May 2, 2024
Could implemeting (maybe optional?) encrypted connection between client and server help to ease adoption of SQLpage in diverse environments?

Quite a few networks (even closed) are encrypted connections only nowadays. As all the SQLpage supported dbms's support TLS natively it's seems rather cumbersome to use a tunnel for encryption.

Just wondering this after configuring SQLpage in existing environments...

@lovasoa
Copy link
Collaborator Author

lovasoa commented May 4, 2024

sqlpage/sqlx-oldapi#7

@lovasoa lovasoa closed this as completed in 969b2b9 May 4, 2024
@lovasoa
Copy link
Collaborator Author

lovasoa commented May 4, 2024

@pettersillander , can you test the latest builds and let me know if it works for you ?
The easiest is to test lovasoa/sqlpage:main on docker.

I also updated the documentation: https://github.com/lovasoa/SQLpage/blob/main/configuration.md#database-connection-strings

@pettersillander
Copy link

@lovasoa I built main yesterday and tested it at the site. The handshake & connection were succeeded and no errors in logs. So all good for now.

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

No branches or pull requests

2 participants