Re: Re: apache2 - SSL

2007-05-17 Thread Roberto C . Sánchez
> El problema se soluciona revisando su configuración de los dominios > virtuales definidos en el server. Si quiere asegurarse, puede colocar > las líneas de: > > SSLEngine On > SSLCertificateFile /etc/apache2/ssl/apache.pem > > En todos los dominios virtuales declaradoe en

Re: Re: apache2 - SSL

2007-05-17 Thread Puerta Marcelo
server. Si quiere asegurarse, puede colocar las líneas de: SSLEngine On SSLCertificateFile /etc/apache2/ssl/apache.pem En todos los dominios virtuales declaradoe en el sistema. NOTA: el path "/etc/apache2/ssl/apache.pem" es reprecentativo de mi instalación. -- \\|// Pue

Re: apache2 - SSL

2007-05-09 Thread Tom Allison
On May 8, 2007, at 10:20 PM, Roberto C. Sánchez wrote: On Tue, May 08, 2007 at 10:09:41PM -0400, Tom Allison wrote: Tried that. I eventually made things work by removing a lot of the SSL directives out of the block and running them from httpd.conf. This is probably not what is expected if t

Re: apache2 - SSL

2007-05-08 Thread Tom Allison
On May 8, 2007, at 9:29 PM, Roberto C. Sánchez wrote: On Tue, May 08, 2007 at 09:08:52PM -0400, Tom Allison wrote: Ever heard of, "apache2-ssl-certificate"? I found reference to it on one URL about Debian Apache2 and SSL but I can't seem to find anything in Debian that actually

Re: apache2 - SSL

2007-05-08 Thread Roberto C . Sánchez
On Tue, May 08, 2007 at 10:09:41PM -0400, Tom Allison wrote: > > Tried that. I eventually made things work by removing a lot of the > SSL directives out of the block and running them from > httpd.conf. > This is probably not what is expected if the configuration came > shipped with these d

Re: apache2 - SSL

2007-05-08 Thread Roberto C . Sánchez
On Tue, May 08, 2007 at 09:08:52PM -0400, Tom Allison wrote: > Ever heard of, "apache2-ssl-certificate"? > I found reference to it on one URL about Debian Apache2 and SSL > but I can't seem to find anything in Debian that actually have this > name. > Never heard o

Re: apache2 - SSL

2007-05-08 Thread Tom Allison
Ever heard of, "apache2-ssl-certificate"? I found reference to it on one URL about Debian Apache2 and SSL but I can't seem to find anything in Debian that actually have this name. So I'm back to square run. Can't figure out how to configure Apache2 +SSL. O

Re: apache2 - SSL

2007-05-08 Thread Tom Allison
PEMFILE -keyout $PEMFILE chmod 600 $PEMFILE [ -e temp_file ] && rm -f temp_file dd if=/dev/urandom of=temp_file count=2 openssl dhparam -rand temp_file 512 >> $PEMFILE I then moved $PEMFILE to /etc/apache2/ssl/isengard.tacocat.net.pem and set SSLCertificateChainFile /etc/apache2/ss

apache2 + SSL

2007-05-08 Thread Tom Allison
connection. I can't seem to find much doc on ssl for debian. But if anyone has any suggestions... I created a selfsigned certificate and pointed it out with the SSLCertificate SSLCertificateChainFile /etc/apache2/ssl/isengard.tacocat.net.pem Besides the required 'Listen 443' I

Re: apache2 - SSL

2007-05-08 Thread Roberto C . Sánchez
_file > dd if=/dev/urandom of=temp_file count=2 > openssl dhparam -rand temp_file 512 >> $PEMFILE > > I then moved $PEMFILE to /etc/apache2/ssl/isengard.tacocat.net.pem > and set > SSLCertificateChainFile /etc/apache2/ssl/isengard.tacocat.net.pem > in ssl.conf >

Re: apache2 - SSL

2007-05-01 Thread Roberto C . Sánchez
On Tue, May 01, 2007 at 06:55:01AM -0400, Tom Allison wrote: > I'm trying to set up apache2 for SSL. > Did not find anything in the /usr/share/docs for apache2 related to > ssl so I'm thinking the SSL stuff is pretty much up to me. > It is just a matter of enabling the module and configuring to

apache2 - SSL

2007-05-01 Thread Tom Allison
I'm trying to set up apache2 for SSL. Did not find anything in the /usr/share/docs for apache2 related to ssl so I'm thinking the SSL stuff is pretty much up to me. Do I have to generate the Certs or are they generated during installation? How do I specify http:80 and https:443? -- To UN

Re: apache2 + ssl

2007-04-12 Thread Tom Allison
Roberto C. Sánchez wrote: On Thu, Apr 12, 2007 at 05:41:32AM -0400, Tom Allison wrote: what is the package name for apache2 + ssl? apache2 The package now comes with the mod_ssl DSO by default. There is no apache2-ssl like there was an apache-ssl. Regards, -Roberto Very cool. I

Re: apache2 + ssl

2007-04-12 Thread Greg Folkert
On Thu, 2007-04-12 at 19:45 +0200, Franck Joncourt wrote: > On Thu, Apr 12, 2007 at 01:27:46PM -0400, Greg Folkert wrote: > > On Thu, 2007-04-12 at 19:21 +0200, Franck Joncourt wrote: > > > Hi, > > > > > > > The package now comes with the mod_ssl DSO by de

Re: apache2 + ssl

2007-04-12 Thread Franck Joncourt
On Thu, Apr 12, 2007 at 01:27:46PM -0400, Greg Folkert wrote: > On Thu, 2007-04-12 at 19:21 +0200, Franck Joncourt wrote: > > Hi, > > > > > The package now comes with the mod_ssl DSO by default. There is no > > > apache2-ssl like there was an apache-ssl. >

Re: apache2 + ssl

2007-04-12 Thread Greg Folkert
On Thu, 2007-04-12 at 19:21 +0200, Franck Joncourt wrote: > Hi, > > > The package now comes with the mod_ssl DSO by default. There is no > > apache2-ssl like there was an apache-ssl. > > I have no problem with apache and ssl, but what does DSO mean ? =( http://www.go

Re: apache2 + ssl

2007-04-12 Thread Roberto C . Sánchez
On Thu, Apr 12, 2007 at 07:21:04PM +0200, Franck Joncourt wrote: > Hi, > > > The package now comes with the mod_ssl DSO by default. There is no > > apache2-ssl like there was an apache-ssl. > > I have no problem with apache and ssl, but what does DSO mean ? =( > d

Re: apache2 + ssl

2007-04-12 Thread Franck Joncourt
Hi, > The package now comes with the mod_ssl DSO by default. There is no > apache2-ssl like there was an apache-ssl. I have no problem with apache and ssl, but what does DSO mean ? =( -- Franck Joncourt http://www.debian.org http://smhteam.info/wiki/ GPG server : pgpkeys.mit.edu Finge

Re: apache2 + ssl

2007-04-12 Thread Roberto C . Sánchez
On Thu, Apr 12, 2007 at 05:41:32AM -0400, Tom Allison wrote: > what is the package name for apache2 + ssl? > apache2 The package now comes with the mod_ssl DSO by default. There is no apache2-ssl like there was an apache-ssl. Regards, -Roberto -- Roberto C. Sánche

apache2 + ssl

2007-04-12 Thread Tom Allison
what is the package name for apache2 + ssl? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apache2-ssl-certificate - Disregard

2005-07-14 Thread Rob Brenart
I found my problem, it was a sites-enabled / sites-available issue, I didn't have the symlink setup right... sorry for any wasted time! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

apache2-ssl-certificate

2005-07-14 Thread Rob Brenart
. Some data may have been transferred. Lynx from the server using localhost: Alert! Unable to make secure connection Now, I'm assuming part of this is in relation to the apache2-ssl-certificate, namely the fact that when I run the script it asks for the server name and says it's requi

apache2 ssl setup

2004-10-20 Thread Bill Lovett
I'd like to set up SSL with apache2, but am not sure what the virtual host config should look like. Can someone help me put all the pieces together? I see that apache2-ssl-certificate will generate the .pem file in /etc/apache2/ssl/, and I got the ssl module loaded with a2enmod. What abou

Re: Apache2 SSL package

2004-08-25 Thread Jacob S.
On Wed, 25 Aug 2004 08:51:21 +0200 Jacob Friis Larsen <[EMAIL PROTECTED]> wrote: > Can I use SSL with apache2-mpm-prefork? > > If so I can't find the package I need. Try "ls /etc/apache2/mods-available/". If you're not familiar with how to enable mods in apache2 yet, this would be a good time to

Apache2 SSL package

2004-08-24 Thread Jacob Friis Larsen
Can I use SSL with apache2-mpm-prefork? If so I can't find the package I need. Thanks, Jacob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]