Discussion:
IIS and Websphere integration SSL problem
(too old to reply)
Alexis Zorba
2007-04-15 12:56:41 UTC
Permalink
Hi all,

I have a W2K SP4 machine with IIS 5.0 and WAS 6.1 with sample
applications.I created the "sePlugins" virtual directory and can
retrieve the PlantsByWebSphere application from IIS without any
problem.

I created an SSL cert by using Windows Certificate Manager and
installed this certificate on IIS.I can retrieve IIS apps and sites by
using https correctly.But i cant retrieve Websphere apps from IIS with
SSL.
http://localhost/PlantsByWebSphere works correctly but when i call
https://localhost/PlantsByWebSphere it gives me an empty page with
title "HTTP 500 Internal Server Error"
Also I can retrieve the application directly from WAS by using SSL
correctly.
(https://localhost:9443/PlantsByWebsphere)
I think im missing something within configuration but i couldnt find
howto do it.I need your help.
Regards

No error meesage in Windows System logs, I got following messages in
Runtime Errors of WAS;

-------------oOo---------------------
Message
SSLC0008E: Unable to initialize SSL connection. Unauthorized access was
denied or security settings have expired. Exception is
javax.net.ssl.SSLException: javax.net.ssl.SSLHandshakeException:
Received fatal alert: bad_certificate.

Message type
Runtime Error

Explanation
A new connection failed to complete a successful secure handshake.

User action
Check security settings. The certificate may have expired.
Alternatively, an unauthorized client connection may have been denied.

Message Originator
com.ibm.ws.ssl.channel.impl.SSLHandshakeErrorTracker

Source object type
RasLoggingService

Timestamp
Apr 15, 2007 3:33:40 PM EEST

Thread Id
2d

Node name
deneme12Node01

Server name
server1
-------------oOo---------------
Paul Ilechko
2007-04-15 13:53:33 UTC
Permalink
Post by Alexis Zorba
Hi all,
I have a W2K SP4 machine with IIS 5.0 and WAS 6.1 with sample
applications.I created the "sePlugins" virtual directory and can
retrieve the PlantsByWebSphere application from IIS without any problem.
I created an SSL cert by using Windows Certificate Manager and installed
this certificate on IIS.I can retrieve IIS apps and sites by using https
correctly.But i cant retrieve Websphere apps from IIS with SSL.
http://localhost/PlantsByWebSphere works correctly but when i call
https://localhost/PlantsByWebSphere it gives me an empty page with title
"HTTP 500 Internal Server Error"
Also I can retrieve the application directly from WAS by using SSL
correctly.
(https://localhost:9443/PlantsByWebsphere)
I think im missing something within configuration but i couldnt find
howto do it.I need your help.
Regards
This article describes the SSL changes in WAS 6.1:

http://www-128.ibm.com/developerworks/websphere/techjournal/0612_birk/0612_birk.html
Alexis Zorba
2007-04-15 14:33:45 UTC
Permalink
Post by Paul Ilechko
Post by Alexis Zorba
Hi all,
I have a W2K SP4 machine with IIS 5.0 and WAS 6.1 with sample
applications.I created the "sePlugins" virtual directory and can retrieve
the PlantsByWebSphere application from IIS without any problem.
I created an SSL cert by using Windows Certificate Manager and installed
this certificate on IIS.I can retrieve IIS apps and sites by using https
correctly.But i cant retrieve Websphere apps from IIS with SSL.
http://localhost/PlantsByWebSphere works correctly but when i call
https://localhost/PlantsByWebSphere it gives me an empty page with title
"HTTP 500 Internal Server Error"
Also I can retrieve the application directly from WAS by using SSL
correctly.
(https://localhost:9443/PlantsByWebsphere)
I think im missing something within configuration but i couldnt find howto
do it.I need your help.
Regards
http://www-128.ibm.com/developerworks/websphere/techjournal/0612_birk/0612_birk.html
I couldnt find an article/redbook like this before.I followed the
instructions on the article and it works like a charm now.
Thank you very much,
Regards

Loading...