pedestal

jackson 2019-05-06T20:53:12.066800Z

Howdy all, is there documentation somewhere, or an example, of running pedestal with https on Jetty or is that a Jetty config thing?

2019-05-06T21:01:02.068300Z

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

jackson 2019-05-06T21:02:59.068800Z

@ddeaguiar perfect, thanks!

2019-05-06T21:03:23.069200Z

:thumbsup: