Last active 1738044372

KBrown's Avatar KBrown revised this gist 1738044372. Go to revision

1 file changed, 42 insertions

gistfile1.txt(file created)

@@ -0,0 +1,42 @@
1 + Error al tratar de descargar página del SAT:
2 +
3 + curl -vvvv 'https://cfdiau.sat.gob.mx/nidp/wsfed/ep?id=SATUPCFDiCon&sid=0&option=credential&sid=0'
4 + * Host cfdiau.sat.gob.mx:443 was resolved.
5 + * IPv6: (none)
6 + * IPv4: 200.33.84.45
7 + * Trying 200.33.84.45:443...
8 + * Connected to cfdiau.sat.gob.mx (200.33.84.45) port 443
9 + * ALPN: curl offers h2,http/1.1
10 + * TLSv1.3 (OUT), TLS handshake, Client hello (1):
11 + * CAfile: /etc/pki/tls/certs/ca-bundle.crt
12 + * CApath: none
13 + * TLSv1.3 (IN), TLS handshake, Server hello (2):
14 + * TLSv1.2 (IN), TLS handshake, Certificate (11):
15 + * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
16 + * TLSv1.2 (OUT), TLS alert, handshake failure (552):
17 + * OpenSSL/3.2.2: error:0A00018A:SSL routines::dh key too small
18 + * closing connection #0
19 +
20 +
21 + Descarga con certificado de letsencrypt
22 +
23 + curl -vvvv https://cloud.sotolitolabs.com
24 + * Host cloud.sotolitolabs.com:443 was resolved.
25 + * IPv6: (none)
26 + * IPv4: 5.78.94.35
27 + * Trying 5.78.94.35:443...
28 + * Connected to cloud.sotolitolabs.com (5.78.94.35) port 443
29 + * ALPN: curl offers h2,http/1.1
30 + * TLSv1.3 (OUT), TLS handshake, Client hello (1):
31 + * CAfile: /etc/pki/tls/certs/ca-bundle.crt
32 + * CApath: none
33 + * TLSv1.3 (IN), TLS handshake, Server hello (2):
34 + * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
35 + * TLSv1.3 (IN), TLS handshake, Certificate (11):
36 + * TLSv1.3 (IN), TLS handshake, CERT verify (15):
37 + * TLSv1.3 (IN), TLS handshake, Finished (20):
38 + * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
39 + * TLSv1.3 (OUT), TLS handshake, Finished (20):
40 + * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS
41 + * ALPN: server accepted h2
42 +
Newer Older