This issue has been discovered by @kepford and posted on g.d.o: http://groups.drupal.org/node/165244

Comments

omega8cc’s picture

Status: Active » Needs review
omega8cc’s picture

Status: Needs review » Reviewed & tested by the community

The hotfix: you need to edit your /var/aegir/config/server_master/nginx/pre.d/nginx_wild_ssl.conf file and

replace 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 reload

kepford’s picture

Tested the hotfix. Works as advertised.

omega8cc’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the confirmation.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.