Skip to content

mitsuru/powprox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powprox: Nginx proxy for Pow apps

  • Serve Pow apps with SSL and SPDY
  • No certificate mismatch errors in the browser
  • Automatically manage SSL certs
  • Optional per-app nginx config

Install

./bin/powprox setup
open https://yourapp.dev

Inspired by @paulnicholson's powssl for Stud which raised the bar from a simple wildcard SSL proxy to a smooth, browser-friendly setup.

Browser support

  • Chrome: Just Works
  • Safari: Just Works
  • Firefox: manually import ~/.powprox/ssl/ca/pow-root-ca.crt as a trusted certificate authority. Preferences > Advanced > Certificates > View Certificates > Authorities > Import… > Trust this CA to identify websites
  • iOS: email yourself ~/.powprox/ssl/ca/pow-root-ca.crt and open it on the device to install it
  • Android: http://wiki.cacert.org/FAQ/ImportRootCert#Android_Phones_.26_Tablets

About

Pow .dev sites, meet SSL and SPDY

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.9%
  • HTML 18.1%
  • Ruby 4.0%