TLS connection to db server? #299
pettersillander
started this conversation in
General
Replies: 1 comment 4 replies
-
Hello @pettersillander and welcome to SQLPage ! I have great news for you... TLS is already supported in SQLPage today 🙂 You can set advanced encryption options in the database connection string if you need. For instance, if you have a postgres database that supports ssl, SQLPage will connect to it over ssl by default. If you need SQLPage to refuse connecting over plain text connections, you can use Did you have an issue with ssl connection with a database in particular ? If so, can you share reproduction steps ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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...
Beta Was this translation helpful? Give feedback.
All reactions