[gnutls-devel] GnuTLS | Cannot connect to github.com, download.mono-project.com (#990)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon May 11 16:34:00 CEST 2020




Daiki Ueno commented:


> OpenSSL-linked curl works fine [...]

I guess the best way to diagnose this kind of issues would be to do a packet capture and compare the exchanged messages. That may require enabling decryption, which should be possible through the keylog file feature.

Here is a tshark command line I use:
```console
$ tshark -o "tls.desegment_ssl_records: TRUE" \
         -o "tls.desegment_ssl_application_data: TRUE" \
         -o "tls.keylog_file: $PWD/keylog.txt" \
         -i lo -Px -O tls -Y "tcp.port == 443"

$ SSLKEYLOGFILE=$PWD/keylog.txt gnutls-cli ...
$ openssl s_client -keylogfile $PWD/keylog.txt -connect ...
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/990#note_340271620
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200511/1137d181/attachment.html>


More information about the Gnutls-devel mailing list