I have a IdHTTP and SSLIOhandler partnered together, they will download most
http and https images i enter into it, but a few urls give the following error:
First chance exception at $766BD722. Exception class EIdOSSLUnderlyingCryptoError with message
'Error connecting with SSL.
error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure'.
Process Project1.exe (7612)
What do i need to set on the IdHTTP or SSL to remedy this?
This is one of the urls that gives the error:
https://i.warosu.org/data/vr/img/0007/8 ... 614706.png
----------------------------
Edit:
Went with URLDownloadToFile with IBindStatusCallback for download progress,
much easier to use, including attachment of simple use for future googlers.