Skip to content

Instantly share code, notes, and snippets.

@Pooky
Created August 14, 2020 16:21
Show Gist options
  • Save Pooky/08386739b557ba9140d58c1f698d2b2a to your computer and use it in GitHub Desktop.
Save Pooky/08386739b557ba9140d58c1f698d2b2a to your computer and use it in GitHub Desktop.

Revisions

  1. Pooky revised this gist Aug 14, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion OpenSSL Check FTPS CERT
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    openssl s_client -showcerts -connect ftp.godaddy.com:21 -starttls ftp
    openssl s_client -showcerts -connect ftp.godaddy.com:21 -starttls ftp

    https://ec.haxx.se/usingcurl/usingcurl-tls
  2. Pooky created this gist Aug 14, 2020.
    1 change: 1 addition & 0 deletions OpenSSL Check FTPS CERT
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    openssl s_client -showcerts -connect ftp.godaddy.com:21 -starttls ftp