self signed cert subjAltName should be used as fallback
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Juju Charms Collection) |
In Progress
|
Medium
|
Unassigned |
Bug Description
Since we are using subjAltName, we should put the CN in there as well as in CN proper. If it's an IP, it will not get correctly matched by some algorithms (like pycurl) if it's only in the CN:
2014-10-29 17:16:33,203 ERROR [PoolThread-
Traceback (most recent call last):
File "/usr/lib/
message_api)
File "/usr/lib/
headers=
File "/usr/lib/
raise PyCurlError(
PyCurlError: Error 51: SSL: certificate subject name (129.115.192.2) does not match target host name '129.115.192.2'
Changed in apache2 (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in apache2 (Juju Charms Collection): | |
assignee: | David Britton (davidpbritton) → nobody |