Right now, it's nearly impossible to use a wildcard cert on multiple sites because the second site you try to add gets the error:
Unable to allocate IP address for certificate, disabling SSL. Allocate more IP addresses to this server then try to enable SSL again.
There should be an option to disable this.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fixhosting.patch | 964 bytes | Guillaume Beaulieu |
Comments
Comment #2
Guillaume Beaulieu commentedHi !
We've fixed this (partially) at my work with the following patch. As (from what I understand) aegir 2 does not support SNI yet, it have to allocate an IP address. The proper solution to the problem is likely to use an external SSL termination. I wrote this code that fixes the IP allocation. We're running this in production without issues.
G
Comment #3
ergonlogicThe 6.x-2.x branch will go EOL along with Drupal this week. So I'm closing this issue. If it remains a confirmed issue in 7.x-3.x, feel free to re-open, or better yet, create a new issue referencing this one.
Comment #4
ergonlogic