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

Verify cert. Bug fixes. New events. WinInet and WinHTTP connection lost support. #58

Closed thomaserlang closed 8 years ago

thomaserlang commented 8 years ago

Anyone knows how to get Indy to validate certificates against the default Windows CA store?

RobertoSchneiders commented 8 years ago

:+1:

About the Indy certificate validation, AFAIK OpenSSL doesn't uses the Windows CA, so, you will have to implement a custom onVerifyPeer that does that.

fabriciocolombo commented 8 years ago

You're awesome @thomaserlang. Thank you so much.

thomaserlang commented 8 years ago

Done and done.

fabriciocolombo commented 8 years ago

Thank you.