-
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
[SNI] Error on create the SNI by both PUT and POST requests #3168
Comments
related #3148 |
Hello @jvahldick , The problem you are experiencing seems to be fixed by commit #3148, which is in the master branch but not on a release yet. ¿Could you please try the change in |
I updated the Kong version to 0.13, I tried to run the same commands and both problems remain. Also, replaced the certificates.lua file to the latest version reloading the kong, but the behavior still the same. Log: |
This issue is most likely gone from Kong 0.14, which moved the Certificate and SNI entities to the new DAO and the new auto-generated Admin API endpoints. Closing it and considering it resolved in 0.14. Feel free to reopen if a similar issue arises in a more recent version, of course. |
Summary
I had two problems specifically with the /SNIS/ endpoint:
When I try to create a new SNI certificate by a post request, I got the following message:
If I try to create the SNI by a PUT request, it is always requiring the created_at field.
Steps To Reproduce
Additional Details & Logs
I am running the kong using Docker 17.12.0-ce.
From the logs on docker side, I got this message in the POST request:
There is nothing reported in the error.log file for both cases.
Kong version: 0.11.2 and 0.12.1
I've checked #2800 and #2989, but couldn't find the answer for this.
The text was updated successfully, but these errors were encountered: