Hi Cordialement, 

1. I have developed the following SSL server example in Mina side. 
   http://www.techbrainwave.com/?p=973
  and created standalone ssl client from same example, if both the ssl
client and server are in java and    using same .jks files its working fine.

2. if ssl client and server  are using different .jks file, then server will
through an exception like "Invalid certificate" 

3. Another scenario is actually my SSL client is in C++,here Mina SSL Server
is able to accept any kind of message from C++ SSL Client even though client
is using different(invalid certificate) certificate. 

Please help me, if you need any more details i will ready to share with you.




Note :Please find the attached Server side code.


Thanks, 
Madhurima vadlamudi

 

 

 

Should work. 
> 
> 
> 
> If above all scenarios working fine,please share me the Apache mina SSL 
> Server code. 
Everything related to SSL is done through the SSLFilter. the associated 
code can be found here : 
http://svn.apache.org/viewvc/mina/tags/2.0.4/mina-core/src/main/java/org/apa
che/mina/filter/ssl/

Some example of SSL able client and server can be found here : 
http://svn.apache.org/viewvc/mina/tags/2.0.4/mina-example/src/main/java/org/
apache/mina/example/echoserver/

> 

-- 
Regards, 
Cordialement, 
Emmanuel Lécharny 
www.iktek.com

 

From: madhurima v [mailto:[email protected]] 
Sent: Wednesday, May 23, 2012 4:05 PM
To: '[email protected]'
Cc: '[email protected]'
Subject: Apache Mina SSL Server Clarifications

 

Hi Team,

 

Please clarify following.

 

1.    Is apache mina ssl server accepts connection from other applications
like C++.

2.    How to Load .pem files from Mina ssl server.

3.    In my application Server is Apache Mina SSL Server ,SSL Client is :C++
,this scenario is work or not.

 

If above all scenarios working fine,please share me the Apache mina SSL
Server code.

 

Thanks & Regards,

Madhurima

Reply via email to