SSL alert: Security Initialization: Failed to set SSL cipher preference
information:
unknown cipher tls_rsa_export1024_with_rc4_56_sha!
SSL alert: Security Initialization: Failed to set SSL cipher preference
information:
unknown cipher tls_rsa_export1024_with_des_cbc_sha!
Client also fails to connect to the LDAP server (4.12) over SSL.
I do not have the error message with NS LDAP server 4.11 and
client works fine over SSL with 4.11.
Two questions:
1. Is this a bug in 4.12 or there is some configuration I should change?
2. Is client failed to connect to server related to the error message
or it's caused by something else? (after the error message the log
indicates the 4.12 server is up and listening on SSL port 636)
Thank you for your help,
Ian Deng
"Ian Deng" <id...@cisco.com> wrote in message
news:3A242831...@cisco.com...
to the public certificates?
Ian Deng
chmod 777 /usr/netscape/server4/aliases
chmod 777 /usr/netscape/server4/aliases/*.db
This is somewhat of a compromise, as I ran
chmod 777 /usr/netscape/server4/aliases/*.db
in my testing - which worked. I don't see, though, why anything should need
'write' access, or 'execute' access for that matter, in order to use the
public cert/key. Therefore, try the full access (777) first ... to see if
that fixes your issue. If it does, them back out of the 'write' access for
owner/group/other, then test, and back out of the 'execute' access for
owner/group/other, then test again.
Also, let me know if this helped...
"Ian Deng" <id...@cisco.com> wrote in message
news:3A2C3C18...@cisco.com...
I still get the same error messages after the chmod. Client fails to connect
to the ldap server as before.
I guess I can see why these two files need write permission for certificate
installation. Not sure why it's needed after cert installed.
I've tried two certificates: one I got from Verisign and another was generated
by the NS Certificate Management Server I installed on the same machine as
the LDAP server is running. Same error messages and client connection failure
for both certificates.
While cannot make LDAP Server 4.12 work, I have no problem with either
certificate when I run LDAP server 4.11.
Anyway, thank you so much Mark for your help. If you can confirm that
you've been successful with 4.12 that'll give me a good indication the problem
is on my side.