Hi and please excuse me if what I am asking was obvious. I have tried to search the forums with no results.
>From my webapp within Tomee I am trying to access a remote server using https ( apache httpclient ver. 4.x ) to retrieve some data. When the code stub is executed as a stand alone program ( Eclipse kepler or command line ) everything works fine. The same JRE is used in all cases ( JRE7 with unlimited cryptocraphy installed). When the same stub executes in Tomee it fails during keystore initialization ( output from debug ): /trustStore is: No File Available, using empty keystore. trustStore type is : jks trustStore provider is : init truststore trigger seeding of SecureRandom done seeding SecureRandom Ignoring unsupported cipher suite: TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 ......../ Apparently the default location of cacerts is unknown within the Tomee environment? Where can I specify the trustStore and truststorePassword variables? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/HTTPS-to-a-remote-server-fails-tp4672452.html Sent from the TomEE Users mailing list archive at Nabble.com.
