Open taurus227 opened 5 years ago
The HTTP server is instantiated in https://github.com/TitusTech/hmws/blob/8aa911b9fcf9846c41f84d3631b45bf636d18951/restapi/src/main/java/com/titusgt/restapi/Main.java#L80
We could use a different constructor of GrizzlyHttpServerFactory to enable HTTPS: http://javadox.com/org.glassfish.jersey.bundles/apidocs/2.11/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.html
3aTech ticket: https://icube-sa.atlassian.net/browse/AAAT-662
It should be configurable.