<?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: Setting Up SSL on Tomcat In 3 Easy Steps</title>
	<atom:link href="http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/</link>
	<description>Tracing the course of Web Technology</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:54:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: ravali</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41293</link>
		<dc:creator>ravali</dc:creator>
		<pubDate>Fri, 03 Feb 2012 06:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41293</guid>
		<description>thanks being for posting useful information.. 
with lot of ease and clear picture.. 

once again thanks.. keep posting useful info.</description>
		<content:encoded><![CDATA[<p>thanks being for posting useful information..<br />
with lot of ease and clear picture.. </p>
<p>once again thanks.. keep posting useful info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OrNot</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41225</link>
		<dc:creator>OrNot</dc:creator>
		<pubDate>Sun, 18 Dec 2011 10:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41225</guid>
		<description>I also tried again as described as this post http://www.avajava.com/tutorials/lessons/how-do-i-set-up-ssl-on-tomcat.html?page=1

And I monitored the port as told in the post. The tcp/ip is encrypted as expected. However, in browser, I still can see the payload without encryption.   I am confused.</description>
		<content:encoded><![CDATA[<p>I also tried again as described as this post <a href="http://www.avajava.com/tutorials/lessons/how-do-i-set-up-ssl-on-tomcat.html?page=1" rel="nofollow">http://www.avajava.com/tutorials/lessons/how-do-i-set-up-ssl-on-tomcat.html?page=1</a></p>
<p>And I monitored the port as told in the post. The tcp/ip is encrypted as expected. However, in browser, I still can see the payload without encryption.   I am confused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OrNot</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41223</link>
		<dc:creator>OrNot</dc:creator>
		<pubDate>Sun, 18 Dec 2011 00:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41223</guid>
		<description>hi, DougMH,
     Yes,  I tested it with a web browser like this:  https://localhost/demo/index.html. 
    
     I totally followed the instructions given by this post&#039;s author.
I checked the communication with firebug and found the issue.

Hope getting your further help.</description>
		<content:encoded><![CDATA[<p>hi, DougMH,<br />
     Yes,  I tested it with a web browser like this:  <a href="https://localhost/demo/index.html" rel="nofollow">https://localhost/demo/index.html</a>. </p>
<p>     I totally followed the instructions given by this post&#8217;s author.<br />
I checked the communication with firebug and found the issue.</p>
<p>Hope getting your further help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DougMH</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41222</link>
		<dc:creator>DougMH</dc:creator>
		<pubDate>Sat, 17 Dec 2011 18:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41222</guid>
		<description>OrNot, So your web site comes up using 8443?  Are you trying to communicate with your site via a web service or something?  If so, you&#039;re going to have to get into the certificate business.  I&#039;ve not done that yet, but there are instructions on the apache Tomcat web site.  You&#039;ll have to generate a Certificate.

I will try to get it working on mine and post something.</description>
		<content:encoded><![CDATA[<p>OrNot, So your web site comes up using 8443?  Are you trying to communicate with your site via a web service or something?  If so, you&#8217;re going to have to get into the certificate business.  I&#8217;ve not done that yet, but there are instructions on the apache Tomcat web site.  You&#8217;ll have to generate a Certificate.</p>
<p>I will try to get it working on mine and post something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OrNot</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41220</link>
		<dc:creator>OrNot</dc:creator>
		<pubDate>Sat, 17 Dec 2011 11:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41220</guid>
		<description>I can set up the https as described . but the request payload

still can be seen without any encryption. I missed something?</description>
		<content:encoded><![CDATA[<p>I can set up the https as described . but the request payload</p>
<p>still can be seen without any encryption. I missed something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sajal</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41216</link>
		<dc:creator>sajal</dc:creator>
		<pubDate>Wed, 14 Dec 2011 14:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41216</guid>
		<description>Thanx for such a nice video...It worked for me.</description>
		<content:encoded><![CDATA[<p>Thanx for such a nice video&#8230;It worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jevin.love</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41193</link>
		<dc:creator>jevin.love</dc:creator>
		<pubDate>Fri, 02 Dec 2011 02:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41193</guid>
		<description>For only in 3 steps? You can set up it in that ways? wow! So cool. really amazing! Thanks for the post.</description>
		<content:encoded><![CDATA[<p>For only in 3 steps? You can set up it in that ways? wow! So cool. really amazing! Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ynnejshakira</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41190</link>
		<dc:creator>ynnejshakira</dc:creator>
		<pubDate>Wed, 30 Nov 2011 02:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41190</guid>
		<description>Good article. I am happy that you share this us to us. Thank you for the information.</description>
		<content:encoded><![CDATA[<p>Good article. I am happy that you share this us to us. Thank you for the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Ssl Certificate &#124; Purchase SSL Certificate</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41146</link>
		<dc:creator>How To Ssl Certificate &#124; Purchase SSL Certificate</dc:creator>
		<pubDate>Fri, 11 Nov 2011 01:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41146</guid>
		<description>[...] This almost never happens, unless there is a large network delay. &#8216;&gt;. Read more on How To Ssl Certificate Related Topics           &#169; 2011  Purchase SSL Certificate  &#160;&#160;&#160;Privacy Policy    [...]</description>
		<content:encoded><![CDATA[<p>[...] This almost never happens, unless there is a large network delay. &#8216;&gt;. Read more on How To Ssl Certificate Related Topics           &copy; 2011  Purchase SSL Certificate  &nbsp;&nbsp;&nbsp;Privacy Policy    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DougMH</title>
		<link>http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/comment-page-5/#comment-41140</link>
		<dc:creator>DougMH</dc:creator>
		<pubDate>Tue, 08 Nov 2011 13:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/#comment-41140</guid>
		<description>Something about the BLOG eliminated my 8443 lines from the server.xml file.  I&#039;ll try them again by removing the greater than and less than from the ends.  Just remember to put tham back if you copy and paste.  

    Connector port=&quot;8443&quot; protocol=&quot;HTTP/1.1&quot; SSLEnabled=&quot;true&quot;
               maxThreads=&quot;150&quot; scheme=&quot;https&quot; secure=&quot;true&quot;
               clientAuth=&quot;false&quot; sslProtocol=&quot;TLS&quot; keystorePass=&quot;hhraweb&quot;/</description>
		<content:encoded><![CDATA[<p>Something about the BLOG eliminated my 8443 lines from the server.xml file.  I&#8217;ll try them again by removing the greater than and less than from the ends.  Just remember to put tham back if you copy and paste.  </p>
<p>    Connector port=&#8221;8443&#8243; protocol=&#8221;HTTP/1.1&#8243; SSLEnabled=&#8221;true&#8221;<br />
               maxThreads=&#8221;150&#8243; scheme=&#8221;https&#8221; secure=&#8221;true&#8221;<br />
               clientAuth=&#8221;false&#8221; sslProtocol=&#8221;TLS&#8221; keystorePass=&#8221;hhraweb&#8221;/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

