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
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.
The text was updated successfully, but these errors were encountered:
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 ofHttpsServer
. Currently it's hardcoded to plainHttpServer
.The text was updated successfully, but these errors were encountered: