<?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: Troubleshooting javax.net.ssl.SSLHandshakeException</title>
	<atom:link href="http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/</link>
	<description>Web Application Engineers</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:25:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mitra</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-15788</link>
		<dc:creator>Mitra</dc:creator>
		<pubDate>Fri, 04 Dec 2009 12:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-15788</guid>
		<description>I am getting this error: javax.net.ssl.SSLHandshakeException: no cipher suites in common

What is the meaning of the error: &quot;no cipher suites in common&quot;?

I am connecting from my ssl-enabled client to a ssl-enabled server (which someone else has developed). What is the way to fix this? Any hints please.
Thanks.</description>
		<content:encoded><![CDATA[<p>I am getting this error: javax.net.ssl.SSLHandshakeException: no cipher suites in common</p>
<p>What is the meaning of the error: &#8220;no cipher suites in common&#8221;?</p>
<p>I am connecting from my ssl-enabled client to a ssl-enabled server (which someone else has developed). What is the way to fix this? Any hints please.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-13658</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-13658</guid>
		<description>Thank you very much, was very very useful !</description>
		<content:encoded><![CDATA[<p>Thank you very much, was very very useful !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BADDI Mbarek</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-10125</link>
		<dc:creator>BADDI Mbarek</dc:creator>
		<pubDate>Thu, 10 Sep 2009 17:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-10125</guid>
		<description>great help thank you very much.... i ve been working on this on several days, this writeup was very useful thanks...</description>
		<content:encoded><![CDATA[<p>great help thank you very much&#8230;. i ve been working on this on several days, this writeup was very useful thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-9833</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Mon, 07 Sep 2009 12:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-9833</guid>
		<description>Thanks for the brilliant summary.Helped me resolve my issue with certificates handling.
Thanks for sharing

Also some useful information @ http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/keytool.html#cacerts also.</description>
		<content:encoded><![CDATA[<p>Thanks for the brilliant summary.Helped me resolve my issue with certificates handling.<br />
Thanks for sharing</p>
<p>Also some useful information @ <a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/keytool.html#cacerts" rel="nofollow">http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/keytool.html#cacerts</a> also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: navkalp</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-9359</link>
		<dc:creator>navkalp</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-9359</guid>
		<description>Hi,

I have jboss in clustered environment, 

I call httpURL connection to connect to the remote site, and pass certificate, all goes well for some time, means one or to days, after that I start recieving

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found.

The example class you have supplied, also works well, but with Jboss cluster it stops working after few days.

Thanks in advance.

Regards,
Navkalp</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have jboss in clustered environment, </p>
<p>I call httpURL connection to connect to the remote site, and pass certificate, all goes well for some time, means one or to days, after that I start recieving</p>
<p>javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found.</p>
<p>The example class you have supplied, also works well, but with Jboss cluster it stops working after few days.</p>
<p>Thanks in advance.</p>
<p>Regards,<br />
Navkalp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-5281</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Sat, 20 Jun 2009 23:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-5281</guid>
		<description>So are CAs a little like cyber-notaries?</description>
		<content:encoded><![CDATA[<p>So are CAs a little like cyber-notaries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawn Ahukanna</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-469</link>
		<dc:creator>Dawn Ahukanna</dc:creator>
		<pubDate>Wed, 07 Jan 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-469</guid>
		<description>Brilliant summary and description. Helped with an issue I&#039;ve spent an 18 hour day chasing.

Thanks.</description>
		<content:encoded><![CDATA[<p>Brilliant summary and description. Helped with an issue I&#8217;ve spent an 18 hour day chasing.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marion Andrin</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-468</link>
		<dc:creator>Marion Andrin</dc:creator>
		<pubDate>Tue, 16 Dec 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-468</guid>
		<description>Thank you! Awesomely clear.</description>
		<content:encoded><![CDATA[<p>Thank you! Awesomely clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek Khandelwal</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-467</link>
		<dc:creator>Abhishek Khandelwal</dc:creator>
		<pubDate>Tue, 21 Oct 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-467</guid>
		<description>Thanks a lot Daryl, I resolved the problem.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Daryl, I resolved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akci?er kanseri</title>
		<link>http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/comment-page-1/#comment-465</link>
		<dc:creator>akci?er kanseri</dc:creator>
		<pubDate>Sun, 10 Aug 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Troubleshooting-javaxnetsslSSLHandshakeException#comment-465</guid>
		<description>http://www.kanseroloji.com/akciger-kanseri-belirtileri-ve-tedavisi</description>
		<content:encoded><![CDATA[<p><a href="http://www.kanseroloji.com/akciger-kanseri-belirtileri-ve-tedavisi" rel="nofollow">http://www.kanseroloji.com/akciger-kanseri-belirtileri-ve-tedavisi</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
