Summary: | SSLProxyCheckPeerName does not seem to work with Lets Encrypt full chain cert | ||
---|---|---|---|
Product: | Apache httpd-2 | Reporter: | Aram Akhavan <kaysond> |
Component: | mod_proxy | Assignee: | Apache HTTPD Bugs Mailing List <bugs> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | kaysond, kirtankshetty |
Priority: | P2 | ||
Version: | 2.4.29 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Linux |
Description
Aram Akhavan
2018-11-16 07:21:18 UTC
This is running on Ubuntu 18.04, hence the slightly older release This is because ProxyPass uses an IP address and not domain.com. It needs to be ProxyPass "/" "https://domain.com:443/" This is a configuration error and not a bug. I'm an idiot. Sorry. I don't know why I thought the cert is to match the host that the client is connecting to... |