Actions
Bug #483
closed
DC
DC
Apache24 Error During SSL Handshake With Remote Server
Bug #483:
Apache24 Error During SSL Handshake With Remote Server
Description
While setting up a proxy within Apache24 I kept getting an error every time I tried to access the site served from the server. In the case of Apache 2.4 and up, there are different defaults and a new directive.
I had to add the following directives to get it working:
SSLProxyEngine on SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off
NOTE: This problem was only noticeable after I moved the website served from to a new server with a different host name than what was on the SSL certificate. The above directives disables the host name checking.
DC Updated by Daniel Curtis about 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
DC Updated by Daniel Curtis almost 11 years ago
- Status changed from Resolved to Closed
DC Updated by Daniel Curtis almost 11 years ago
- Target version set to FreeBSD 9
DC Updated by Daniel Curtis almost 11 years ago
- Category set to Web Server
Actions