[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread viguera79
Hi !! I tried you said me and these are the results: If I launch the server with ssl configuratin changing the factories, i.e., jacorb.ssl.socket_factory=org.jacorb.orb.factory.DefaultSocketFactory jacorb.ssl.server_socket_factory=org.jacorb.orb.factory.DefaultServerSocketFactory appear the

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread [EMAIL PROTECTED]
Maybe the IORInterceptor is the cleanest solution after all :) It needs some more careful examination since the various pieces are already there and it could just be a matter of configuration, I just haven't looked at it in much detail... Franscisco may know how to setup this? A little dirty

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread viguera79
Thank you very much, I'll wait your solution. Best regards Javier View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874666#3874666 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874666

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-19 Thread [EMAIL PROTECTED]
I don't know exactly how ssl accelerators works, but would the exported IOR need to contain the host/ssl port of the accelerator? Another idea to try may be to configure normally the server for ssl, but use a plain (non-ssl) connection factory, maybe? View the original post :

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-19 Thread viguera79
First at all, thanks The ssl accelerator create a proxy with an external port and an internal port. SSL traffic enter to external port. The card desencrypts the traffic and moves it (now it's plain text) to the internal port. I configured the proxy with 3529 (external port) and 3528(internal

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-19 Thread viguera79
Hi Dimitris, Could you say in what file I have to change the connection factory, and which are the factories? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874464#3874464 Reply to the post :

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-19 Thread [EMAIL PROTECTED]
I just checked and it probably won't work because SSLServerSocketFactory is a subinterface of ServerSocketFactory, so it'll probably won't accept a value of org.jacorb.orb.factory.DefaultServerSocketFactory (try that anyways :) All the relevant entries are in conf/jacorb.properties (in the