Ticket #225 (closed defect: fixed)
SSL not working since moving from 2.1.18 to 2.2.0
| Reported by: | ahhyes | Owned by: | smoku |
|---|---|---|---|
| Priority: | trivial | Component: | c2s |
| Version: | 2.2.0 | Keywords: | |
| Cc: | Tracforge_linkmap: | ||
| Blocking: | Blocked By: |
Description
Hi All,
I cant get SSL to work anymore. When I look at the log for c2s, I see the following:
Tue Jun 10 04:27:36 2008 [notice] [8] [10.0.0.1, port=1336] connect Tue Jun 10 04:27:37 2008 [notice] [8] [10.0.0.1, port=1336] error: SSL handshake error (error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate) Tue Jun 10 04:29:03 2008 [notice] [9] [172.16.0.200, port=51258] connect Tue Jun 10 04:29:03 2008 [notice] [9] [172.16.0.200, port=51258] error: SSL handshake error (error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate)
I never had this issue with the other version I was using.. What is the problem? (I have built jabberd2 under freebsd 7/i386) with the following configure arguements:
./configure --disable-pgsql --disable-sqlite --enable-mysql --disable-db --disable-ldap --disable-fs --disable-pam --prefix=/usr/local --with-extra-include-path=/usr/local/include --with-extra-library-path=/usr/local/lib --with-sasl=gsasl --enable-ssl
I dont think this is a bug, its probably more of a misconfiguration issue, but I have searched high and low for the solution and came up empty handed. help!