In fact, I've solved the problem.
I modified  the java.security file to have these lines :

security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
security.provider.3=com.sun.rsajca.Provider

ludovic

-----Message d'origine-----
De : Pablo [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 20 juillet 2001 09:13
À : [EMAIL PROTECTED]
Objet : RE: SOAP and SSL


On 19 Jul 2001 16:46:33 +0200, Ludovic BERTIN wrote:
> Thanks a lot, Pablo.
> Your document is a gold mine (short, explicit with good samples).


I'm happy that the document is also useful to other people!


> 
> But I still have a problem, I got this message : 
> java.lang.reflect.InvocationTargetException: java.net.SocketException: SSL
> implementation not available


I got that error so many times... but the fact is that I cannot remember
why was that exactly. I think it is because SSL is not correctly
installed. Check that the .jar files are in their places, as stated in
the installation instructions, and that the links in Orion directories
are ok. If you have any doubt on how I have them tell me and I can check
my configuration and tell you.

Hope this helps a bit. At least is a different error than before. Some
improvement has been made!


 
> Is the world is so crual ?


Maybe...

        Pablo


> 
> Ludovic
> 
> -----Message d'origine-----
> De : Pablo [mailto:[EMAIL PROTECTED]]
> Envoyé : jeudi 19 juillet 2001 13:10
> À : [EMAIL PROTECTED]
> Objet : Re: SOAP and SSL
> 
> 
> Hi,
> 
> maybe you can have a look at the document in
> http://www.eneris.com/~pablo/
> 
> It is explained there how to set up Soap and HTTP with Orion server in
> Linux.
> 
> 
>         Pablo
> 
> 
> 
> 
> PS. By the way, and if there is anyone out there interested, I've just
> uploaded the new version of my example addressbook kindly modified for
> Apache Soap 2.2 by Paulo Villela. Available in the address above.
> 
> 
> On 19 Jul 2001 10:42:37 +0200, Ludovic BERTIN wrote:
> > Hi,
> > 
> > i try do pass soap services under HTTPS connection.
> > I'm using Orion, so I've modified the files server.xml to declare a new
> > website with (secure="true").
> > When a component tries to access a soap service, it gets the following
> error
> > :
> > 
> > [BackboneException: ; EmbededException=[SOAPException:
> > faultCode=SOAP-ENV:Client; msg=Error opening socket: null;
> > targetException=java.lang.IllegalArgumentException: Error opening
socket:
> > null]]
> >       at MyObject.syncCall(MyObject.java:113)
> > 
> > Anyone has an idea ?
> > Is there something special to do in the service call, now that is a
https
> > connection ?
> > 
> > thanks
> > Ludovic

Reply via email to