Actions
Bug #8252
closedAutomatic SAN code for certificates does not work properly with additional SANs when the CN contains a space
Start date:
01/02/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.x
Affected Architecture:
All
Description
When making a certificate, if there is a space in the CN the automatic code that copies the CN to a SAN fails to make a proper entry (no SAN types can contain a space). The result is a SAN array with a broken entry which generates SSL errors.
Updated by Jim Pingle almost 7 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset e562fca2e6b7a2ffbbdfe748f769a8cde9e116dc.
Updated by Jim Pingle almost 7 years ago
- Status changed from Feedback to Resolved
Works properly now. A cert with a CN containing a space does not get an invalid SAN entry.
Actions