Hello! I am working on a project where my axis service client is embedded into a webapp, running inside Tomcat. The service client is using via SSL. I enabled that via javax.net.ssl.trustStore and trustStorePassword properties.
For the moment, the webapp is accessible via http. Eventually, it will be accessible via https only. The certificate needed to access the webapp and the one for accessing the web service may be different. Should I expect problems for changing the JSSE properties from within my webapp? I am wondering if I would be safer writing a custom trust manager for my service client. Any thoughts? Thanks!