<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: https</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Configurer un serveur local (sous Wamp) pour un accès en https (SSL)</title>
        <link>http://www.posteet.com/view/1351</link>
        <description>
        <![CDATA[<pre>Dans un premier temps, suivre le tutoriel qui figure à cette adresse :
http://apache.developpez.com/cours/apache20-modssl-windows/

Regénérer la clé sans RSA (sinon message d'erreur &quot;SSLPassPhraseDialog builtin is not supported on Win32&quot;) en ligne de commande (il faut d'abord faire une copie de la clé, ici : nom_du_serveur.key.org) :
openssl rsa -in C:\&quot;Program Files&quot;\wamp\bin\apache\apache2.2.6\conf\ssl\nom_du_serveur.key.org -out C:\&quot;Program Files&quot;\wamp\bin\apache\apache2.2.6\conf\ssl\nom_du_serveur.key
Voir http://www.entrust.net/knowledge-base/technote.cfm?tn=5634 pour les détails.

Il faut paramétrer le VirtualHost du serveur concerné dans le fichier httpd-ssl.conf.
En cas d'erreur, les logs se trouvent dans C:\Program Files\wamp\logs\apache_error.log</pre> <a href="http://www.posteet.com/tags/apache">[apache]</a>  <a href="http://www.posteet.com/tags/configuration">[configuration]</a>  <a href="http://www.posteet.com/tags/https">[https]</a>  <a href="http://www.posteet.com/tags/ssl">[ssl]</a>  <a href="http://www.posteet.com/tags/wamp">[wamp]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>cyo</dc:creator>
        <pubDate>Mon, 03 Nov 2008 11:05:53 +0000</pubDate>

            <category>apache</category>
            <category>configuration</category>
            <category>https</category>
            <category>ssl</category>
            <category>wamp</category>
            <category>windows</category>
    
    </item>

  
    <item>
        <title>tips ajaxterm</title>
        <link>http://www.posteet.com/view/51</link>
        <description>
        <![CDATA[<pre># tips supplémentaires a l'install d'ajaxterm :
# relancez tous les modules concernant le prxy dans apache
# tuto : http://smhteam.info/wiki/index.linux.php5?wiki=AjaxTerm

#le lancer via :
./ajaxterm.py -d --index=ajaxterm.html</pre> <a href="http://www.posteet.com/tags/ajax">[ajax]</a>  <a href="http://www.posteet.com/tags/ajaxterm">[ajaxterm]</a>  <a href="http://www.posteet.com/tags/https">[https]</a>  <a href="http://www.posteet.com/tags/web">[web]</a> ]]>        </description>
        <dc:creator>neorom</dc:creator>
        <pubDate>Tue, 02 Oct 2007 17:07:33 +0000</pubDate>

            <category>ajax</category>
            <category>ajaxterm</category>
            <category>https</category>
            <category>web</category>
    
    </item>

  
    <item>
        <title>Force HTTPS, easily</title>
        <link>http://www.posteet.com/view/8</link>
        <description>
        <![CDATA[<pre>&lt;VirtualHost *:80&gt;
  ServerName www.domain.com
  RewriteEngine On
  RewriteRule ^.*$ https://www.domain.com/ [R,L]
&lt;/VirtualHost&gt;

&lt;VirtualHost *:443&gt;
  ServerName www.domain.com
. . .</pre> <a href="http://www.posteet.com/tags/apache">[apache]</a>  <a href="http://www.posteet.com/tags/https">[https]</a>  <a href="http://www.posteet.com/tags/virtualhost">[virtualhost]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Sun, 23 Sep 2007 08:12:36 +0000</pubDate>

            <category>apache</category>
            <category>https</category>
            <category>virtualhost</category>
    
    </item>


</channel>
</rss>
