You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
http headers check plugin says HSTS not supported, while scanning the same web on ssllabs shows HSTS enabled. I have also tried with requests to check the headers requests also shows that HSTS is available.
To Reproduce
Steps to reproduce the behavior:
install the latest version of SSLyze from pip.
Run the following command python3 -m sslyze --http_headers emm.epf.gov.my
See the error it says not supported.
Expected behavior
It should also show that HSTS is supported.
Python environment (please complete the following information):
OS: Debian Kali latest
Python version: 3.7 (default version available on latest kali)
Screen shots for your reference
Locally ran the command using requests and sslyze both.
ssllabs shows.
Edit
The reason could be redirections in http request.
The text was updated successfully, but these errors were encountered:
Describe the bug
http headers check plugin says HSTS not supported, while scanning the same web on ssllabs shows HSTS enabled. I have also tried with requests to check the headers requests also shows that HSTS is available.
To Reproduce
Steps to reproduce the behavior:
python3 -m sslyze --http_headers emm.epf.gov.my
Expected behavior
It should also show that HSTS is supported.
Python environment (please complete the following information):
Screen shots for your reference
Locally ran the command using requests and sslyze both.
ssllabs shows.
Edit
The reason could be redirections in http request.
The text was updated successfully, but these errors were encountered: