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 09:50:03 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #695: Unable to GET an https URL with netty-http client

ppalaga opened a new issue #695: Unable to GET an https URL with netty-http client
URL: https://github.com/apache/camel-quarkus/issues/695
 
 
   A proper description will follow.

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented 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-https: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

[GitHub] [camel-quarkus] lburgazzoli commented on issue #695: Unable to GET an https URL with netty-http client

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #695: Unable to GET an https URL with netty-http client
URL: https://github.com/apache/camel-quarkus/issues/695#issuecomment-591849809
 
 
   is this still a thing ?

----------------------------------------------------------------
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

[GitHub] [camel-quarkus] ppalaga commented on issue #695: Unable to GET an https URL with netty-http client

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #695: Unable to GET an https URL with netty-http client
URL: https://github.com/apache/camel-quarkus/issues/695#issuecomment-591929001
 
 
   Yes, certainly, as I had no time to try James's advice.

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
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