Project

General

Profile

Bug #483

Apache24 Error During SSL Handshake With Remote Server

Added by Daniel Curtis over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Server
Target version:
Start date:
11/29/2014
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

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.

#1

Updated by Daniel Curtis over 9 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis over 9 years ago

  • Status changed from Resolved to Closed
#3

Updated by Daniel Curtis about 9 years ago

  • Target version set to FreeBSD 9
#4

Updated by Daniel Curtis about 9 years ago

  • Category set to Web Server

Also available in: Atom PDF