Actions
Bug #1171
closedSwitching from HTTPS to HTTP does not mark certificate as unused
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Certificates
Target version:
-
Start date:
01/06/2011
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
If you switch from HTTPS to HTTP, the certificate used for HTTPS is still marked as used where it should not be.
Updated by Jim Pingle almost 14 years ago
This is probably because even though HTTP is chosen, the certref is still kept in the config, so if they go back to HTTPS later, it remembers the previous choice.
It should be easy to code a check in that only shows the GUI cert in use if HTTPS is selected, or we could unset the certref when saving if HTTP is chosen.
Updated by Jim Pingle almost 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 8364184a866a6fb0f75b3368eb27f0c4fc3b4d7b.
Updated by Jim Pingle over 12 years ago
- Status changed from Feedback to Resolved
Actions