Detect browser TLS compatibility

后端 未结 5 1518
没有蜡笔的小新
没有蜡笔的小新 2021-02-01 04:08

We have a SSL website where the host has recently disabled older SSL protocols like TLS 1.0 and below. Depending on the browser, the site visitor gets a blank page or a cryptic

5条回答
  •  独厮守ぢ
    2021-02-01 04:43

    You can use the API provided by How's my SSL?.

    In the following example, I check the tls_version. Checking given_cipher_suites may also be a good idea.

    
    

提交回复
热议问题