<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://www.nimret.com/rdf'>
    <s:Snip rdf:about='http://www.nimret.com/rdf#start/2008-10-30/1'
         s:name='start/2008-10-30/1'
         s:cUser='admin'
         s:oUser='admin'
         s:mUser='admin'>
        <s:content>1 self signed certs and JSSE exceptions {anchor:self signed certs and JSSE exceptions}&#xA;been working on SOAP/REST web services at work here and ran into the old self signed cert issue wrt JSSE. Most browsers give you the ability to add a self-signed cert to your list of trusted certs so that you can proceed beyond the SSL handshake. That&apos;s a little hard to do with command line sample java apps .. until I found this little gem which lets you import the self-signed cert as a valid CA cert thus creating a chain of trust which validates the cert:&#xD;&#xA;http://blogs.sun.com/andreas/entry/no_more_unable_to_find&#xD;&#xA;&#xD;&#xA;</s:content>
        <s:mTime>2008-10-30 16:20:10.097</s:mTime>
        <s:cTime>2008-10-30 16:20:10.097</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#admin'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
