<?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: javax.net.ssl.SSLHandshakeException</title>
	<atom:link href="http://blog.toadhead.net/index.php/2007/01/19/javaxnetsslsslhandshakeexception/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.toadhead.net/index.php/2007/01/19/javaxnetsslsslhandshakeexception/</link>
	<description>Mike Heath&#039;s Blog</description>
	<lastBuildDate>Thu, 10 Nov 2011 18:05:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: ylee</title>
		<link>http://blog.toadhead.net/index.php/2007/01/19/javaxnetsslsslhandshakeexception/#comment-18415</link>
		<dc:creator>ylee</dc:creator>
		<pubDate>Tue, 09 Sep 2008 19:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://swamp.homelinux.net/blog/?p=4#comment-18415</guid>
		<description>In my environment (Java 6), your solution only seems to work when adding this method to DummySSLSocketFactory:

    public static SocketFactory getDefault() {
        return new DummySSLSocketFactory();
    }

Thanks!</description>
		<content:encoded><![CDATA[<p>In my environment (Java 6), your solution only seems to work when adding this method to DummySSLSocketFactory:</p>
<p>    public static SocketFactory getDefault() {<br />
        return new DummySSLSocketFactory();<br />
    }</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

