You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
Started prax with "prax start -f" - everything runs fine until I navigate into a secure section of the site that uses https and this error is returned:
E, [2015-03-07T14:19:52.802521 #3654] ERROR -- : ArgumentError: bad argument (expected URI object or URI string)
/home/jimmy/.rbenv/versions/2.0.0-p481/lib/ruby/2.0.0/uri/common.rb:998:in URI' /opt/prax/lib/prax/request.rb:136:indetermine_host'
/opt/prax/lib/prax/request.rb:75:in host' /opt/prax/lib/prax/handler.rb:66:inapp_name'
/opt/prax/lib/prax/handler.rb:17:in handle' /opt/prax/lib/prax.rb:21:inperform'
/opt/prax/lib/prax/microworker.rb:84:in block in work' /opt/prax/lib/prax/microworker.rb:77:ineach'
/opt/prax/lib/prax/microworker.rb:77:in work' /opt/prax/lib/prax/microworker.rb:63:inblock in spawn'
I, [2015-03-07T14:19:52.802596 #3654] INFO -- : Respawning failed worker
This is on a fresh install of Ubuntu 14.04 LTS,. Is there some addition setup required to use ssl?