Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 31545 invoked from network); 19 Apr 2005 17:18:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2005 17:18:54 -0000 Received: (qmail 86962 invoked by uid 500); 19 Apr 2005 17:18:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86946 invoked by uid 500); 19 Apr 2005 17:18:29 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86932 invoked by uid 99); 19 Apr 2005 17:18:28 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aaron.wagner@bankofamerica.com designates 171.159.192.80 as permitted sender) Received: from vamx04.bankofamerica.com (HELO vadmzmailmx04.bankofamerica.com) (171.159.192.80) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 19 Apr 2005 10:18:27 -0700 Received: from vadmzmailmx03.bankofamerica.com ([171.182.200.79]) by vadmzmailmx04.bankofamerica.com (8.12.11/8.12.11) with ESMTP id j3JHIM4k001861 for ; Tue, 19 Apr 2005 17:18:25 GMT Received: from memscmpl4. (varchvp01s209.bankofamerica.com [171.177.163.14]) by vadmzmailmx03.bankofamerica.com (8.12.11/8.12.11) with SMTP id j3JHHj8F009896 for ; Tue, 19 Apr 2005 17:18:22 GMT Received: from memmta0301 (171.186.140.73) by memscmpl4. (Sigaba Gateway v3.6.1) with ESMTP id 195377529; Tue, 19 Apr 2005 13:18:22 -0400 Date: Tue, 19 Apr 2005 13:18:21 -0400 From: "Wagner, Aaron" To: users@httpd.apache.org Message-id: <9D29F5E904CB664EB32A0F0B509089DC05C69FF6@ex2k.bankofamerica.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-class: urn:content-classes:message Thread-topic: [users@httpd] SSL access from Apache to Websphere Thread-index: AcVE/MXRPtvOBGstT1egk/f3baLDuwABpc8g X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 19 Apr 2005 17:18:22.0730 (UTC) FILETIME=[CA11A6A0:01C54503] X-Virus-Checked: Checked Subject: RE: [users@httpd] SSL access from Apache to Websphere X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have a script that uses an outside SSH program. I connect to a Websphere server from a Apache2 on win2k and cycle 4 applications($arr_appServerName = Array("ConfigAppSrv", "MWAppSrv1", "MWAppSrv2", "UIAppSrv")). Don't know is this will help but here's a snip of it... $cmd = "ps -ef|grep $appServerName|grep -c $WAS_HOME"; ob_start(); passthru("D:/Webcore/SSH/ssh2.exe esys@$remoteServer \"$cmd\"", $retcode); $retval = ob_get_clean(); > -----Original Message----- > From: Craig Dunigan [mailto:cdunigan@doit.wisc.edu] > Sent: Tuesday, April 19, 2005 12:25 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] SSL access from Apache to Websphere > > Or better yet, this one: > > http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?to pic=/com.ibm.websphere.nd.doc/info/ae/ae/tins_manualWebIHS20.htm> l > > Basically, it says that if you didn't use IBM's Web Server, the plugin > installation does not include the GSKit libraries needed for SSL. I'm > guessing that if you get the GSKit libraries, you'll be all set. > > On Tue, 19 Apr 2005, Craig Dunigan wrote: > > > Not sure it's relevant, but it sure sounds the same to me: > > > > > http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?to pic=/com.ibm.websphere.nd.doc/info/ae/ae/tsec_httpserv.html > > > > Found via brief Google query: don't forget to search Google first! > > > > On Tue, 19 Apr 2005, Francisco Martinez Espadas wrote: > > > > > Hello, > > > > > > First I explain you my scenario: I have an apache 2 web > server installed > > > in a Suse Enterprise Server 9. I also have a Websphere > 5.1 Application > > > Server mounted on a Windows 2000 Server. I want to acess > via SSL from > > > the web server to the application server. Right now the client can > > > access the Apache via SSL, and also the WebSphere via > SSL, too. The > > > problem is in the connection between Apache and > Websphere. I mean, when > > > the client tries to acces an application installed on the > application > > > server, but throught the Apache web server. However, it > works fine if > > > the client tries it withouth SSL, via HTTP. > > > > > > In the log (/var/log/apache2/error_log) I've found the > following error: > > > File does not exist: /srv/www/htdocs/name_of_application. > > > I think the apache is not reading the Websphere plugin > properly, but only via SSL!! . > > > I've revised the configuration files and I've not anything rare. > > > > > > What's wrong? > > > > > > Please help me! > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > The official User-To-User support forum of the Apache > HTTP Server Project. > > > See for more info. > > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > > For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > > -- > Craig Dunigan > IS Technical Services Specialist (I don't know what it means, either) > Middleware - Enterprise Info Systems - Department of Info Technology > University of Wisconsin, Madison > > opinions expressed are my own, not the University's > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org