hawkular / hawkular-client-java

Java client for Hawkular
Apache License 2.0
11 stars 8 forks source link

Bypass ssl certificate issue #48

Open samanK opened 7 years ago

samanK commented 7 years ago

is it possible to bypass ssl certificate issue with using this library like -K in curl command?

vnugent commented 7 years ago

I think by the client does that by default when your endpoint begins with 'https'.

https://github.com/hawkular/hawkular-client-java/blob/master/src/main/java/org/hawkular/client/core/jaxrs/RestFactory.java#L121