On Fri, Feb 13, 2009 at 9:56 AM, Scott Lawrence <[email protected]> wrote: > > On Thu, 2009-02-12 at 23:53 -0500, M. Ranganathan wrote: > >> Can somebody help me understand what is going on here? > > Yes, but it will take too long to write it all up - call me. > >
The problem does turn out to be they keystore getting clobbered. I tried putting both keys into a single keystore but I have not been able to find a way to tell Jetty to use a specific key from the keystore. Thus, I have to separate the keystores and use a specific setting in sipXconfig/web/etc/sipxconfig-jetty.xml (as suggested by Damian). We will thus have two keystores. ssl.keystore and ssl.crt ( to be used for xml-rpc) and ssl-web.keystore and ssl-web.crt to be used for the web browser. With this set up it all works and I am on my way to implementing it that way unless somebody knows Jetty better than I and comes up with a more elegant solution. 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
