Fork me on GitHub
#lein-figwheel
<
2016-05-06
>
hoopes15:05:14

Hi, I'm working with pinterest api, whose login callback URI must be https. I know this is a stretch, but is there any way to do some sort of ad-hoc ssl when working with figwheel? I've been just doing lein figwheel with the standard config file. Thanks!

bhauman21:05:59

@hoopes: well you should have your own server in a case like that. But you can https://github.com/jugyo/tunnels

bhauman21:05:49

use tunnels to pipe an https endpoint to http.