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) ;
Select all 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 Global Root G2,OU=www.digicert.com,O
=DigiCert Inc,C=US
Serial:
1844822487003892149307387
382829504
0723
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:
sha256WithRSAEncryption
subjectKeyIdentifier:
78:DF:91:90:5F:EE:DE:AC:F
6:C5:75:E
B:D5:4C:55
:53:EF:24
:4A:B6
authorityKeyIdentifier:
keyid:4E:22:54:20:18:95:E
6:E3:6E:E
6:0F:FA:FA
:B9:12:ED
:06:17:8F:
39
keyUsage:
Digital Signature, Certificate Sign, CRL Sign
extendedKeyUsage:
TLS Web Server Authentication, TLS Web Client Authentication
basicConstraints:
CA:TRUE, pathlen:0
authorityInfoAccess:
OCSP - URI:
http://ocsp.digicert.com
crlDistributionPoints:
Full Name: URI:
http://crl3.digicert.com/DigiCertGlobalRootG2.crl
certificatePolicies:
Policy: 2.16.840.1.114412.1.2 CPS:
https://www.digicert.com/CPSPolicy : 2.23.140.1.2.1
Thank you!