-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add parameter to allow optional SSL verification #125
Comments
thanks for catching this, I believe it was an oversight |
zandbelt
added a commit
that referenced
this issue
Dec 4, 2017
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
No problem @zandbelt. Btw, is there any expected date to the next release of this library? |
a minor release will probably happen within a few weeks from now; in the mean time you can just use the .lua file from master |
included in release 1.5.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to add following parameter to allow SSL verification being optional? Currently, only userinfo endpoint is demanding to go through a SSL verification.
ssl_verify = (opts.ssl_verify ~= "no")
lua-resty-openidc/lib/resty/openidc.lua
Lines 328 to 330 in aafa890
The text was updated successfully, but these errors were encountered: