Skip to content

SSL

Overview

憑證

  • DV (Domain validated)
  • OV (Organization validated)
    • github
  • EV (Extended validation)
    • paypal
    • momo

參考

SNI

Customized SNI

  1. openssl
  2. Postman改Host

openssl

openssl s_client -connect "diqz8h6n59coy.cloudfront.net:443" -servername "diqz8h6n59coy.cloudfront.net"

openssl s_client -connect "diqz8h6n59coy.cloudfront.net:443" -servername "github.com"

openssl s_client -connect "diqz8h6n59coy.cloudfront.net:443" -servername "tw.yahoo.com"

openssl s_client -connect "diqz8h6n59coy.cloudfront.net:443" -servername "stackoverflow.com"