hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Customized SSLContext #134

Closed diroza closed 8 years ago

diroza commented 8 years ago

Currently the jax-rs consumer comes with an implementation that trusts all certificates (see class ClientHelper). An enhancement would be the possibility to pass in a customized SSL context to have more control in trusting/accepting certificates. Maybe it would be even better to be able to pass in a complete javax.ws.rs.client.Client to get most flexibility.

hstaudacher commented 8 years ago

Thanks for the good idea