Skip to content
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

kong ssl cannot work on TLS V1.0 1.1 #3020

Closed
franksz2017 opened this issue Nov 10, 2017 · 1 comment
Closed

kong ssl cannot work on TLS V1.0 1.1 #3020

franksz2017 opened this issue Nov 10, 2017 · 1 comment

Comments

@franksz2017
Copy link

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
@p0pr0ck5
Copy link
Contributor

This is being discussed in #3010. Have also a read of using a custom Nginx template: https://getkong.org/docs/0.11.x/configuration/#custom-nginx-configuration-embedding-kong

Also, in the future, please have a read of https://github.com/Kong/kong/blob/master/CONTRIBUTING.md#where-to-seek-for-help before opening a Github issue, to avoid duplicates and overhead. Thank you!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants