-
Notifications
You must be signed in to change notification settings - Fork 181
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
Failing to use the 'has_certificate' method #283
Comments
I had the same issue. Not much inside that function: local storage = auto_ssl.storage
local cert = storage:get_cert(domain)
-- check if cert exists then do... |
@petitiaux @acatalina were you able to solve it ? |
hey @devopswimg, I had to look at the code to remember what I did hehe it looks like rather than calling local storage = auto_ssl.storage
local cert = storage:get_cert(domain) |
Awesome Thanks @acatalina !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm looking to forward http traffic to https, if there is a certificate found. We're using the has_certificate method for this. We've implemented the example code but nginx fails with the following log line:
lua entry thread aborted: runtime error: rewrite_by_lua(default.conf:34):2: attempt to call method 'has_certificate' (a nil value)
I've placed the code inside the server block listening on port 80.
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: