ngx_aws_auth icon indicating copy to clipboard operation
ngx_aws_auth copied to clipboard

AuthV2 - signed key cached

Open bugoverfl0w opened this issue 5 years ago • 0 comments

Hello,

Please check this log file https://paste.ubuntu.com/p/J23S8jgtWP/, then search for string "3RXW5M4E5GEZAS34UC6E"

The module use the same signed key for different paths: bcn_720p.mp4 and bcn_1080p.mp4

curl http://api.dev.xxxx.com:8001/hls/bcn_,1080p,1080p,1080p,.mp4.urlset/master.m3u8 -I 2>/dev/null | grep HTTP HTTP/1.1 200 OK d4jk4@Konoha ~ curl http://api.dev.xxxx.com:8001/hls/bcn_,360p,720p,1080p,.mp4.urlset/master.m3u8 -I 2>/dev/null | grep HTTP HTTP/1.1 502 Bad Gateway

Can you check this case?

Thanks,

bugoverfl0w avatar Mar 07 '19 07:03 bugoverfl0w