Hello -

We have a situation where we need to call a SOAP service in a
Glassfish server via HTTPS from a servlet in Tomcat.  We extract a
self-signed certificate from Glassfish and imported it on the Tomcat
server.  It all works in situations where we can use the
fully-qualified host name in the request and in the alias of the
certificate when importing on the Tomcat server.

But we need to operate in an environment with a name service.  When we
try to use the IP address of the Glassfish server in the HTTPS call
and in the certificate alias, the call fails with a "no subject
alternate name" exception.

In Glassfish to Glassfish calls, using the IP address works fine.

Does anyone know how to make an SSL call from a Tomcat server using
the IP address only?  Is it even possible?

Thank you

-- 
Jeff Sexton
http://www.elgintime.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to