Hi all,
Our Domino server wants to browse user directory on partner orgaization using LDAP. Partner is also using Domino. SSL is mandatory.
Steps performed:
- Firewall opened
— A third party LDAP browser (on same machine as Domino server) can successfully connect to partner organization using SSL on port 636 and we browser the directory
- Root Certficate from partner extracted using openssl
— C:\Temp>openssl.exe s_client -connect 10.10.10.1:636 >> cert_partner.pem
Output from openssl (but it will create a PEM file which will contain the certificate)
depth=2 C = US, O = “thawte, Inc.”, OU = Certification Services Division, OU = "
(c) 2006 thawte, Inc. - For authorized use only", CN = thawte Primary Root CA
verify error:num=19:self signed certificate in certificate chain
read:errno=10093
- This certificated imported into KYR-file as Signer
— We used ikeyman to put this into the KYR-file which is specified into server document, then server was restarted
- Created a DA Document
— All tests in DA documents works except the “Verify”-button next to “Which Search Filter To Use”, here the error is "Unexpected error - ‘java.lang.NullpointerException’. But I read the the wizard in DA is not the same as what domino actually will use, so ignoring this for now
- This comes in the server console after reboot of server
set config debug_ssl_all=3 2015-05-20 20:47:30 Error attempting to access the Directory *[10.10.10.1]:636 (no available alternatives), error is LDAP Server is NOT available. 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSLCheckCertChain> Invalid certificate chain received Cert Chain Evaluation Status: err: 5950, Certificate is expired or not yet valid 2015-05-20 20:47:30,29 [12C4:0004-15C4] int_MapSSLError> Mapping SSL error 0 to 0 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_Handshake> Enter 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_Handshake> Current Cipher 0x0000 (Unknown Cipher) 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_Handshake> SSL Undetermined attempt 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Write> Enter len = 45 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_Xmt> 00000000: 80 2B 01 03 00 00 12 00 00 00 10 00 00 04 00 00 ‘.+…’ 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_Xmt> 00000010: 05 00 00 2F 00 00 35 00 00 0A 01 00 80 9F B9 65 ‘…/…5…9e’ 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_Xmt> 00000020: F8 54 01 02 4D FB CE 34 10 DC B2 AE C3 ‘xT…M{N4.\2.C’ 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Write> Switching Endpoint to sync 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Write> Posting a nti_snd for 45 bytes 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_EncryptData> SSL not init exit 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Write> Switching Endpoint to async 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_EncryptDataCleanup> SSL not init exit 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Write> nti_done return 45 bytes rc = 0 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Write> Exit, wrote 45 bytes 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Read> Enter len = 1 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Read> Switching Endpoint to sync 2015-05-20 20:47:30,29 [12C4:0004-15C4] S_Read> Posting a nti_rcv for 1 bytes 2015-05-20 20:47:30,29 [12C4:0004-15C4] SSL_RcvSetup> SSL not init exit 2015-05-20 20:47:30,31 [12C4:0004-15C4] S_Read> Switching Endpoint to async 2015-05-20 20:47:30,31 [12C4:0004-15C4] S_Read> nti_done return 0 bytes rc = 9 2015-05-20 20:47:30,31 [12C4:0004-15C4] S_Read> nti_done return 0 bytes rc = 9 Event = 0x100 2015-05-20 20:47:30,31 [12C4:0004-15C4] SSL_Handshake> After handshake state= 2 Status= -6989 2015-05-20 20:47:30,31 [12C4:0004-15C4] SSL_Handshake> Exit Status = -6989 2015-05-20 20:47:30,31 [12C4:0004-15C4] int_MapSSLError> Mapping SSL error -6989 to 4165 Checking keyfile certificates: 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSLCheckCertChain> Invalid certificate chain received Cert Chain Evaluation Status: err: 5950, Certificate is expired or not yet valid 2015-05-20 20:47:30,35 [12C4:0004-15C4] int_MapSSLError> Mapping SSL error 0 to 0 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_Handshake> Enter 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_Handshake> Current Cipher 0x0000 (Unknown Cipher) 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_Handshake> SSL Undetermined attempt 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Write> Enter len = 45 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_Xmt> 00000000: 80 2B 01 03 00 00 12 00 00 00 10 00 00 04 00 00 ‘.+…’ 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_Xmt> 00000010: 05 00 00 2F 00 00 35 00 00 0A 01 00 80 98 CD D9 ‘…/…5…MY’ 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_Xmt> 00000020: 4D BE 68 BE EA 38 CD 71 C0 7A 5A 7C 8B ‘M>h>j8Mq@zZ|.’ 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Write> Switching Endpoint to sync 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Write> Posting a nti_snd for 45 bytes 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_EncryptData> SSL not init exit 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Write> Switching Endpoint to async 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_EncryptDataCleanup> SSL not init exit 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Write> nti_done return 45 bytes rc = 0 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Write> Exit, wrote 45 bytes 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Read> Enter len = 1 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Read> Switching Endpoint to sync 2015-05-20 20:47:30,35 [12C4:0004-15C4] S_Read> Posting a nti_rcv for 1 bytes 2015-05-20 20:47:30,35 [12C4:0004-15C4] SSL_RcvSetup> SSL not init exit 2015-05-20 20:47:30,37 [12C4:0004-15C4] S_Read> Switching Endpoint to async 2015-05-20 20:47:30,37 [12C4:0004-15C4] S_Read> nti_done return 0 bytes rc = 9 2015-05-20 20:47:30,37 [12C4:0004-15C4] S_Read> nti_done return 0 bytes rc = 9 Event = 0x100 2015-05-20 20:47:30,37 [12C4:0004-15C4] SSL_Handshake> After handshake state= 2 Status= -6989 2015-05-20 20:47:30,37 [12C4:0004-15C4] SSL_Handshake> Exit Status = -6989 2015-05-20 20:47:30,37 [12C4:0004-15C4] int_MapSSLError> Mapping SSL error -6989 to 4165 Checking keyfile certificates: 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSLCheckCertChain> Invalid certificate chain received Cert Chain Evaluation Status: err: 5950, Certificate is expired or not yet valid 2015-05-20 20:47:30,42 [12C4:0004-15C4] int_MapSSLError> Mapping SSL error 0 to 0 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_Handshake> Enter 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_Handshake> Current Cipher 0x0000 (Unknown Cipher) 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_Handshake> SSL Undetermined attempt 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Write> Enter len = 45 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_Xmt> 00000000: 80 2B 01 03 00 00 12 00 00 00 10 00 00 04 00 00 ‘.+…’ 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_Xmt> 00000010: 05 00 00 2F 00 00 35 00 00 0A 01 00 80 C9 7C 3C ‘…/…5…I|<’ 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_Xmt> 00000020: FC 00 E2 73 ED 09 B7 C0 BA 41 F3 0A 27 ‘|.bsm.7@:As.’’ 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Write> Switching Endpoint to sync 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Write> Posting a nti_snd for 45 bytes 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_EncryptData> SSL not init exit 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Write> Switching Endpoint to async 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_EncryptDataCleanup> SSL not init exit 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Write> nti_done return 45 bytes rc = 0 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Write> Exit, wrote 45 bytes 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Read> Enter len = 1 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Read> Switching Endpoint to sync 2015-05-20 20:47:30,42 [12C4:0004-15C4] S_Read> Posting a nti_rcv for 1 bytes 2015-05-20 20:47:30,42 [12C4:0004-15C4] SSL_RcvSetup> SSL not init exit 2015-05-20 20:47:30,43 [12C4:0004-15C4] S_Read> Switching Endpoint to async 2015-05-20 20:47:30,43 [12C4:0004-15C4] S_Read> nti_done return 0 bytes rc = 9 2015-05-20 20:47:30,43 [12C4:0004-15C4] S_Read> nti_done return 0 bytes rc = 9 Event = 0x100 2015-05-20 20:47:30,43 [12C4:0004-15C4] SSL_Handshake> After handshake state= 2 Status= -6989 2015-05-20 20:47:30,43 [12C4:0004-15C4] SSL_Handshake> Exit Status = -6989 2015-05-20 20:47:30,43 [12C4:0004-15C4] int_MapSSLError> Mapping SSL error -6989 to 4165 2015-05-20 20:47:31 Error attempting to access the Directory *[10.10.10.1]:636 (no available alternatives), error is LDAP Server is NOT available.
Any ideas???