Fork me on GitHub
#pedestal
<
2019-05-06
>
jackson20:05:12

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

ddeaguiar21:05:02

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

jackson21:05:59

@ddeaguiar perfect, thanks!