Hi there,
We have a scanerio where the clients will be communicating to the server in
this way. We have Java keytool generated self signed certificates lying in
the internet with the devices. When the HTTPS requests come to the server we
need to resolve the private keys sent by the clients (they have already been
certified by our older installation in Tomcat). So the scanerio is that all
the devices which were communicating with the Tomcat server has to be now
thro IIS. From IIS we will use J2K connectors to establish ISAPI filter to
communicate with the Tomcat Servlet container. The reason for this deployment
is to have IIS as our web server and certificate authenticator. Is this
possible. If so can anyone help us in giving the right approach for it.
Thank you
John