<?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>Deec.it &#187; ssl</title>
	<atom:link href="http://www.deec.it/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deec.it</link>
	<description>Le Guide Pratiche Dell&#039;Informatica</description>
	<lastBuildDate>Sun, 04 Sep 2011 16:52:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disabilitare SSLv2 e abilitare SSLv3 per le connessioni https</title>
		<link>http://www.deec.it/2009/10/30/disabilitare-sslv2-e-abilitare-sslv3-per-le-connessioni-https/</link>
		<comments>http://www.deec.it/2009/10/30/disabilitare-sslv2-e-abilitare-sslv3-per-le-connessioni-https/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 22:57:33 +0000</pubDate>
		<dc:creator>loade</dc:creator>
				<category><![CDATA[Altro]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Sicurezza]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[SSLv2]]></category>
		<category><![CDATA[SSLv3]]></category>

		<guid isPermaLink="false">http://www.deec.it/?p=666</guid>
		<description><![CDATA[



In questa guida descriveremo come configurare apache per accettare connesioni solo con SSLv3, nel caso il vostro server accetti ancora l&#8217;insicuro SSLv2. Per l&#8217;installazione del webserver e la configurazione di openssl potete consultare questa guida.
Editiamo questo file, se non esiste possiamo crearlo:
vi /etc/apache2/conf.d/ssl.conf
SSLProtocol -All +SSLv3 +TLSv1
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXPRestart
Ora possiamo riavviare il webserver:
/etc/init.d/apache2 restart
Per verificare che venga [...]]]></description>
			<content:encoded><![CDATA[<!-- AdSense Now! V1.77 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadin" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-5841373120371067";
/* 468x60, creato 22/09/09 M&amp;P */
google_ad_slot = "8731175604";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>In questa guida descriveremo come configurare apache per accettare connesioni solo con <a href="http://en.wikipedia.org/wiki/Transport_Layer_Security" target="_blank">SSLv3</a>, nel caso il vostro server accetti ancora l&#8217;insicuro SSLv2. Per l&#8217;installazione del webserver e la configurazione di openssl potete consultare questa <a href="http://www.deec.it/2009/09/21/configurare-connessioni-https-con-apache2/" target="_blank">guida</a>.</p>
<p>Editiamo questo file, se non esiste possiamo crearlo:</p>
<blockquote><p>vi /etc/apache2/conf.d/ssl.conf</p>
<p>SSLProtocol -All +SSLv3 +TLSv1<br />
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXPRestart</p></blockquote>
<p>Ora possiamo riavviare il webserver:</p>
<blockquote><p>/etc/init.d/apache2 restart</p></blockquote>
<p>Per verificare che venga correttamente utilizzato SSLv3:</p>
<blockquote><p>openssl s_client -connect localhost:443 -ssl3 -no_ssl2</p></blockquote>
<p>Dovremmo ottenere qualcosa del genere:</p>
<blockquote><p>&#8212;<br />
SSL handshake has read 1464 bytes and written 317 bytes<br />
&#8212;<br />
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA<br />
Server public key is 1024 bit</p></blockquote>
<p>Per essere sicuri che il nostro server non accetti connessioni con il vecchio protocollo, possiamo forzare il comando openssl a connettersi con la versione 2:</p>
<blockquote><p>openssl s_client -connect localhost:443 -ssl2 -no_ssl3</p></blockquote>
<p>Questo messaggio d&#8217;errore ci assicura che il nostro webserver accetta solo connessioni SSLv3:</p>
<blockquote><p>CONNECTED(00000003)<br />
3374:error:1407F0E5:SSL routines:SSL2_WRITE:ssl handshake failure:s2_pkt.c:428:</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.deec.it/2009/10/30/disabilitare-sslv2-e-abilitare-sslv3-per-le-connessioni-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accedere ad un server via ssh con il certificato</title>
		<link>http://www.deec.it/2009/08/26/accedere-ad-un-server-via-ssh-con-il-certificato/</link>
		<comments>http://www.deec.it/2009/08/26/accedere-ad-un-server-via-ssh-con-il-certificato/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:49:12 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[certificato]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-keygen]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.deec.it/?p=127</guid>
		<description><![CDATA[E’ possibile accedere in ssh senza che venga richiesta la password configurando opportunamente il certificato.
I passi da seguire sono sostanzialmente 2:
-Sul client: ssh-keygen e seguire le istruzioni

-Sul server: copiare il contenuto di ~/.ssh/id_rsa.pub(del client) nel file ~/.ssh/authorized_keys sul server
Maggiori informazioni:
http://www.debian.org/devel/passwordlessssh.it.html
]]></description>
			<content:encoded><![CDATA[<p>E’ possibile accedere in ssh senza che venga richiesta la password configurando opportunamente il certificato.</p>
<p>I passi da seguire sono sostanzialmente 2:</p>
<p>-Sul client: <code>ssh-keygen e seguire le istruzioni<br />
</code></p>
<p>-Sul server: copiare il contenuto di <code>~/.ssh/id_rsa.pub(del client) nel file </code><code>~/.ssh/authorized_keys sul server</code></p>
<p>Maggiori informazioni:</p>
<p><a href="http://www.debian.org/devel/passwordlessssh.it.html" target="_blank">http://www.debian.org/devel/passwordlessssh.it.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deec.it/2009/08/26/accedere-ad-un-server-via-ssh-con-il-certificato/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

