[teiid-issues] [JBoss JIRA] (TEIID-2513) Basic Auth with SSL Not Working for WS/OData Translator

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Sat Jun 1 09:37:54 EDT 2013


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

Ramesh Reddy resolved TEIID-2513.
---------------------------------

        Labels: CR2  (was: )
    Resolution: Done


Replaced the current http handling based on JDK calls with the WebClient class from the Apache CXF. This class uses "frontend-jaxrs" module which is not readily available in the AS7. This dependency has been added.

with this change, now any HTTP based calls for REST based services use the above class, which can be configured similar to the SOAP based calls using the spring configuration file. This allows variety of support of authentication models like https, kerberos etc. 

See http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html
                
> Basic Auth with SSL Not Working for WS/OData Translator
> -------------------------------------------------------
>
>                 Key: TEIID-2513
>                 URL: https://issues.jboss.org/browse/TEIID-2513
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.3
>            Reporter: Ted Jones
>            Assignee: Ramesh Reddy
>              Labels: CR2
>             Fix For: 8.4
>
>
> When connecting to an OData web service via SSL using basic auth, the connection fails. Per Ramesh, the keystore need to be configured with the proper cert for SSL. See http://stackoverflow.com/questions/6292799/basic-authentication-with-https

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list