How do I send GET requests using the Jersey Client API to a server which runs on the HTTPS protocol. Is there any sample code that I can use ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Construct your client as such
Ripped from this blog post with more details: http://blogs.oracle.com/enterprisetechtips/entry/consuming_restful_web_services_with For information on setting up your certs, see this nicely answered SO question: Using HTTPS with REST in Java |
||||
|
I don't recommend this, but here's how you accept all SSL certs with a Jersey client. |
|||
|
|