<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java / ColdFusion SSL handshake_failure Fix</title>
	<atom:link href="http://www.ghidinelli.com/2017/01/27/java-coldfusion-ssl-handshake_failure-fix/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2017/01/27/java-coldfusion-ssl-handshake_failure-fix</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Moberg</title>
		<link>http://www.ghidinelli.com/2017/01/27/java-coldfusion-ssl-handshake_failure-fix/comment-page-1#comment-146244</link>
		<dc:creator>James Moberg</dc:creator>
		<pubDate>Mon, 30 Jan 2017 18:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1725#comment-146244</guid>
		<description>If using Windows, another option that I prefer regardless of ColdFusion version is CFX_HTTP5.  It uses WinHttp 5.1 API, the native Windows HTTP layer, and all SSL certificates are automatically updated with Windows and no restarting is necessary.  I also like it because I can force TLS1.2 connections without having to completely disable TLS1.1. (PayPal was going to start requiring TLS1.2 for all HTTPS connections and CF10 couldn&#039;t connect.)

NOTE: You can also use CURL to override &quot;lowest common denominator SSL&quot; and force an elevated TLS1.2 handshake.</description>
		<content:encoded><![CDATA[<p>If using Windows, another option that I prefer regardless of ColdFusion version is CFX_HTTP5.  It uses WinHttp 5.1 API, the native Windows HTTP layer, and all SSL certificates are automatically updated with Windows and no restarting is necessary.  I also like it because I can force TLS1.2 connections without having to completely disable TLS1.1. (PayPal was going to start requiring TLS1.2 for all HTTPS connections and CF10 couldn&#8217;t connect.)</p>
<p>NOTE: You can also use CURL to override &#8220;lowest common denominator SSL&#8221; and force an elevated TLS1.2 handshake.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
