Closed (fixed)
Project:
Barracuda
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jul 2011 at 17:38 UTC
Updated:
15 Aug 2011 at 17:51 UTC
This issue has been discovered by @kepford and posted on g.d.o: http://groups.drupal.org/node/165244
Comments
Comment #1
omega8cc commentedFix committed for testing: http://drupalcode.org/project/barracuda.git/commit/b268030
Comment #2
omega8cc commentedThe hotfix: you need to edit your
/var/aegir/config/server_master/nginx/pre.d/nginx_wild_ssl.conffile andreplace 2 lines:
server 12.34.56.78:80;listen 12.34.56.78:443;with 2 lines:
server localhost:80;listen *:443;Then reload Nginx with:
service nginx reloadComment #3
kepford commentedTested the hotfix. Works as advertised.
Comment #4
omega8cc commentedThanks for the confirmation.