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

Add SSL support to HTTPServer #470

Closed
thecoop opened this issue Apr 5, 2019 · 1 comment
Closed

Add SSL support to HTTPServer #470

thecoop opened this issue Apr 5, 2019 · 1 comment

Comments

@thecoop
Copy link
Contributor

thecoop commented Apr 5, 2019

Allow HTTPServer to be created to use SSL.

This can be as simple as adding a constructor overload allowing an instance of com.sun.net.httpserver.HttpServer to be passed in, which could then be set as a configured instance of HttpsServer. Currently it's hardcoded to plain HttpServer.

@brian-brazil
Copy link
Contributor

Would you like to send a PR?

brian-brazil pushed a commit that referenced this issue Apr 24, 2019
…used (#470) (#471)

Signed-off-by: Simon Cooper <thecoop@runbox.com>
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