Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 01:32:28 GMT
From:      Rex Chan <rex@ish.com.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137196: woadaptor port - mod_webobjects doesn't support ssl 
Message-ID:  <200907280132.n6S1WSqH020106@www.freebsd.org>
Resent-Message-ID: <200907280140.n6S1e1Ou092513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137196
>Category:       ports
>Synopsis:       woadaptor port - mod_webobjects doesn't support ssl
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 28 01:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Rex Chan
>Release:        
>Organization:
ish group
>Environment:
FreeBSD dash.internal 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Mon Apr 28 13:04:02 EST 2008     ish@dash.ish.com.au:/usr/obj/usr/src/sys/DASH  amd64
>Description:
When SSL is enabled in Apache2.2 - SSL connections fail with the woadapter.

See this thread for more information:

http://lists.apple.com/archives/webobjects-deploy/2007/Jul/msg00005.html

Essentially - if you use SSL, you get no instances or 404.

Access logs will show 302 for requests.
>How-To-Repeat:
Build woadapter and get it to use connect SSL to an WO instance.

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	files/patch-mod_WebObjects.c
#
echo x - files/patch-mod_WebObjects.c
sed 's/^X//' >files/patch-mod_WebObjects.c << 'END-of-files/patch-mod_WebObjects.c'
X*** Apache2.2/mod_WebObjects.c.orig	2008-05-08 17:01:23.901089251 +1000
X--- Apache2.2/mod_WebObjects.c	2009-07-28 10:55:21.059701203 +1000
X***************
X*** 304,310 ****
X      apr_table_do(copyTableEntries, (void *)req, proc_env, NULL);
X  
X  
X! #ifdef APACHE_SECURITY_ENABLED
X  	/******client cert support***** */
X  		
X  	if (req_is_https(r)) {
X--- 304,310 ----
X      apr_table_do(copyTableEntries, (void *)req, proc_env, NULL);
X  
X  
X! #ifdef APACHE_SECURITY_ENABLEDXXXX
X  	/******client cert support***** */
X  		
X  	if (req_is_https(r)) {
X
END-of-files/patch-mod_WebObjects.c
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907280132.n6S1WSqH020106>