Soumen
Reputable Poster
My configuration is as followed:
WebSphere ND 8.5.5.5
IBM HTTP Server 8.5.5.5
Windows 2012 R2
TR 9.1.5.5
E9.1
I am trying to configure HTTPS with HTML and AIS. The way I have the current setup is I have a keystore with all server certificates copied over from a working Web Server running on HTTPS to IBM/HTTPServer/keys/.
I am referencing this keystore in my http.conf file with SSL Enabled.
The error I am receiving on the HTTP Server error.log is ...
[client 10.200.2.117] [1d85280] [11660] SSL0271I: SSL Handshake Failed, client closed connection without sending any data. [10.200.2.117:8827 -> 10.200.2.132:443] [10:37:32.000558745]
On the browser side it displays a "500 Internal Server Error".
As I mentioned above I have a working server with similar config (with only difference of OS which is Windows 2008 R2) setup the same way with no issues. I have done a comparative analysis between both these servers but have not found anything different. I have also checked each certificate which is installed on the server using mmc>Certificate Snap-in.
I have also referred the Oracle document on setting up SSL and have not found anything which I could be missing.
http://docs.oracle.com/cd/E24902_01/doc.91/e18841/secsoclayer.htm#EOHWU00007
My httpd.conf file setup for this port is ...
<VirtualHost 10.200.2.132:443>
SSLEnable
KeyFile "C:\IBM\HTTPServer\keys\SSBIZHUBDV\SSBIZHUBDV.kdb"
DocumentRoot "C:\IBM\WebSphere\AppServer\profiles\AppSrv01/installedApps/TXHDCWBS08Node01Cell/HTML_TXHDCWBS08_8094_DV910.ear\webclient.war/OWHTML"
ServerName SSBIZHUBDV
ServerAlias SSBIZHUBDV SSBIZHUBDV.SSSS.COM SSBIZHUBDV.SVC.SSSS.COM
Alias /jde "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\TXHDCWBS08Node01Cell\HTML_TXHDCWBS08_8094_DV910.ear\webclient.war"
TransferLog C:\IBM\HTTPServer\logs\ssbizhubdv.log
</VirtualHost>
SSLDisable
<Directory "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\TXHDCWBS08Node01Cell\HTML_TXHDCWBS08_8094_DV910.ear\webclient.war\WEB_INF">
Order Deny,Allow
Deny from All
</Directory>
<Directory "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\TXHDCWBS08Node01Cell\HTML_TXHDCWBS08_8094_DV910.ear\webclient.war">
Order Deny,Allow
Allow from All
</Directory>
And I have Virtual host entry on WebSphere as below...
ssbizhubdv 80
ssbizhubdv 443
ssbizhubdv.ssss.com 80
ssbizhubdv.ssss.com 443
ssbizhubdv.svc.ssss.com 80
ssbizhubdv.svc.ssss.com 443
On this same server connections to HTTP is working just fine ...no issues. What could be that I am missing in my setup for SSL?
WebSphere ND 8.5.5.5
IBM HTTP Server 8.5.5.5
Windows 2012 R2
TR 9.1.5.5
E9.1
I am trying to configure HTTPS with HTML and AIS. The way I have the current setup is I have a keystore with all server certificates copied over from a working Web Server running on HTTPS to IBM/HTTPServer/keys/.
I am referencing this keystore in my http.conf file with SSL Enabled.
The error I am receiving on the HTTP Server error.log is ...
[client 10.200.2.117] [1d85280] [11660] SSL0271I: SSL Handshake Failed, client closed connection without sending any data. [10.200.2.117:8827 -> 10.200.2.132:443] [10:37:32.000558745]
On the browser side it displays a "500 Internal Server Error".
As I mentioned above I have a working server with similar config (with only difference of OS which is Windows 2008 R2) setup the same way with no issues. I have done a comparative analysis between both these servers but have not found anything different. I have also checked each certificate which is installed on the server using mmc>Certificate Snap-in.
I have also referred the Oracle document on setting up SSL and have not found anything which I could be missing.
http://docs.oracle.com/cd/E24902_01/doc.91/e18841/secsoclayer.htm#EOHWU00007
My httpd.conf file setup for this port is ...
<VirtualHost 10.200.2.132:443>
SSLEnable
KeyFile "C:\IBM\HTTPServer\keys\SSBIZHUBDV\SSBIZHUBDV.kdb"
DocumentRoot "C:\IBM\WebSphere\AppServer\profiles\AppSrv01/installedApps/TXHDCWBS08Node01Cell/HTML_TXHDCWBS08_8094_DV910.ear\webclient.war/OWHTML"
ServerName SSBIZHUBDV
ServerAlias SSBIZHUBDV SSBIZHUBDV.SSSS.COM SSBIZHUBDV.SVC.SSSS.COM
Alias /jde "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\TXHDCWBS08Node01Cell\HTML_TXHDCWBS08_8094_DV910.ear\webclient.war"
TransferLog C:\IBM\HTTPServer\logs\ssbizhubdv.log
</VirtualHost>
SSLDisable
<Directory "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\TXHDCWBS08Node01Cell\HTML_TXHDCWBS08_8094_DV910.ear\webclient.war\WEB_INF">
Order Deny,Allow
Deny from All
</Directory>
<Directory "C:\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\TXHDCWBS08Node01Cell\HTML_TXHDCWBS08_8094_DV910.ear\webclient.war">
Order Deny,Allow
Allow from All
</Directory>
And I have Virtual host entry on WebSphere as below...
ssbizhubdv 80
ssbizhubdv 443
ssbizhubdv.ssss.com 80
ssbizhubdv.ssss.com 443
ssbizhubdv.svc.ssss.com 80
ssbizhubdv.svc.ssss.com 443
On this same server connections to HTTP is working just fine ...no issues. What could be that I am missing in my setup for SSL?