[ 
https://issues.apache.org/jira/browse/CAMEL-13213?focusedWorklogId=351900&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-351900
 ]

ASF GitHub Bot logged work on CAMEL-13213:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Dec/19 12:19
            Start Date: 02/Dec/19 12:19
    Worklog Time Spent: 10m 
      Work Description: JiriOndrusek commented on pull request #3374: 
[CAMEL-13213] Cannot use rest-swagger component with swagger.json pro…
URL: https://github.com/apache/camel/pull/3374
 
 
   …vided over HTTPS protocol
   
   Issue: https://issues.apache.org/jira/browse/CAMEL-13213
   
   There was on static call for swagger.json, which didn't care about ssl. I 
was trying to follow suggested direction from issue "What we should do is to 
load the resource via the chose camel http component and do a HTTP GET call. 
Then you setup SSL on it (as you would need to do to use https for the actual 
HTTP rest calls)." 
   So I've:
   - added dependency to camel-http
   - added sslContextParameters definition to endpoint
   - replaced "ResourceHelper.resolveMandatoryResourceAsInputStream" with 
camel-http call, which uses sslContextParameters
   
   @davsclaus what do you think?
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 351900)
    Remaining Estimate: 0h
            Time Spent: 10m

> Cannot use rest-swagger component with swagger.json provided over HTTPS 
> protocol
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-13213
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13213
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-swagger, rest
>    Affects Versions: 2.23.0
>            Reporter: Claus Ibsen
>            Assignee: Jiri Ondrusek
>            Priority: Major
>             Fix For: Future
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Fuse QE team have discovered this issue and logged it at
> https://issues.jboss.org/browse/ENTESB-10113
> What we should do is to load the resource via the chose camel http component 
> and do a HTTP GET call. Then you setup SSL on it (as you would need to do to 
> use https for the actual HTTP rest calls).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to