Hi,all
I am using Windows2000(sp2)+WebSphere4.03 AE.
I want to start
servlet using ssl. So, like the case of 3.5x, I added "*:443"
to a virtual host's alias, and did re-generation of plug-in.
snoop moved by url below after that normally.
https: //localhost/servlet/snoop.
So, I thought that snoop moved using ssl.
But the method of setting up using a security center is written to the
following contents of infocenter.
"6.6.18.1a.7 : Configuring SSL in WebSphere Application Server."
It seems that it is necessary to set up ssl for an application server
according to this.
Can't it communicate only by adding a port using ssl?
What differs, the method which I did, and the method of infocenter,
as for an execution result?