Avatar of Member_2_7965240
Member_2_7965240

asked on 

Delphi Indy component problem with TLS V3 connection

I use Delphi Seattle.

I have problems with Indy components :
-Indy components cannot use those webpages which use TLS V3 connection because the web server rejects the connection.
The certification used is Encryption Everywhere DV TLS CA - G2

Error message:
IdStack
EIdSocketError
Socker Error # 10054
Connection reset by peer

The code:
  H := TIdHttp.Create(nil);
  SS := TStringStream.Create;
  H.Get(MyPath+'u_products.xml', SS) ;

Open in new window


I can use the Smtp server of Google with Indy

Ugyan ezzel a kóddal a Google SMTP szervere meghívható, így biztosan nem azzal van probléma.

SSL információk:

Issuer:
    CN=DigiCert Glob­al Root G2,OU=ww­w.digicert.com,O­=DigiCert Inc,C=­US
Serial:
    1844822487003892­1493073873828295­040723
Not valid before:
    2017-11-27 12:46­:40 UTC
Not valid after:
    2027-11-27 12:46­:40 UTC
Key size:
    2048
Signature Algorithm:
    sha256WithRSAEnc­ryption

subjectKeyIdentifier:
    78:DF:91:90:5F:E­E:DE:AC:F6:C5:75­:EB:D5:4C:55:53:­EF:24:4A:B6
authorityKeyIdentifier:
    keyid:4E:22:54:2­0:18:95:E6:E3:6E­:E6:0F:FA:FA:B9:­12:ED:06:17:8F:3­9
keyUsage:
    Digital Signatur­e, Certificate S­ign, CRL Sign
extendedKeyUsage:
    TLS Web Server A­uthentication, T­LS Web Client Au­thentication
basicConstraints:
    CA:TRUE, pathlen­:0
authorityInfoAccess:
    OCSP - URI:http:­//ocsp.digicert.­com
crlDistributionPoints:
    Full Name:­ URI:http://crl­3.digicert.com/D­igiCertGlobalRoo­tG2.crl
certificatePolicies:
    Policy: 2.16.840­.1.114412.1.2­ CPS: https://w­ww.digicert.com/­CPS­Policy: 2.23.140­.1.2.1

Thank you!
Delphi

Avatar of undefined
Last Comment
Sinisa Vuk

8/22/2022 - Mon