"Webform Privat Upload Status" / "Status report" is givin me false message:
Very bad! Your private files are not private! (Screeny attached)
When trying to access those files .htaccess is doing its job: the files are protected.
I have been using this module times before and never had that issue but it's the first time I'm using this module in conjunction with "Secure Pages", "Secure Pages - Prevent Hijack" and "Secure Site". (So it's not public accessible right now)
Deleting and Reinstalling the module didn't help.
Of course everything seems to be working fine, but i don't like this red lines on status report screen. ;)
Comments
Comment #1
maxgola commentedThe problem is the configure ssl on the web site. The function _private_upload_is_url_protected in private_upload.module check the file test on port 80.
$port=isset($url_info['port']) ? $url_info['port'] : 80;