-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ms-update-phishing: URLs are "301 Moved Permanently" #694
Comments
I'm also experiencing the same.
|
PR #695 going to merge this. |
I corrected the config on the web server that was forcing https. It will now accept http connections. However, you should update your script to use https. I have also updated the cron download on the phishing website with the https pointers. |
v5.5.3-1 contains PR #695. Going to leave this issue open for a couple days for everyone. |
This is fixed. |
/usr/sbin/ms-update-phishing cannot download the phishing site updates anymore.
Apparently something changed on the website and the http URLs are now redirected to https.
With curl in use, this redirect is not followed.
The downloaded files phishing.bad.sites.conf.master.gz and phishing.safe.sites.conf.master.gz
only contain the message "301 Moved Permanently"
Should we update the URLs to https, like so?
And/or should we include the '-L' parameter in the curl commands to follow further redirects which might come in the future?
The text was updated successfully, but these errors were encountered: