Use QSslSocket instead of QTcpSocket
Unsolved
General and Desktop
-
Hi ,
I want to implement QSslSocket instead of QTcpSocket , as far as I understand I need to create
"certs/client.key";
"certs/client.crt";
How do I do that inside application not relaying on openssl or if so is there any module or class I can use for such case ? -
Hi,
The need for a custom client key depends highly on what your application does. So before embarking on that road, what are you needing it for ?
-
Where do you have that generate from ?