Howdy all, is there documentation somewhere, or an example, of running pedestal with https on Jetty or is that a Jetty config thing?
Hi @jackson.reynolds, the documentation is lagging behind on that topic but you’ll be able to configure ssl support via the service map. If you create a service using the pedestal-service
lein template, you’ll see the ::http/container-options
that you can specify https://github.com/pedestal/pedestal/blob/master/service-template/src/leiningen/new/pedestal_service/service.clj#L72-L78
@ddeaguiar perfect, thanks!
:thumbsup: