fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

Windows xp #68

Open mapeware opened 8 years ago

mapeware commented 8 years ago

Your delphi-rest-client-api compiles and run like a sharm on windows 7-8-10, but, when i run compiled executable on windows xp, it gives me the message "A certificate is required to complete client authentication". I used VerifyCert=False, in fact on non xp systems it works perfectly. Do you have any suggestion ? Thank you in advance, Max

ronaldhoek commented 8 years ago

Might this issue be a result of the new SSL encryption policy of MS. This requires SHA 256, which is not supported in XP.