<?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: Configuring Tomcat SSL Client/Server Authentication</title>
	<atom:link href="http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/</link>
	<description>Winning At Yelling</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:32:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matabares</title>
		<link>http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/comment-page-1/#comment-542</link>
		<dc:creator>Matabares</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=415#comment-542</guid>
		<description>Thanks!!!!!! Excellent Post. Works for me.</description>
		<content:encoded><![CDATA[<p>Thanks!!!!!! Excellent Post. Works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Porges</title>
		<link>http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/comment-page-1/#comment-468</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Sun, 03 Jan 2010 05:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=415#comment-468</guid>
		<description>Pankil,

Here are the answers to your questions to the best of my ability.

===&gt; how the server sends the client certificate to client side?
The server doesn&#039;t send the client certificate to the client side. When you configure a truststore, the Tomcat server expects the client to send a certificate to the server. You may get prompted for a client certificate explicitly, or the server may just respond with an error indicating that a certificate was not sent.

To configure a client to send a certificate, you have to follow specific instructions depending on the browser (or other user agent) you are using. There are a few examples at this URL - just Google for &quot;client certificate installation in [browser name]&quot; if you need help.

http://web.asu.edu/community/installing-client-certificate-windows-machine</description>
		<content:encoded><![CDATA[<p>Pankil,</p>
<p>Here are the answers to your questions to the best of my ability.</p>
<p>===&gt; how the server sends the client certificate to client side?<br />
The server doesn&#8217;t send the client certificate to the client side. When you configure a truststore, the Tomcat server expects the client to send a certificate to the server. You may get prompted for a client certificate explicitly, or the server may just respond with an error indicating that a certificate was not sent.</p>
<p>To configure a client to send a certificate, you have to follow specific instructions depending on the browser (or other user agent) you are using. There are a few examples at this URL &#8211; just Google for &#8220;client certificate installation in [browser name]&#8221; if you need help.</p>
<p><a href="http://web.asu.edu/community/installing-client-certificate-windows-machine" rel="nofollow">http://web.asu.edu/community/installing-client-certificate-windows-machine</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Porges</title>
		<link>http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/comment-page-1/#comment-467</link>
		<dc:creator>Maxim Porges</dc:creator>
		<pubDate>Sun, 03 Jan 2010 05:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=415#comment-467</guid>
		<description>Thanks Peter, glad you liked it.

To your point, I expect that both the truststore and keystore must be present to enable the appropriate SSL handshaking to take place. I&#039;ve only ever configured keystore by itself (for server-only auth for SSL connections) and both truststore and keystore (for client/server auth) - never truststore only.</description>
		<content:encoded><![CDATA[<p>Thanks Peter, glad you liked it.</p>
<p>To your point, I expect that both the truststore and keystore must be present to enable the appropriate SSL handshaking to take place. I&#8217;ve only ever configured keystore by itself (for server-only auth for SSL connections) and both truststore and keystore (for client/server auth) &#8211; never truststore only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Mularien</title>
		<link>http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/comment-page-1/#comment-466</link>
		<dc:creator>Peter Mularien</dc:creator>
		<pubDate>Sat, 02 Jan 2010 21:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=415#comment-466</guid>
		<description>Thank you for the great tutorial - it&#039;s the best write-up of an often confused topic I&#039;ve seen online. One thing that you may want to note is that it is mandatory to configure both the truststore and the keystore, otherwise Tomcat will not consider a certificate, even if everything is otherwise correctly configured.</description>
		<content:encoded><![CDATA[<p>Thank you for the great tutorial &#8211; it&#8217;s the best write-up of an often confused topic I&#8217;ve seen online. One thing that you may want to note is that it is mandatory to configure both the truststore and the keystore, otherwise Tomcat will not consider a certificate, even if everything is otherwise correctly configured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankil</title>
		<link>http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/comment-page-1/#comment-458</link>
		<dc:creator>Pankil</dc:creator>
		<pubDate>Fri, 18 Dec 2009 11:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=415#comment-458</guid>
		<description>good post,
thanx but when client requests server page, at that time when client trust servers certificate, server certificate installed on client side.....its happening in my pcs...

please give me some help

thnax in advance</description>
		<content:encoded><![CDATA[<p>good post,<br />
thanx but when client requests server page, at that time when client trust servers certificate, server certificate installed on client side&#8230;..its happening in my pcs&#8230;</p>
<p>please give me some help</p>
<p>thnax in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankil</title>
		<link>http://www.maximporges.com/2009/11/18/configuring-tomcat-ssl-clientserver-authentication/comment-page-1/#comment-457</link>
		<dc:creator>Pankil</dc:creator>
		<pubDate>Fri, 18 Dec 2009 10:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.maximporges.com/?p=415#comment-457</guid>
		<description>very good post, i really like it... but i have a question...

how the server sends the client certificate to client side?

can u reply in java code, thanx in advance</description>
		<content:encoded><![CDATA[<p>very good post, i really like it&#8230; but i have a question&#8230;</p>
<p>how the server sends the client certificate to client side?</p>
<p>can u reply in java code, thanx in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
