Fork me on GitHub
#lein-figwheel
<
2016-05-14
>
fenton22:05:54

continuing with serving a remote pseudo production site with lein-figwheel, i'm running into the issue that chrome wont run services like geolocation on non-https served sites. Was thinking about fronting lein-figwheel with nginx to get it's ssl/https, but the inability to know the websocket port ahead of time makes that, perhaps, impossible. Could the websocket port be made configurable?

fenton22:05:48

maybe 3449 is the port i should use...i'll try that 🙂

fenton23:05:49

hmmm....looks like i'll have a problem with the non secure websocket protocol aka: ws:// vs. wss://