-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
send_ssl_message receives 6 arguments but only expects 1~5 #1720
Comments
Thanks for the report |
I also see this error when trying to connect connect to postgres using ssl and the official mashape docker image. However, this also results in 500 errors when making requests to any endpoint in either the admin api or a proxy api. It is accompanied by other errors as well:
Additional Details
If it looks like my issue is unrelated, let me know and I will file a separate issue. |
Here is the fix for our pgmoon fork: Kong/pgmoon@c16d2d4 I released pgmoon-mashape
This should override the This fix will also be pushed to leafo/pgmoon. I believe that ideally, ngx_lua should be updated to discard additional arguments to |
Resolves Postgres SSL connections error being thrown by ngx_lua Fix #1720
Fix verified. Thank you! |
Great, thanks for testing it out! |
@thibaultcha master branch and 0.9.5 don't include version bump, and because of it postgres with ssl fails. shoudn't it be released as 0.9.6? |
@sheerun Hey, sorry for the delay on our side. I just released 0.9.6: Which takes care of bumping the pgmoon-mashape dependency. This definitely warrants a hotfix. It can already be installed over an existing Kong install via:
We we be releasing the updated distribution packages by the end of the day. Thanks again! |
Any update on when the distribution packages are going to be released, we have just ran into this problem while moving to postgres. |
Summary
Running kong from the official docker image generates 2 periodic error in error.log:
It still works though.
Steps To Reproduce
Additional Details & Logs
kong_start.txt
<KONG_PREFIX>/logs/error.log
)kong_error.txt
The text was updated successfully, but these errors were encountered: