Fork me on GitHub
#figwheel-main
<
2019-01-23
>
mkvlr14:01:08

we’re trying to switch to using SSL in development. From https://figwheel.org/docs/your_own_server.html it sounds like figwheel-main is always meant to host the websocket endpoints in its own server, is that correct? Or could we just embed the figwheel websocket endpoint in our (pedestal+jetty) app?

mkvlr14:01:46

I mean we can get it to work by setting the SSL options for figwheel but we do need to set that twice then…