Using Indy 10 IdHTTP with TLS 1.2

后端 未结 1 1681
臣服心动
臣服心动 2020-12-17 20:59

Im using Delphi XE2 with Indy 10.5.8.0

Currently i need to change a connection to one of our server to use only TLS 1.2, at the moment we are using TLS 1.0

A

1条回答
  •  攒了一身酷
    2020-12-17 21:35

    Just in case some one comes by a similar error, in my case it was the SSL Library (libeay32, ssleay32) that was being used, it was outdated (year 2010). When updated the SSL it worked out correctly without any error.

    Thank you @RemyLebeau for pointing that it was an update issue =)

    0 讨论(0)
提交回复
热议问题