Hi,
I've installed ZCS 7.1.4 and I'm trying to use the perl modules to perform admin actions over the SOAP interface, no luck so far.
Everything runs but it seems the perl client running on the host does not trust the host's own self-issued SSL certificate.
The output I see is:
Code:
$ perl ./getacct.pl admin
RESPONSE:
Can't connect to localhost:7071 (certificate verify failed)
LWP::Protocol::https::Socket: SSL connect attempt failed with unknown errorerror:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /opt/zimbra/zimbramon/lib/LWP/Protocol/http.pm line 51.
Error Handling Soap Response
not well-formed (invalid token) at line 1, column 3, byte 3 at /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi/XML/Parser.pm line 187 strace tells me perl is using /opt/zimbra/zimbramon/lib/Mozilla/CA/cacert.pem whilst verifying the certificate.
Has the default verification become more strict since the pm were written, or am I missing some step that allows the client to trust the server's own self-issued certificate?
TIA,
-Cam