September 13, 2017 08:05AM
Any Update Please
How to use two secret Keys for Secure Link Md5.

Primary to be used by application which is in production and secondary for application build which has been rolled out with changed secret key i.e. secondary.
So that application should work in both scenario meanwhile till the all the users update the application

Please help
Inside location or server block

secure_link $arg_tok,$arg_e;
secure_link_md5 "primarysecret$arg_tok$arg_e";
secure_link_md5 "secondarysecret$arg_tok$arg_e";
if ($secure_link = "") {return 405;}
if ($secure_link = "0"){return 410;}

This gives error as secure link md5 is used twice within a location block
Subject Author Posted

Secure Link Md5 Implementation

anish10dec July 26, 2017 12:12PM

Re: Secure Link Md5 Implementation

c0nw0nk July 26, 2017 02:06PM

Re: Secure Link Md5 Implementation

anish10dec July 27, 2017 02:34AM

Re: Secure Link Md5 Implementation

c0nw0nk July 27, 2017 05:39AM

Re: Secure Link Md5 Implementation

anish10dec July 27, 2017 07:50AM

Re: Secure Link Md5 Implementation

anish10dec September 13, 2017 08:05AM

Re: Secure Link Md5 Implementation

Francis Daly September 13, 2017 05:40PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 257
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready