Closed (fixed)
Project:
Hosting
Version:
7.x-3.x-dev
Component:
API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2015 at 19:56 UTC
Updated:
10 Dec 2015 at 13:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gboudrias commentedLikely related to #2606700: Shared SSL cert deleted from {hosting_ssl_cert}, since the patch directly ties into the logic of it.
Comment #3
ergonlogicThere's a check in
hosting_ssl_clean_keys()that ignores deleted sites, which might be part of the issue... When a certificate was used on a site that has since been deleted, it appears to block the removal of the certificate from an active site. This, in turn, blocks the removal of IP addresses from the associated server.Comment #4
ergonlogicYes, #2606700: Shared SSL cert deleted from {hosting_ssl_cert} is definitely related.
Comment #5
captainack commentedComment #6
captainack commentedComment #8
helmo commentedI separated the code clean up from the functional change, and did 2 separate commits.