On Fri, Mar 13, 2009 at 10:50 AM, M. Ranganathan <[email protected]> wrote: > Hello, > > If you have rebuilt your source code lately and not removed your > install-root before you did that (I recommend you do remove > install-root), please re-run sipxecs-setup to set up the certificates > correctly. > > If you need to run sipxecs-setup a second time after installing, > please remove the following directory : > > var/sipxdata/certdb > > The JVM will not trust your CA cert unless you do that and you will > find your system does not work at all because secure XML RPC will not > work. > > I am investigating what is happening in the meanwhile. I have a patch > ready for this. I will post the patch to main (it is a small fix to to > sipxecs-setup that cleans the cache) after I have figured the exact > cause for this. > > Regards, > > Ranga > > -- > M. Ranganathan >
Turns out that keytool does not replace the certificate unless you delete it first. I made a fix in ge-ssl-keys.sh to first delete the ssl certificate before adding it. I committed the changes to r14922. You should no longer need the workaround described above after r14922. Ranga -- M. Ranganathan _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
