2828 * [ Reselect probes] ( #reselect-probes )
2929 * [ Reselect probes from measurements in the current session] ( #reselect-probes-from-measurements-in-the-current-session )
3030 * [ Run continuous non-stop measurements] ( #run-continuous-non-stop-measurements )
31- * [ Get TLS/SSL details] ( #get-tlsssl-details )
31+ * [ Get TCP & TLS/SSL details] ( #get-tcp- -tlsssl-details )
3232 * [ View your measurement history] ( #view-your-measurement-history )
3333 * [ Learn about available flags] ( #learn-about-available-flags )
3434<!-- TOC -->
@@ -362,13 +362,15 @@ Madrid, ES, EU, EDGOO NETWORKS LLC (AS47787) | 22 | 0.00% | 0.24
362362> [! TIP]
363363> Stop the infinite ping by pressing CTRL+C on your keyboard.
364364
365- # ### Get TLS/SSL details
365+ # ### Get TCP & TLS/SSL details
366366
367- Use the ` --full` option when running an ` http` command to include the TLS/SSL details in the output.
367+ Use the ` --full` option when running an ` http` command to include the TCP and TLS/SSL details in the output.
368368
369369` ` ` bash
370370globalping http jsdelivr.com --full
371371> Kansas City (MO), US, NA, IONOS SE (AS8560), u-zGato
372+ Resolved address: 172.67.208.113
373+
372374TLSv1.3/TLS_AES_256_GCM_SHA384
373375Subject: jsdelivr.com; DNS:jsdelivr.com, DNS:*.jsdelivr.com
374376Issuer: WE1; Google Trust Services; US
@@ -382,8 +384,7 @@ HTTP/1.1 301
382384` ` `
383385
384386> [! TIP]
385- > Use ` globalping http jsdelivr.com --full --method head` to omit the response body,
386- or ` globalping http jsdelivr.com --full |& sed '1d;/^$/q'` to only show the TLS/SSL data.
387+ > Use ` globalping http jsdelivr.com --full --method head` to omit the response body.
387388
388389# ### View your measurement history
389390
0 commit comments