Thank you for watching Getting Started With The Community on Yesterday, Today. Comment on the Community in the Getting Started category if you have questions about this episode of YTCC.
First Broadcast
2020-06-26T17:00:00Z → 2020-06-26T17:30:00Z
Reference Posts
All Community Tips - Best place to troubleshoot
^ Best Practices Community Tips
^ How To Community Tips
^ Community Tool Tips
#ExpertTips
Community Tutorials
Reference Links
Learning Center
Developers
Help Center
Diagnostic Center
Cloudflare Status
Command Line
Free video tutorials
Trace
WinMTR
http://www.example.com/cdn-cgi/trace
$ traceroute example.com
$ dig example.com +trace
$ GET https://example.com/cdn-cgi/trace
cURL
Through Cloudflare $ curl -I brokenssl2.cf
Not through Cloudflare $ curl -I brokenssl1.cf
Dig
$ dig brokenssl1.cf
$ dig brokenssl2.cf
Whois
$ whois 104.17.176.85
$ whois brokenssl4.cf
Helpful Tests, Links and Commands
$ dig @1.1.1.1 ch txt whoami.cloudflare +short
$ dig +short @2606:4700:4700::1111 -6 ch txt whoami.cloudflare
$ curl -svo /dev/null https://example.com/
$ curl -svo /dev/null --resolve example.com:443:123.123.123.123 https://example.com/
$ curl -svo /dev/null --resolve example.com:80:123.123.123.123 http://example.com/
$ curl -svo /dev/null https://example.com --tlsv1.0
$ curl -svo /dev/null https://example.com --tlsv1.1
*Replace example.com
with your domain & 123.
with your origin IP address
Cloudflare TV Schedule