iclab / centinel

http://iclab.org/
MIT License
34 stars 17 forks source link

Enable TLS test for all URLs by default in baseline #252

Closed rpanah closed 7 years ago

rpanah commented 8 years ago

The Alexa top 500 list has domain names that have TLS enabled, but the TLS test doesn't test them given that the https:// is missing from the URL in that list. TLS can be enabled by default for all URLs to check for and test TLS.

rpanah commented 7 years ago

I have added the option to do this, but it will slow things down when testing larger URL lists. I'm not really sure if this should be enabled for all of our test lists. Instead, I think sanitizing URL lists to include protocol types is a much better idea.