Hi, ok I have managed to get half way with this issue. So far I have: (1.) created a self trusted cert (server.crt.der) and imported it into /library/java/home/lib/security/cacerts
(2.) copied server.crt and server.key files into /usr/pgsql/data (3.) restart jboss The sum result of this is that handshaking between jboss and postgresql takes place, but the ssl link is unvalidated because no root files are placed in (2.) I then place root.(crt|key) files into (1.) and then do (3.). The sum result of this is the following message: could not accept SSL connection: peer did not return a certificate So postgreSQL goes to shake hands with Jboss but can't because Jboss can't identify itself to postgreSQL with an appropriate certificate. Does anyone, who has done this process themselves, know where I need to place the return certificate so that Jboss can identify itself to postgreSQL, and is the certificate I need to identify Jboss a copy of server.crt.der(certificate)? regards Andrew View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858033#3858033 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858033 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
