Using certificate to generate SOAP api with wsimport

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
g.tsankov
Posts: 5
Joined: Wed Feb 22, 2017 7:40 am

Using certificate to generate SOAP api with wsimport

Post by g.tsankov »

Hello,
I installed zimbra on Vagrant VM using CentOS to integrate with another application. I need to generate the SOAP API stubs using wsimport, but it seems to fail with :

Code: Select all

ERROR] java.security.cert.CertificateException: No subject alternative names matching IP address <MY IP> found
I tried installing a certificate and putting it and pointing it to the keystore on my machine but still get the same error.

How can I pass this validation? Should I install a new certificate to the zimbra server?
User avatar
Gren Elliot
Advanced member
Advanced member
Posts: 183
Joined: Tue Jun 10, 2014 4:45 am

Re: Using certificate to generate SOAP api with wsimport

Post by Gren Elliot »

Please provide some context, for example the command that resulted in this error. What version of Zimbra are you running, is that on the same server you're running the command etc.
Post Reply