Closed kapouer closed 6 years ago
Typically, on debian, nginx/debian/control must have libssl1.0-dev, not libssl-dev, or else jwt decoding in lua will fail, being compatible with openssl 1.0.
nginx/debian/control
libssl1.0-dev
libssl-dev
Make sure Dockerfile picks the right nginx version.
No longer a problem.
Typically, on debian,
nginx/debian/control
must havelibssl1.0-dev
, notlibssl-dev
, or else jwt decoding in lua will fail, being compatible with openssl 1.0.Make sure Dockerfile picks the right nginx version.