SSL/TLS support

Use this forum to request new features or suggest modifications to existing features

SSL/TLS support

Postby LehaHost » Fri Apr 29, 2016 12:25 pm

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
LehaHost
 
Posts: 1
Joined: Fri Apr 29, 2016 9:47 am

Re: SSL/TLS support

Postby qxorm » Fri Apr 29, 2016 2:01 pm

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>);
qxorm
Site Admin
 
Posts: 481
Joined: Mon Apr 12, 2010 7:45 am


Return to QxOrm - Feature request

Who is online

Users browsing this forum: No registered users and 2 guests

cron