WAS6/IHS6配置SSL失败
环境是WebSphere Application Server - ND, 6.0.0.1
IBM HTTP Server - 6
手动创建profile. IHS和WAS集成后走80端口访问 http://host/app 可以访问到应用. 但是配制了SSL之后
https://localhost 可以访问到IHS的默认页面, https://host/app 的话就是404 Not Found.
我的配置步骤是
用IKeyMan生成CMS类型的keyring.
用IKeyMan生成自签证书
修改httpd.conf:
LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
Listen 443
<VirtualHost *:443>
ServerName 192.168.52.148
DocumentRoot "C:/IBM/HTTPServer/htdocs/en_US"
SSLEnable
Keyfile "C:/IBM/HTTPServer/ssl/ihsKeyring.kdb"
SSLV2Timeout 100
SSLV3Timeout 1000
</VirtualHost>
SSLDisable
在WAS中给default_host添加别名 *:443
Regenerate and repropogate the Web server plugin-cfg.xml file
重启WAS. 重启IHS. 完成配置.
有一个迷惑的地方是在httpd.conf中设置的是安装plugin时默认的
WebSpherePluginConfig "C:\IBM\WebSphere\Plugins\config\webserver1\plugin-cfg.xml"
在Regenerate - repropogate 之后该plugin-cfg.xml并没有任何改编... 是否是这里出的问题?
单纯修改成Regenerate生成的配置文件
WebSpherePluginConfig "C:\IBM\WebSphere\AppServer\profiles\DevDmgr\config\cells\win2003vmCell01\nodes\win2003vmNode01\servers\webserver1\plugin-cfg.xml"
也没有作用.
--------------------编程问答-------------------- 我也一直被这个问题苦恼着
请高手们 都指点啊 --------------------编程问答-------------------- 我晕 这个帖子都写了半年了
--------------------编程问答-------------------- lz 肯定已经搞定了这个问题了
可以说说 你的心得不? --------------------编程问答-------------------- 有点难度哦 --------------------编程问答-------------------- 我也碰到同样的问题
不知如何解决,就找到了这个帖子
现在有哪位知道怎么处理吗。。。。 --------------------编程问答-------------------- 时隔2年。。。
难道ibm的东西就这么难搞。。。。。。
补充:企业软件 , WebSphere