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

ability to disable default SSL cert #463

Closed
ahmadnassri opened this issue Aug 10, 2015 · 3 comments
Closed

ability to disable default SSL cert #463

ahmadnassri opened this issue Aug 10, 2015 · 3 comments
Labels
task/feature Requests for new features in Kong

Comments

@ahmadnassri
Copy link
Contributor

by default Kong has an SSL cert enabled signed by localhost.

there should be a way to disable this certificate (essentially turning the https port into another http port)

@ahmadnassri
Copy link
Contributor Author

example of this in action: https://mockbin.com

@subnetmarco
Copy link
Member

The reason why the SSL port is enabled by default is to allow the SSL Plugin to work without restarting or reloading the Kong cluster (thus avoiding having an exception in the way plugins are being installed).

For a more detailed explanation: #453 (comment)

There are two options:

  1. Having a ssl: true property in the configuration file that forcibly disables or enables the SSL port. The SSL plugin won't work if this value is set to 'false' (introduces an exception).
  2. Introduce another plugin exception for the SSL Plugin. Installing it the first time requires a full-cluster restart/reload.
  3. Both 1 and 2.
  4. Keep it as it is.

@thibaultcha thibaultcha added task/feature Requests for new features in Kong [about] plugins labels Oct 15, 2015
@subnetmarco
Copy link
Member

I think that disabling the SSL port can be done by just not exposing it to the world, by putting a firewall rule in front of it or by using iptables. That would be the best solution that would not affect how plugins work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task/feature Requests for new features in Kong
Projects
None yet
Development

No branches or pull requests

3 participants