A
A
Anton Artyomov2017-09-29 15:38:31
Qt
Anton Artyomov, 2017-09-29 15:38:31

How to identify the cause of an error in a release?

I develop on QT 5.6 (Windows 10) for Windows XP.
On XP do not work out https requests (http) norms.
How can you somehow find out what's wrong? Maybe OpenSSL should be handed over or something else ... The
program does not give any errors.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ighor July, 2017-09-29
@ArtyomovAnton

Connect OpenSSL 1.0.x compiled statically and there will be no problems.
Or drag along with the exe file libeay32.dll and ssleay32.dll
https://slproweb.com/products/Win32OpenSSL.html
And if so, then check the root certificates.
If you need to connect to only one host, you can store the certificate in the resources of the CA program, or install the CA certificate in the OS as trusted.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question