ssl problems on deployment
Hi ... I'm using Qt Creator to make a little application to connect to a server using ssl (Windows/Linux). On the development environment ... no problem.
On a Virtual Box machine I installed one Windows and one Linux to test without the development environment (you know ... something like a live environment).
On Linux tests ... I found no problem. The application connects to the server fine.
But on the Windows side, the application crash with no alert from the application or the OS, when trying to connect to the server, I already added all the Qt dlls.
Any idea?
Thanks
Re: ssl problems on deployment
Have you added OpenSSL dlls on your windows system?
Re: ssl problems on deployment
Hi, thanks.
Yes I added the dll's on the current directory of the application and try on system32 directory too.
But ... my problem continues.
...
Re: ssl problems on deployment
Quote:
Originally Posted by
nomadscarecrow
But on the Windows side, the application crash with no alert from the application or the OS, when trying to connect to the server, I already added all the Qt dlls.
How do you know that the application crash?
Re: ssl problems on deployment
The application just dissapears ... :(