Skip to content
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

Closed
hugomcfonseca opened this issue Dec 4, 2017 · 4 comments
Closed

Add parameter to allow optional SSL verification #125

hugomcfonseca opened this issue Dec 4, 2017 · 4 comments

Comments

@hugomcfonseca
Copy link

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")

local res, err = httpc:request_uri(opts.discovery.userinfo_endpoint, {
headers = headers
})

@zandbelt
Copy link
Contributor

zandbelt commented Dec 4, 2017

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>
@hugomcfonseca
Copy link
Author

No problem @zandbelt. Btw, is there any expected date to the next release of this library?

@zandbelt
Copy link
Contributor

zandbelt commented Dec 6, 2017

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

@zandbelt
Copy link
Contributor

included in release 1.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants