Page 1 of 1

SSL/TLS support

PostPosted: Fri Apr 29, 2016 12:25 pm
by LehaHost
Hello!

I inspected source code of qxClient and qxServer examples regarding possibility to use services concept over SSL/TLS connection between client and server.
Unfortunately, I did not managed to find this feature.

Can anybody suggest me solution? Is QxOrm team going to support SSL/TLS?

Best regards,
Alexey

Re: SSL/TLS support

PostPosted: Fri Apr 29, 2016 2:01 pm
by qxorm
Hello,

SSL/TLS is not supported (and for now, there is no plan to support it).

But you can easily encrypt all data transfered over network, using your own encrypt key :
Code: Select all
qx::service::QxConnect::getSingleton()->setEncryptData(true, <your_own_key>);