Embracing the Messiness in Search of Epic Solutions

Tag: SSL

  • Maven + Jetty: Enabling SSL on Jetty Maven Plugin

    PROBLEM In order to run our web application using HTTPS, we need to enable SSL first on Jetty. SOLUTION #1: Generating Certificate on the Fly One clean solution by @PascalThivent is to recreate the certificate whenever Jetty starts. Not to steal any credits from him, but here’s a slightly modified configuration using more recent plugin… Read More…