TheGU / mod-auth-token

This module uses token based authentication to secure downloads and prevent deep-linking. Have your script or servlet generate a token to authenticate the download and let Apache handle the file transfer without having to pipe it through a script for security.
Apache License 2.0
0 stars 0 forks source link

Auth issue when using SSL #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have configure auth_token with IP check enabled.

Using http protocol mod authenticate works fine but when using https instead of 
authentication it leads to 404 error. Am i missing something? 

do i need to add some other directives in httpd.conf

i have dedicated server with centos 6.5 64 bit

Original issue reported on code.google.com by acexlog...@gmail.com on 8 Aug 2014 at 6:01