Karthik Krishnamoorthy wrote: > > Could you try enable only SSL v2 and v3 and disable TLS > > in your client? > > I enabled the SSL V3 ciphers but still the SSL communications seems to > go with SSL V 3.1.
NSS enables TLS by default, so you need to explicitly disable
TLS. Unfortunately I am not familiar with JSS, so I can't
tell you how to do that in JSS. In NSS, you would say:
PRFileDesc *sock;
SSL_OptionSet(sock, SSL_ENABLE_TLS, PR_FALSE);
Wan-Teh
smime.p7s
Description: S/MIME Cryptographic Signature
