<?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>~chuck/blog &#187; Internet</title>
	<atom:link href="http://www.ozymo.com/explosions/tag/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ozymo.com</link>
	<description>What more could you want?</description>
	<lastBuildDate>Tue, 17 Oct 2023 03:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Plesk 9 and PCI compliance</title>
		<link>http://www.ozymo.com/explosions/328</link>
		<comments>http://www.ozymo.com/explosions/328#comments</comments>
		<pubDate>Wed, 14 Apr 2010 08:46:27 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[secure web content]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/?p=328</guid>
		<description><![CDATA[The basics are easy, as one can attest with a Google search: Apache, Mail, etc. But, I&#8217;ve found that the Plesk CP for Plesk 9 doesn&#8217;t run on Apache, it runs on Lighttpd. To disable weak ciphers on a Plesk/Red Hat box, edit /etc/sw-cp-server/applications.d/plesk.conf and add this line: ssl.cipher-list = &#8220;TLSv1+HIGH !SSLv2 RC4+MEDIUM !aNULL !eNULL]]></description>
			<content:encoded><![CDATA[<p>The basics are easy, as one can attest with a Google search: Apache, Mail, etc.</p>
<p>But, I&#8217;ve found that the Plesk CP for Plesk 9 doesn&#8217;t run on Apache, it runs on Lighttpd. To disable weak ciphers on a Plesk/Red Hat box, edit /etc/sw-cp-server/applications.d/plesk.conf and add this line:</p>
<blockquote><p>ssl.cipher-list = &#8220;TLSv1+HIGH !SSLv2 RC4+MEDIUM !aNULL !eNULL !3DES @STRENGTH&#8221;</p></blockquote>
<p>I don&#8217;t know if you can add it just anywhere, but you ought to be able to. Personally, I put it between the &#8220;include_shell&#8221; and &#8220;index-file.names&#8221; lines in the conf, line 11. After all that, issue &#8220;service psa restart&#8221; and you&#8217;re good to go.</p>
<p>You can test the setup using this command:</p>
<blockquote><p># openssl s_client -connect localhost:8443 -ssl2</p></blockquote>
<p>Run that from the box itself, either as root or as a regular user. It gave me a &#8220;Connection reset by peer&#8221; error on SSLv2 connection. This is expected, and means that SSLv2 has been successfully disabled. Go run that scan again.</p>
<p>Also, keep in mind the recent &#8220;Plesk broke openssl&#8221; (or vice-versa) <a title="Plesk updated CP webserver packages, info on SSL break." href="http://kb.parallels.com/en/8338" target="_blank">fiasco</a>.</p>
<p>/cs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ozymo.com/explosions/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superbugs and You</title>
		<link>http://www.ozymo.com/explosions/36</link>
		<comments>http://www.ozymo.com/explosions/36#comments</comments>
		<pubDate>Mon, 14 Apr 2008 04:53:24 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/2008/04/13/superbugs-and-you/</guid>
		<description><![CDATA[So, I read an article that is both sensical and scary: Flaming Mountainside: Breeding Internet Superbugs I get a LOT of junk mail in my USPS mailbox in front of my house, and I pretty much ignore it, as long as it doesn&#8217;t look terribly important. It goes right into the trash. I have to]]></description>
			<content:encoded><![CDATA[<p>So, I read an article that is both <a title="Can you believe spell check thinks this word is wrong?!?" href="http://www.urbandictionary.com/define.php?term=sensical" target="_blank">sensical </a>and scary:</p>
<p><a title="Superbugs?" href="http://fm.vix.com/internet/security/superbugs.html" target="_blank">Flaming Mountainside: Breeding Internet Superbugs</a></p>
<p>I get a LOT of <a title="Article on Junk Mail" href="http://www.privacyrights.org/fs/fs4-junk.htm" target="_blank">junk mail</a> in my USPS mailbox in front of my house, and I pretty much ignore it, as long as it doesn&#8217;t look terribly important.  It goes right into the trash.</p>
<p>I have to agree with vixie in the above article; the issue is not being solved, just pushed away.</p>
<p>In the Linux Admin world, currently, in order to have a mail server that will send to <a title="postmaster.yahoo.com" href="http://help.yahoo.com/l/us/yahoo/mail/postmaster/" target="_blank">Yahoo!</a> and <a title="postmaster.aol.com" href="http://postmaster.aol.com/" target="_blank">AOL</a>, among others, you already have to jump through plenty of hoops:</p>
<ul>
<li>Email DNS &#8211; Forward and <a title="Tech-faq.com article" href="http://www.tech-faq.com/reverse-dns.shtml" target="_blank">reverse DNS</a> entries for the IP and A record.</li>
<li>SPF &#8211; <a title="openspf.org" href="http://www.openspf.org/" target="_blank">Sender Policy Framework</a></li>
<li><a title="Wikipedia Article on DomainKeys" href="http://en.wikipedia.org/wiki/DomainKeys" target="_blank">DomainKeys </a>- By far, the worst, in my opinion.</li>
</ul>
<p>These are just a few things to try, and still, the spam keeps flowing, because the spammer has a need to get his message through.  I suppose I could try <a title="Spamassassin Site" href="http://spamassassin.apache.org/" target="_blank">Spamassassin</a> or <a title="Postini Site" href="http://www.postini.com/" target="_blank">Postini</a>.  Some companies even offer to <a title="Rackspace's Email Services Page" href="http://www.rackspace.com/solutions/mail/index.php" target="_blank">manage the spam problem for you</a> (and they do a pretty darn good job of it, too!).</p>
<p>As the old saying goes, &#8220;Necessity is the mother of invention.&#8221;  Continuing to &#8220;fix&#8221; the spam issue will cause the number of spammers fluent in loopholes to exceed the number of hackers available to fix the problem.</p>
<p>All in all, how do we fix the spam issue?  The same way we fix the junk mail issue: The delete key.</p>
<p>/cs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ozymo.com/explosions/36/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
