tkadlec / grunt-perfbudget

Grunt task for performance budgeting.
MIT License
856 stars 37 forks source link

task fails due to webpagetest.org running under SSL #34

Closed boneyfantaseas closed 8 years ago

boneyfantaseas commented 8 years ago

Hey, I'm experiencing 301 redirect messages for some weeks now. First I wondered whether my local credentials or redirects would be wrong but it turned out that inside the plugin all calls to webpagetest.org are made with HTTP calls. As the domain is delivered via SSL I changed all occurences in /lib to https and it worked again. So maybe you want to have a look into it?

tkadlec commented 8 years ago

Thanks! Changed the default to use https and we should be good to go. :)