kong-dashboard icon indicating copy to clipboard operation
kong-dashboard copied to clipboard

Certification SSL not running when saved in software

Open marcelosv opened this issue 6 years ago • 1 comments

Issue summary

I configured my server and i used kong-dashboard. I liked a lot, but i was a problem. I added my certification and it not works. I executation the website https://www.ssllabs.com for testing ssl.

When i open other software, Desktop Kong dash and the certification was incorrect. I saved sll in desktop and working ok.

marcelosv avatar Nov 18 '18 17:11 marcelosv

If using JSON, the certificate and key objects should use \n in place of CRs. The Kong API has a tendency to accept certificates/keys with an incorrect format, but won't enable them.

  • https://github.com/Kong/kong/issues/3721

I solved it by updating database ... 🤣

thonatos avatar Nov 20 '18 03:11 thonatos