Is there an easy way to have pow serve https?

John Bachir picture John Bachir · May 24, 2011 · Viewed 7.5k times · Source

pow is great, but many things in my app assume https, and it would be a pain to go through them all and add "if not dev environment". Is it possible to have pow serve https?

Answer

Carl Mercier picture Carl Mercier · Oct 26, 2012

The easiest way I found was to use Tunnels: https://github.com/jugyo/tunnels

$ gem install tunnels
$ rvmsudo tunnels   # or just use sudo if using rbenv

No configuration required.