-
1. Re: Teiid desginer can't access to https url
tejones Oct 31, 2013 3:26 PM (in response to arbiterx)Hi Wade,
Yes.. we support https web services as sources. The error is telling you the url is not resolvable.Try pasting the url in a browser and see if it works.
Thanks,
Ted
-
2. Re: Teiid desginer can't access to https url
arbiterx Nov 1, 2013 1:13 AM (in response to tejones)Hi Ted:
Thank you for your replay. When I put the url to ie, I can see the wsdl page. The ie will give me a alert 'There is a problem with this website's security certificate.'. I can click the link 'Continue to this website (not recommended).', so I can see the wsdl.
So I've no idea about what's wrong with me.
Please give me any suggestion. Thank you very much.
-
3. Re: Teiid desginer can't access to https url
tejones Nov 1, 2013 9:51 AM (in response to arbiterx)Hi Wade,
Ok.. that's good. The issue is likely that the cert is not in Eclipse. It needs to be added for Designer to be able to communicate with the service over https. Here's how:
1. Export the certificate from your browser.
https://ca.cern.ch/ca/Help/?kbid=031015
2. In Eclipse Preferences, navigate to Remote Systems->SSL and add the exported cert file.
For reference, here is a link to ssl with Eclipse documentation: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.rse.doc.user%2Ftasks%2Ftworkssl.html
Let me know if you run into issues.
Thanks,
Ted
-
4. Re: Teiid desginer can't access to https url
rareddy Nov 1, 2013 10:48 AM (in response to tejones)This is good info to have in the documentation.
-
5. Re: Teiid desginer can't access to https url
arbiterx Nov 4, 2013 3:47 AM (in response to tejones)Hi tejones
I follow you advice. The attachments are my steps. The result is still not work. Please let me konw, if I've done something wrong.
Waiting for your replay. Thank you very much.
Step 1: Use internet web browser in eclipse to visit the wsdl.
Step 2: Export the certification.
Step 3: Export succeed.
Step 4: Add to SSL.
Error result
-
6. Re: Teiid desginer can't access to https url
tejones Nov 4, 2013 11:34 AM (in response to arbiterx)Wade,
Have you tried setting your credentials in the dialog?
Thanks,
Ted
-
7. Re: Teiid desginer can't access to https url
arbiterx Nov 5, 2013 9:13 AM (in response to arbiterx) -
8. Re: Teiid desginer can't access to https url
tejones Nov 6, 2013 10:01 AM (in response to arbiterx)Wade,
Is there a firewall on? Perhaps try turning it off and see if it works. Does your web service requires a proxy? If so, that will need to be configured in Eclipse. http://www.mkyong.com/web-development/how-to-configure-proxy-settings-in-eclipse/
Thanks,
Ted