CFHTTP Issue with CF2021
Hello,
I have an strange issue on CF2021. The following code works in the first loop and afterwars fails with the message: "I/O Exception: Received fatal alert: handshake_failure. Connection Failure. Status code unavailable." Other targets like google.com e.g. work fine.
<cfloop from=1 to=10 index=i>
<cfset data_url = "https://www.cruiseportal.de">
<cfhttp url="#data_url#" method="GET" resolveurl="no" useragent="#cgi.http_user_agent#" timeout="50"></cfhttp>
<cfdump var="#cfhttp#">
</cfloop>
Any ideas?
CF 2021.0.02.328618
Tomcat 9.0.50.0
JVM 11.0.1
