danieleteti / delphiredisclient

Redis client for Delphi
Apache License 2.0
309 stars 134 forks source link

Fix SSL issue in latest Indy versions by setting PassThrough to False #21

Closed iadcode closed 4 years ago

iadcode commented 4 years ago

In late-2019, Indy changed the default value of TIdSSLIOHandlerSocketBase.PassThrough to True. As a consequence, DelphiRedisClient with UseSSL will still send unencrypted traffic if used with the latest Indy.

See:

danieleteti commented 4 years ago

thank you