<?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: Self-signed SSL certificates with Apache HttpClient</title>
	<atom:link href="http://www.frightanic.com/2010/04/05/self-signed-ssl-certificates-with-apache-httpclient/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frightanic.com/2010/04/05/self-signed-ssl-certificates-with-apache-httpclient/</link>
	<description>&#34;The Earth was made round so that we would not see too far down the road&#34; - Karen Blixen</description>
	<lastBuildDate>Sat, 21 Jan 2012 04:54:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ravikiran</title>
		<link>http://www.frightanic.com/2010/04/05/self-signed-ssl-certificates-with-apache-httpclient/comment-page-1/#comment-939</link>
		<dc:creator>Ravikiran</dc:creator>
		<pubDate>Fri, 10 Jun 2011 07:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.frightanic.com/?p=513#comment-939</guid>
		<description>Dude! This is excellent and saved a lot of my time.</description>
		<content:encoded><![CDATA[<p>Dude! This is excellent and saved a lot of my time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frightanic</title>
		<link>http://www.frightanic.com/2010/04/05/self-signed-ssl-certificates-with-apache-httpclient/comment-page-1/#comment-487</link>
		<dc:creator>frightanic</dc:creator>
		<pubDate>Thu, 09 Sep 2010 19:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.frightanic.com/?p=513#comment-487</guid>
		<description>You don&#039;t know from where to get 4.x? Have you tried Google...make an effort, dude. -&gt; http://hc.apache.org/httpcomponents-client/index.html

As for your real problem, obviously one of hostconfig == defaulthostconfig or uri.isAbsoluteURI() apparently returns true. When you&#039;re there with the debugger you should be able to find out. I really can&#039;t tell from here.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t know from where to get 4.x? Have you tried Google&#8230;make an effort, dude. -> <a href="http://hc.apache.org/httpcomponents-client/index.html" rel="nofollow">http://hc.apache.org/httpcomponents-client/index.html</a></p>
<p>As for your real problem, obviously one of hostconfig == defaulthostconfig or uri.isAbsoluteURI() apparently returns true. When you&#8217;re there with the debugger you should be able to find out. I really can&#8217;t tell from here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neha</title>
		<link>http://www.frightanic.com/2010/04/05/self-signed-ssl-certificates-with-apache-httpclient/comment-page-1/#comment-485</link>
		<dc:creator>neha</dc:creator>
		<pubDate>Thu, 09 Sep 2010 14:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.frightanic.com/?p=513#comment-485</guid>
		<description>I am using the same way , to accept the self signed certificates.
I have made sure that I pass a relative URI and use a new customized  hostConfiguration object , instead of the HttpClients host configuration.
But still it is going inside the if condition and trying to clone:

if (hostconfig == defaulthostconfig &#124;&#124; uri.isAbsoluteURI()) {
3	  // make a deep copy of the host defaults
4	  hostconfig = (HostConfiguration) hostconfig.clone();
5	  if (uri.isAbsoluteURI()) {
6	      hostconfig.setHost(uri);
7	  }
8	}

Can you please help, or if you can point me from where can I download httpclient 4.x

your help will be really appreciated
Thanks in Advance</description>
		<content:encoded><![CDATA[<p>I am using the same way , to accept the self signed certificates.<br />
I have made sure that I pass a relative URI and use a new customized  hostConfiguration object , instead of the HttpClients host configuration.<br />
But still it is going inside the if condition and trying to clone:</p>
<p>if (hostconfig == defaulthostconfig || uri.isAbsoluteURI()) {<br />
3	  // make a deep copy of the host defaults<br />
4	  hostconfig = (HostConfiguration) hostconfig.clone();<br />
5	  if (uri.isAbsoluteURI()) {<br />
6	      hostconfig.setHost(uri);<br />
7	  }<br />
8	}</p>
<p>Can you please help, or if you can point me from where can I download httpclient 4.x</p>
<p>your help will be really appreciated<br />
Thanks in Advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

