igorb3st / sipservlets

sipservlets
1 stars 0 forks source link

Disable SSL authentication in Mobicents whether it is acting as the client or server #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Basically we want SSL authentication to be completely disabled on Mobicents 
irrespective of whether it is acting as the client or server. It was already 
doing it when it was acting as a server using the 
gov.nist.javax.sip.TLS_CLIENT_AUTH_TYPE flag. However when acting as a SSL 
client, it will try to authenticate with the server, even if the server has a 
similar setting (to disable authentication on its side). This requires us to 
always maintain certificates for SSL/TLS connections even for simple testing 
environments

With this change, we can completely disable SSL authentication on our side if 
any entities wishes to communicate with us over TLS. This would also eliminate 
the need for us to do certificate management.

Original issue reported on code.google.com by jean.deruelle on 6 Dec 2012 at 8:44

GoogleCodeExporter commented 8 years ago
TrackBack to http://java.net/jira/browse/JSIP-441

Original comment by jean.deruelle on 6 Dec 2012 at 9:24

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 40bb1a52b929.

Original comment by jean.deruelle on 6 Dec 2012 at 9:44