kapouer / upcache

Caching proxy dynamically configured by upstream applications
MIT License
15 stars 1 forks source link

Incompatible with versions of nginx compiled against libssl1.1 #17

Closed kapouer closed 6 years ago

kapouer commented 7 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.

Make sure Dockerfile picks the right nginx version.

kapouer commented 6 years ago

No longer a problem.