Tommo195

Results 7 comments of Tommo195

I have the same problem with an old legacy product (D2007 indy 10) but it works in 10.3. I really would like to fix the issue in the old version...

But notice at the at the very top it shows TLSv1.2 (10.3) that might be the key difference, but yes below that they both say 1.0. Originally had ssl 1.0.1j...

After doing some reading, looks like the Record Layer version may get updated (in wireshark) based on the server hello if it succeeds, so that probably not relevant in this...

Just noticed also the servername missing in the extensions SNI, could that be the problem?

Yes that was the problem (SNI), have added the code to do that in the old D2007. Fixed Thanks

> As I said earlier, use of `SSL_DEFAULT_CIPHER_LIST` was removed from Indy 2 years ago. And client-side SNI was added 3 years ago (see IndySockets/Indy#160). So make sure your D2007...