× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Ports are per server, so if they are on the same server they cant use the
same ports

2008/7/7 Mike Burdette <Mike.Burdette@xxxxxxxxxxxxx>:

Hi:

We have a web service that is running in its own WAS V6.1.0.0 Express
server that is using an Apache Server listening on port 10026 (see config
below). We also have a WAS 5.1 server which uses a public certificate to
serve data over SSL. this server listens on ports 80 and 443.

We need to configure the first server (the WAS 6.1 server) to serve SSL
connections, and are having trouble getting this to work. My first thought
would be to add port 443 to the Apache config (below) but was not sure
that two servers could listen on the same port.

The error we get is:

IWAB0135E An unexpected error has occurred.
IOException
Unrecognized SSL message, plaintext connection

When we do not use https, it works.

Any advice would be greatly appreciated.

Mike

# Added statement below to handle SSL for ATT/CSI
LoadModule ibm_ssl_module /QSYS.LIB/QHTTPSVR.LIB/QZSRVSSL.SRVPGM
WebSpherePluginConfig

/QIBM/UserData/WebSphere/AppServer/V61/Express/profiles/WAS61SVR/config/cells/ADSweb_WAS61SVR/nodes/ADSweb_WAS61SVR/servers/IHS_HTTPWAS61/plugin-cfg.xml
LoadModule was_ap20_module /QSYS.LIB/QWAS61A.LIB/QSVTAP20.SRVPGM
# HTTP server (powered by Apache) configuration
DocumentRoot /www/httpwas61/htdocs
ServerRoot /www/httpwas61
Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch -Includes
-IncludesNoExec -Indexes -MultiViews
Listen *:10026
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%{Cookie}n \"%r\" %t" cookie
LogFormat "%{User-agent}i" agent
LogFormat "%{Referer}i -> %U" referer
LogFormat "%h %l %u %t \"%r\" %>s %b" common
CustomLog logs/access_log combined
SetEnvIf "User-Agent" "Mozilla/2" nokeepalive
SetEnvIf "User-Agent" "JDK/1\.0" force-response-1.0
SetEnvIf "User-Agent" "Java/1\.0" force-response-1.0
SetEnvIf "User-Agent" "RealPlayer 4\.0" force-response-1.0
SetEnvIf "User-Agent" "MSIE 4\.0b2;" nokeepalive
SetEnvIf "User-Agent" "MSIE 4\.0b2;" force-response-1.0
<Directory />
Order Deny,Allow
Deny From all
</Directory>
<Directory /www/httpwas61/htdocs>
Order Allow,Deny
Allow From all
</Directory>
<Directory /ola/images/>
Allow From all
</Directory>
<Directory /ola/html/>
Allow From all
</Directory>
AliasMatch ^/ola/html/(.*) /ola/html/$1
AliasMatch ^/ola/images/(.*) /ola/images/$1
--
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.