Encrypting SQL connection
Unsolved
General and Desktop
-
Hello guys, I have one little question: is it possible to use QtSsl module with QtSql to provide encrypted connection to remote database? Probably I'll need my custom drivers right?
-
Hi,
It doesn't anwser but SSL is no longer secure, I know that it should have been removed from a lot of websites etc...
https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/Gruz
-
@Gruzzyh2 said:
https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/
Okay, to be more specific, TLS. I'm lazy to do my homework of doing my own asymmetric encryption protocol.
-
Hi,
Since last version, the MySQL backend supports setting up SSL on the connection with CLIENT_SSL
Hope it helps
3/4