How to check if your website has Enforcing HTTP Strict Transport Security
How to install PostgreSQL Client on AWS EC2
解法方法:
可以用 CURL
來看看你的 Server / website 有無 Strict-Transport-Security:
這個 header
curl -s -D- https://sharechiwai.com | grep -i strict-transport-security:
e.g.
Hope you find it useful