You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: GitHub issues are reserved for bug reports only.
Please read the CONTRIBUTING.md guidelines to learn on which channels you can
seek for help and ask general questions:
kong configured ssl api , the nginx-kong.conf configuration contains:
listen 0.0.0.0:443 ssl;
ssl_certificate /usr/local/kong/ssl/kong-default.crt;
ssl_certificate_key /usr/local/kong/ssl/kong-default.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_certificate_by_lua_block {
kong.ssl_certificate ()
}
But TLSv1 TLSv1.1 does not work, how to make TLSv1 TLSv1.1 take effect, thanks.
Summary
SUMMARY_GOES_HERE
Steps To Reproduce
Additional Details & Logs
Kong version ($ kong version) 0.11.0
Kong debug-level startup logs ($ kong start --vv)
Kong error logs (<KONG_PREFIX>/logs/error.log)
Kong configuration (registered APIs/Plugins & configuration file)
Operating System CentOS release 6.5 2.6.32-431.11.25.el6.x86_64
The text was updated successfully, but these errors were encountered:
NOTE: GitHub issues are reserved for bug reports only.
Please read the CONTRIBUTING.md guidelines to learn on which channels you can
seek for help and ask general questions:
kong configured ssl api , the nginx-kong.conf configuration contains:
listen 0.0.0.0:443 ssl;
ssl_certificate /usr/local/kong/ssl/kong-default.crt;
ssl_certificate_key /usr/local/kong/ssl/kong-default.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_certificate_by_lua_block {
kong.ssl_certificate ()
}
But TLSv1 TLSv1.1 does not work, how to make TLSv1 TLSv1.1 take effect, thanks.
Summary
SUMMARY_GOES_HERE
Steps To Reproduce
Additional Details & Logs
$ kong version
) 0.11.0$ kong start --vv
)<KONG_PREFIX>/logs/error.log
)The text was updated successfully, but these errors were encountered: