<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Judebert.com (Entries tagged as ssl)</title>
    <link>http://judebert.com/progress/</link>
    <description>Progress Report</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:judebert@judebert.com" />
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <managingEditor>judebert@judebert.com</managingEditor>

    <image>
        <url>http://www.judebert.com/progress/judebert.gif</url>
        <title>RSS: Judebert.com - Progress Report</title>
        <link>http://judebert.com/progress/</link>
        <width>100</width>
        <height>100</height>
    </image>

<item>
    <title>Using SSL in Java, Part 2</title>
    <link>http://judebert.com/progress/archives/425-Using-SSL-in-Java,-Part-2.html</link>
            <category>Tutorials</category>
    
    <comments>http://judebert.com/progress/archives/425-Using-SSL-in-Java,-Part-2.html#comments</comments>
    <wfw:comment>http://judebert.com/progress/wfwcomment.php?cid=425</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://judebert.com/progress/rss.php?version=2.0&amp;type=comments&amp;cid=425</wfw:commentRss>
    

    <author>judebert@judebert.com (Judebert)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://judebert.com/progress/permalink/SSL1.html&quot;&gt;In part 1, I explained how key-based SSL authentication works.&lt;/a&gt;  In part 2, I intend to explain how to implement a certificate authorized SSL connection in Java.
&lt;/p&gt;&lt;p&gt;
If you haven&#039;t read part 1 yet, you might want to check it out.  I&#039;ll still be here when you get back.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://judebert.com/progress/archives/425-Using-SSL-in-Java,-Part-2.html#extended&quot;&gt;Continue reading &quot;Using SSL in Java, Part 2&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 09 Mar 2012 09:15:39 -0500</pubDate>
    <guid isPermaLink="false">http://judebert.com/progress/archives/425-guid.html</guid>
    <category>java</category>
<category>programming</category>
<category>ssl</category>

</item>
<item>
    <title>Using SSL in Java, Part 1</title>
    <link>http://judebert.com/progress/archives/424-Using-SSL-in-Java,-Part-1.html</link>
            <category>Tutorials</category>
    
    <comments>http://judebert.com/progress/archives/424-Using-SSL-in-Java,-Part-1.html#comments</comments>
    <wfw:comment>http://judebert.com/progress/wfwcomment.php?cid=424</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://judebert.com/progress/rss.php?version=2.0&amp;type=comments&amp;cid=424</wfw:commentRss>
    

    <author>judebert@judebert.com (Judebert)</author>
    <content:encoded>
    &lt;p&gt;
Working (as I do) with secure equipment, it was inevitable that I&#039;d eventually have to connect to a server using SSL.  I didn&#039;t even get to write my own code; I had to use a Java client library that was provided to me.
&lt;/p&gt;&lt;p&gt;
The programmers of my client library weren&#039;t exactly forthcoming on where I could change its configuration, but at least they had provided me with the certificates I needed.  I had to do a lot of research to find out how to use them, and I&#039;m recording that information here.
&lt;/p&gt;&lt;p&gt;
After all, isn&#039;t learning supposed to be cooperative?  Read on, and I&#039;ll show you how to work with SSL sockets in Java.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://judebert.com/progress/archives/424-Using-SSL-in-Java,-Part-1.html#extended&quot;&gt;Continue reading &quot;Using SSL in Java, Part 1&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 10 Feb 2012 13:40:43 -0500</pubDate>
    <guid isPermaLink="false">http://judebert.com/progress/archives/424-guid.html</guid>
    <category>java</category>
<category>programming</category>
<category>ssl</category>

</item>

</channel>
</rss>