simpleframework
simpleframework copied to clipboard
Example using https / SSL
Hi,
i can't find an simple example for the usage of https / ssl. I found some code snippets with ssl but i don't know how they will be wired up (they using spring, but i'm not an expert) Just a simple code snippet, where i can see, how to provide the certificate and start the server to accept htts requests would be fine. Thanks for your great work on this.
Hi, you can inspire form the webserver I wrote on top of the lib:
https://github.com/pschweitz/CheetahWebserver