You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/02/11 11:53:29 UTC

[GitHub] [camel-quarkus] jamesnetherton edited a comment on issue #695: Unable to GET an https URL with netty-http client

jamesnetherton edited a comment on issue #695: Unable to GET an https URL with netty-http client
URL: https://github.com/apache/camel-quarkus/issues/695#issuecomment-584595626
 
 
   I think you may need to provide a trust store with the cert chain for `rescountries.eu`. E.g something like:
   
   ```
   netty-http:https://restcountries.eu/rest/v2/alpha/cz?ssl=true&keyStoreResource=classpath:keystore.jks&trustStoreResource=classpath:keystore.jks&passphrase=password
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services