<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; ssl</title>
	<atom:link href="http://www.indovps.com/key/ssl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indovps.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>How to disable SSL2.0 in apache</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-disable-ssl2-0-in-apache</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-disable-ssl2-0-in-apache#comments</comments>
		<pubDate>Wed, 11 Jan 2012 13:50:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-disable-ssl2-0-in-apache</guid>
		<description><![CDATA[To disable the SSL2.0 protocol (thus forcing 3.0), for apache 1.3, find the line: #SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL and change it to: SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL Note the 2 changes: a) remove the # character at the beginning of the line, and b) change +SSLv2 to !SSLv2 For apache 2.x, do the same thing, but instead it will be [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-and-there-is-nothing-in-the-logs' rel='bookmark' title='Permanent Link: Apache won&#8217;t start and there is nothing in the logs'>Apache won&#8217;t start and there is nothing in the logs</a> <small>Chance are, if apache isn&#8217;t starting and isn&#8217;t logging anything,...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/how-to-disable-ssl2-0-in-apache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: Cannot find SSL binaries under /usr</title>
		<link>http://www.indovps.com/tutorial/directadmin/error-cannot-find-ssl-binaries-under-usr</link>
		<comments>http://www.indovps.com/tutorial/directadmin/error-cannot-find-ssl-binaries-under-usr#comments</comments>
		<pubDate>Mon, 09 Jan 2012 01:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/error-cannot-find-ssl-binaries-under-usr</guid>
		<description><![CDATA[This happens with the configure script for apache cannot find the &#34;openssl&#34; (or &#34;ssleay&#34;) binaries in any of /usr/bin/openssl /usr/sbin/openssl /usr/apps/openssl The usual location for &#34;openssl&#34; is /usr/bin/openssl On a debian system, run apt-get install openssl Incoming search terms:ssl binaries Related posts:Apache won&#8217;t start after update on FreeBSD An issue with php/apache is causing apache [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error' rel='bookmark' title='Permanent Link: cgi files generate Internal Server Error'>cgi files generate Internal Server Error</a> <small>This means that the cgi script did not execute properly....</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version' rel='bookmark' title='Permanent Link: Updating Apache to the latest version'>Updating Apache to the latest version</a> <small>You can check the current version of apache by running...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/error-cannot-find-ssl-binaries-under-usr/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_ssl: Init: Failed to generate temporary 512 bit RSA private key</title>
		<link>http://www.indovps.com/tutorial/directadmin/mod_ssl-init-failed-to-generate-temporary-512-bit-rsa-private-key</link>
		<comments>http://www.indovps.com/tutorial/directadmin/mod_ssl-init-failed-to-generate-temporary-512-bit-rsa-private-key#comments</comments>
		<pubDate>Thu, 10 Nov 2011 01:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[urandom]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/mod_ssl-init-failed-to-generate-temporary-512-bit-rsa-private-key</guid>
		<description><![CDATA[This error appears to show up sometimes when using MySQL 5 with &#8211;with-mysql=/usr. There have been reports that changing it to &#8211;with-mysqli=/usr/bin/mysql_config will fix this, but when I tried it, the mysql client api in php was set to mysql 3, so it wasn&#8217;t quite working. The solution I used was to have them both [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error' rel='bookmark' title='Permanent Link: cgi files generate Internal Server Error'>cgi files generate Internal Server Error</a> <small>This means that the cgi script did not execute properly....</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/mod_ssl-init-failed-to-generate-temporary-512-bit-rsa-private-key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up DA with an SSL certificate</title>
		<link>http://www.indovps.com/tutorial/directadmin/setting-up-da-with-an-ssl-certificate</link>
		<comments>http://www.indovps.com/tutorial/directadmin/setting-up-da-with-an-ssl-certificate#comments</comments>
		<pubDate>Fri, 01 Jul 2011 13:48:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/setting-up-da-with-an-ssl-certificate</guid>
		<description><![CDATA[You can switch DirectAdmin to use SSL instead of plain text. -&#62; https instead of http on port 2222. Note that this is for the DirectAdmin connection on port 2222, *not* for apache. If you&#8217;re tryting to setup a certificate for your domain through apache, use this guide. If you do not have your own [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-manually-create-a-new-self-signed-shared-server-certificate' rel='bookmark' title='Permanent Link: How to manually create a new self-signed shared server certificate'>How to manually create a new self-signed shared server certificate</a> <small>The following command will create you a new self-signed shared...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/setting-up-da-with-an-ssl-certificate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[warn] Init: SSL server IP/port conflict: www.domain.com:443</title>
		<link>http://www.indovps.com/tutorial/directadmin/warn-init-ssl-server-ipport-conflict-www-domain-com443</link>
		<comments>http://www.indovps.com/tutorial/directadmin/warn-init-ssl-server-ipport-conflict-www-domain-com443#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:53:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[rsa]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/warn-init-ssl-server-ipport-conflict-www-domain-com443</guid>
		<description><![CDATA[If you get this warning in your apache logs, don&#8217;t worry, it&#8217;s perfectly normal. [warn] RSA server certificate CommonName (CN) `localhost&#8217; does NOT match server name!? [warn] Init: SSL server IP/port conflict: www.domain.com:443 [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!! The reason it&#8217;s there is because DA uses name [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/mod_ssl-init-failed-to-generate-temporary-512-bit-rsa-private-key' rel='bookmark' title='Permanent Link: mod_ssl: Init: Failed to generate temporary 512 bit RSA private key'>mod_ssl: Init: Failed to generate temporary 512 bit RSA private key</a> <small>This error appears to show up sometimes when using MySQL...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-manually-create-a-new-self-signed-shared-server-certificate' rel='bookmark' title='Permanent Link: How to manually create a new self-signed shared server certificate'>How to manually create a new self-signed shared server certificate</a> <small>The following command will create you a new self-signed shared...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-setup-per-domain-aliases' rel='bookmark' title='Permanent Link: How to setup per-domain Aliases'>How to setup per-domain Aliases</a> <small>If you want to disable /webmail for just one domain...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/warn-init-ssl-server-ipport-conflict-www-domain-com443/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

