<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/ssl</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 03:02:21 GMT</pubDate>
<item>
<title>(Apache) https transparent proxy - therobot</title>
<link>http://snipplr.com/view/69523/https-transparent-proxy/</link>
<description><![CDATA[ <p>The idea is to use this piece of code inside a virtualhost block</p> ]]></description>
<pubDate>Thu, 17 Jan 2013 23:24:01 GMT</pubDate>
<guid>http://snipplr.com/view/69523/https-transparent-proxy/</guid>
</item>
<item>
<title>(Bash) Fixing Github Error: 14090086 SSL - akem</title>
<link>http://snipplr.com/view/67611/fixing-github-error-14090086-ssl/</link>
<description><![CDATA[ <p>This will prevent CURL to verity the HTTPS certification.</p> ]]></description>
<pubDate>Thu, 04 Oct 2012 23:52:53 GMT</pubDate>
<guid>http://snipplr.com/view/67611/fixing-github-error-14090086-ssl/</guid>
</item>
<item>
<title>(Python) Simple IRC bot with SSL - zhyar</title>
<link>http://snipplr.com/view/67553/simple-irc-bot-with-ssl/</link>
<description><![CDATA[ <p>This is a simple IRC bot connecting with SSL.</p> ]]></description>
<pubDate>Mon, 01 Oct 2012 22:02:46 GMT</pubDate>
<guid>http://snipplr.com/view/67553/simple-irc-bot-with-ssl/</guid>
</item>
<item>
<title>(Java) Convert PrivateKey &amp;amp; PublicKey pair to Java KeyStore - arunpjohny</title>
<link>http://snipplr.com/view/58485/convert-privatekey--publickey-pair-to-java-keystore/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Sep 2011 13:22:51 GMT</pubDate>
<guid>http://snipplr.com/view/58485/convert-privatekey--publickey-pair-to-java-keystore/</guid>
</item>
<item>
<title>(PHP) Explorer fájl letöltés bug ssl (https) - oozolii</title>
<link>http://snipplr.com/view/55635/explorer-fjl-letlts-bug-ssl-https/</link>
<description><![CDATA[ <p>Ha az internet explorerben nem sikerül a fájl letöltése(olyan hibát dob, hogy nem tudja letölteni), akkor ezt a headerbe kell belerakni és már töltődik is a fájl.</p> ]]></description>
<pubDate>Thu, 23 Jun 2011 19:26:13 GMT</pubDate>
<guid>http://snipplr.com/view/55635/explorer-fjl-letlts-bug-ssl-https/</guid>
</item>
<item>
<title>(SVN) Coda / SVN SSL Certificate Fix - ronal</title>
<link>http://snipplr.com/view/53481/coda--svn-ssl-certificate-fix/</link>
<description><![CDATA[ <p>How to Accept SSL certificates through terminal to fix for Coda</p> ]]></description>
<pubDate>Fri, 13 May 2011 03:20:51 GMT</pubDate>
<guid>http://snipplr.com/view/53481/coda--svn-ssl-certificate-fix/</guid>
</item>
<item>
<title>(Apache) HTTP / HTTPS redirection - Jacek_FH</title>
<link>http://snipplr.com/view/45104/http--https-redirection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Dec 2010 22:48:45 GMT</pubDate>
<guid>http://snipplr.com/view/45104/http--https-redirection/</guid>
</item>
<item>
<title>(Bash) Remove password from private key - kmorey</title>
<link>http://snipplr.com/view/40992/remove-password-from-private-key/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Sep 2010 07:15:42 GMT</pubDate>
<guid>http://snipplr.com/view/40992/remove-password-from-private-key/</guid>
</item>
<item>
<title>(Bash) show ssl certificate info - therobot</title>
<link>http://snipplr.com/view/40224/show-ssl-certificate-info/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Sep 2010 02:06:30 GMT</pubDate>
<guid>http://snipplr.com/view/40224/show-ssl-certificate-info/</guid>
</item>
<item>
<title>(Apache) Generate Apache Development Server SSL Key - zonetrooperex</title>
<link>http://snipplr.com/view/39879/generate-apache-development-server-ssl-key/</link>
<description><![CDATA[ <p>Creates a self-signed SSL Key for use on a Windows development server. Instructions:        http://dpaste.com/237670/</p> ]]></description>
<pubDate>Thu, 02 Sep 2010 11:04:50 GMT</pubDate>
<guid>http://snipplr.com/view/39879/generate-apache-development-server-ssl-key/</guid>
</item>
<item>
<title>(PHP) Force SSL usage - StevenW721</title>
<link>http://snipplr.com/view/36965/force-ssl-usage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Jul 2010 01:22:02 GMT</pubDate>
<guid>http://snipplr.com/view/36965/force-ssl-usage/</guid>
</item>
<item>
<title>(Java) Axis call over SSL - alejandrosuch</title>
<link>http://snipplr.com/view/30605/axis-call-over-ssl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Mar 2010 06:05:59 GMT</pubDate>
<guid>http://snipplr.com/view/30605/axis-call-over-ssl/</guid>
</item>
<item>
<title>(PHP) SilverStripe SSL switching by statics - dalethedeveloper</title>
<link>http://snipplr.com/view/27191/silverstripe-ssl-switching-by-statics/</link>
<description><![CDATA[ <p>A little function I add to the base Page_Controller class that allows you to define what actions are explicitly SSL.  It will put users in SSL when they access it and take them out of it when they navigate somewhere else.  It is available in any controllers that extend Page_Controller.

Be sure to add `$this->_checkSSL();` to the Page_Controller's `init()` function.</p> ]]></description>
<pubDate>Wed, 27 Jan 2010 15:35:11 GMT</pubDate>
<guid>http://snipplr.com/view/27191/silverstripe-ssl-switching-by-statics/</guid>
</item>
<item>
<title>(PHP) reading the subject of the client cert - connordothu</title>
<link>http://snipplr.com/view/25115/reading-the-subject-of-the-client-cert/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Dec 2009 12:09:40 GMT</pubDate>
<guid>http://snipplr.com/view/25115/reading-the-subject-of-the-client-cert/</guid>
</item>
<item>
<title>(Bash) SSL Cert for auth by mail software in Linux - czapata</title>
<link>http://snipplr.com/view/23350/ssl-cert-for-auth-by-mail-software-in-linux/</link>
<description><![CDATA[ <p>This was a comment posted by [this person] (http://bit.ly/1o9aIJ) to an article posted [here] (http://bit.ly/7BtLT)</p> ]]></description>
<pubDate>Wed, 18 Nov 2009 12:08:18 GMT</pubDate>
<guid>http://snipplr.com/view/23350/ssl-cert-for-auth-by-mail-software-in-linux/</guid>
</item>
<item>
<title>(Bash) VNC SSH Tunneling - iblis</title>
<link>http://snipplr.com/view/18280/vnc-ssh-tunneling/</link>
<description><![CDATA[ <p>Encrypts traffic between host port 5900 and client port 5921 (view the forwarded traffic at `vnc://localhost:5921`).</p> ]]></description>
<pubDate>Thu, 13 Aug 2009 16:54:26 GMT</pubDate>
<guid>http://snipplr.com/view/18280/vnc-ssh-tunneling/</guid>
</item>
<item>
<title>(PHP) Downloading a File from Secure website (https) using CURL - jimmysessions</title>
<link>http://snipplr.com/view/11079/downloading-a-file-from-secure-website-https-using-curl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 11 Jan 2009 20:00:05 GMT</pubDate>
<guid>http://snipplr.com/view/11079/downloading-a-file-from-secure-website-https-using-curl/</guid>
</item>
<item>
<title>(Ruby) Delicious API with HTTParty Gem - pmd</title>
<link>http://snipplr.com/view/8955/delicious-api-with-httparty-gem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Oct 2008 08:06:24 GMT</pubDate>
<guid>http://snipplr.com/view/8955/delicious-api-with-httparty-gem/</guid>
</item>
<item>
<title>(Apache) Force HTTPS with mod_rewrite - Roshambo</title>
<link>http://snipplr.com/view/7791/force-https-with-modrewrite/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Aug 2008 17:28:33 GMT</pubDate>
<guid>http://snipplr.com/view/7791/force-https-with-modrewrite/</guid>
</item>
<item>
<title>(Bash) Examine CRL file from the command line - breakerjump</title>
<link>http://snipplr.com/view/6561/examine-crl-file-from-the-command-line/</link>
<description><![CDATA[ <p>This rendition works for most of my tasks, but the inform may need to be changed to suit base64 encoded files.</p> ]]></description>
<pubDate>Wed, 04 Jun 2008 03:10:04 GMT</pubDate>
<guid>http://snipplr.com/view/6561/examine-crl-file-from-the-command-line/</guid>
</item>
</channel>
</rss>