ssl connection

i try to consume ejbs which are located on was 6.1. i can consume ejb if global security is not enabled on was. global security feature force ssl connection for ejb calls. sjsas 8.2 can not make this ssl connections to the remote was. what is the solution?
[263 byte] By [NewsHunter] at [2007-11-26 8:47:04]
# 1

Check out ths HTTPS FAQ on consuming webservices with Creator:

http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/technical /webservices/webservicehttps.html

This applies to EJBs too.

These settings are required on the bundled appserver too.

Check out AppServers JVM Settings options via admin panel.

These should have https.proxyPort and https.proxyHost, if you have proxy's applicable.

Thanks,

Sakthi

sakthivelgopal at 2007-7-6 22:33:33 > top of Java-index,Development Tools,Java Tools...