Here is a post from our Admin HTTP server with HTTPS enabled
17 ServerName AS400.cross-check.com
18 Listen 10.210.250.1:80
19 Listen 10.210.250.1:443
76 <VirtualHost 10.210.250.1:443>
77 SSLEngine On
78 SSLAppName QIBM_HTTP_SERVER_CONFIG
79 SSLClientAuth Optional
80 SetEnv HTTPS_PORT 443
81 </VirtualHost>
I would get rid of the SSLEngine Optional and enable the
SSLEngine On
which is commented out.
Christopher Bipes
Information Services Director
CrossCheck, Inc.
-----Original Message-----
From: web400-bounces midrange.com [mailto:web400-bounces midrange.com]
On Behalf Of Joe Pluta
Sent: Tuesday, March 28, 2006 9:21 AM
To: 'Web Enabling the AS400 / iSeries'
Subject: [WEB400] Using a Verisign Certificate for SSL
"myinstance" is the instance name
"10.20.30.40" is the IP address of the iSeries
I've also got a location set up for validation; this is the
context used
to
get to WebSphere
I can get to http://10.20.30.40 and http://10.20.30.40:443,
but not to
https://10.20.30.40.
Some of the lines are broken by email formatting; hopefully
it's clear
which
ones.
Listen 10.20.30.40:80
Listen 10. 20.30.40:443
TimeOut 600
SSLEngine Optional
# SSLEngine On
SSLAppName QIBM_HTTP_SERVER_MYINSTANCE
SSLCacheEnable
SSLVersion TLSV1_SSLV3
SetEnv HTTPS_PORT 443
--
This is the Web Enabling the AS400 / iSeries (WEB400)
mailing list
To post a message email: WEB400 midrange.com
To subscribe, unsubscribe, or change list options,
visit: htt
p://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request midrange.com
Before posting, please take a moment to review the archives
at http://archive.mi
drange.com/web400.
|