]
Ramesh Reddy commented on TEIID-3493:
-------------------------------------
BTW, all the user needs to do to use this option is to set up a HTTPS cxf configuration
file as
{code}
<beans
<http-conf:conduit name="*.http-conduit">
<http-conf:client ConnectionTimeout="120000"
ReceiveTimeout="240000"/>
<http-conf:tlsClientParameters secureSocketProtocol="SSL">
<sec:trustManagers>
<sec:keyStore type="JKS" password="changeit"
file="/path/to/truststore.jks"/>
</sec:trustManagers>
</http-conf:tlsClientParameters>
</http-conf:conduit>
</beans>
{code}
or as defined as here
[
]
This file needs to be configured in the resource-adapter configuration using the
"ConfigFile" property
Use certificates in Salesforce SOAP API calls
---------------------------------------------
Key: TEIID-3493
URL:
https://issues.jboss.org/browse/TEIID-3493
Project: Teiid
Issue Type: Feature Request
Components: Salesforce Connector
Reporter: Burak Serdar
Assignee: Ramesh Reddy
Fix For: 8.12
Currently salesforce connector supports user/password authentication. It would be nice if
we can use certificates.
https://help.salesforce.com/apex/HTViewHelpDoc?id=security_keys_uploading...