Hi

I have an error when initiating a dynamic HTTPS call as follows:


.toD("${header.URLString}")

The URLString in this case is:
https://apps.synesty.com/studio/api/flow/v1?id=J4M_SportXX_Verkaufsauftraege_abholen&t=Ubk15h-jeO50n-qQ31y9-a7ixv3&proxyHost=webproxy.dc.migros.ch&proxyPort=9099&httpMethod=GET

It results in the following error:
javax.net.ssl.SSLException: Unsupported or unrecognized SSL message

When I open this URL inside a browser, it works without any troubles.

Is this cause it is a dynamic call?

Camel 3.20.6
Java 17
Spring Boot 2.7.12

Reply via email to