[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1133) Error creating SSL Socket Factory for client invoker: Error initializing socket factory SSL context: Can not find truststore url.

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Fri Jun 25 15:32:46 EDT 2010


     [ https://jira.jboss.org/browse/TEIID-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-1133.
---------------------------------

    Resolution: Done


There is issue with invoking "https" based URL with out specifying the either a keystore or truststore properties with JBoss remoting 2.5.1. Generally you do not need to specify the truststore as a anonymous truststore will be negotiated, however if you fail to supply the following system properties there will be a error message in the log (query will execute even with out the properties). Add these to JBOSS_INSTALL/bin/run.conf file under JAVA_OPTS
  	
    -Djava.net.ssl.keyStore=path-to-truststore
    -Djava.net.ssl.keyStoreType=certificate-type
    -Djava.net.ssl.keyStorePassword=password

The same added to the release notes in "other issues" section.

> Error creating SSL Socket Factory for client invoker: Error initializing socket factory SSL context: Can not find truststore url.
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1133
>                 URL: https://jira.jboss.org/browse/TEIID-1133
>             Project: Teiid
>          Issue Type: Bug
>          Components: Salesforce Connector
>    Affects Versions: 7.0
>            Reporter: Ramesh Reddy
>             Fix For: 7.0
>
>
> When SF query executed in the error message shows up in the in the log file. The query still works fine.
> Error creating SSL Socket Factory for client invoker: Error initializing socket factory SSL context: Can not find truststore url.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list