<div dir="ltr">Hi,<input name="virtru-metadata" type="hidden" value="{"email-policy":{"state":"closed","expirationUnit":"days","disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"expires":false,"isManaged":false},"attachments":{}}"><div><br>We've configured nginx --with-http_secure_link_module to secure the mp4 links. Currently we're testing it with very basic settings. Following is brief explanation of our lab :<br><br>A test.mp4 file is located under directory /tunefiles/files/test.mp4 . Our objective is to access this file over secure link such as</div><div><br></div><div> <a href="http://192.168.1.192/files/test.mp4?md5=XXXXXX&expire=2314444">http://192.168.1.192/files/test.mp4?md5=XXXXXX&expire=2314444</a> .</div><div><br></div><div>Here is the config of http-secure-link :<br><br><a href="http://pastebin.com/N41WQASj">http://pastebin.com/N41WQASj</a><br></div><div><br></div><div>We've constructed the md5 & expire using following commands :<br><br><div>#expiry date is 31st december</div><div>$date -d "2016-12-31 23:59" +%s</div><div>1470240179</div><div><br></div><div>#md5</div><div>$echo -n '1470240179/files/test.mp4 secret' | openssl md5 -binary | openssl base64 | tr +/ -_ | tr -d =</div></div><div>fY8Iyuqah9coPxTDk-UvVg<br></div><div><br></div><div><br></div><div>Once everything is constructed, we loaded the following URL into the browser & encountered the error 403:</div><div><br></div><div><a href="http://192.168.1.192/files/test.mp4?md5=fY8Iyuqah9coPxTDk-UvVg&expire=1470240179">http://192.168.1.192/files/test.mp4?md5=fY8Iyuqah9coPxTDk-UvVg&expire=1470240179</a><br><br><br></div><div><br></div><div>This is what we got in error-log :</div><div><br></div><div><div>2016/08/03 19:58:27 [error] 1227#1227: *1 open() "/etc/nginx/html/favicon.ico" failed (2: No such file or directory), client: 192.168.1.12, server: _, request: "GET /favicon.ico HTTP/1.1", host: "192.168.1.192", referrer: "<a href="http://192.168.1.192/files/test.mp4?md5=fY8Iyuqah9coPxTDk-UvVg&expire=1470240179">http://192.168.1.192/files/test.mp4?md5=fY8Iyuqah9coPxTDk-UvVg&expire=1470240179</a>"</div></div><div><br></div><div>======================================================================</div><div><br></div><div>We're unable to get rid of this 403 so far & need help on where we're doing wrong ?</div><div><br></div><div>Thanks for help in advance !!</div><div><br></div><div>Regards.<br>Shahzaib</div><div><br></div><div><br></div><div><br></div></div>