Re: Re: apache2 - SSL

2007-05-17 Thread Roberto C . Sánchez
On Thu, May 17, 2007 at 09:00:03AM -0300, Puerta Marcelo wrote: > Yo he tenido el mismo problema. > > En realidad el problema es que al intentar una conexión SSL desde el > cliente "Firefox" el servidor no es capaz de atender el servicio SSL en > el puerto 443. > > El problema se soluciona revisa

Re: Re: apache2 - SSL

2007-05-17 Thread Puerta Marcelo
Yo he tenido el mismo problema. En realidad el problema es que al intentar una conexión SSL desde el cliente "Firefox" el servidor no es capaz de atender el servicio SSL en el puerto 443. El problema se soluciona revisando su configuración de los dominios virtuales definidos en el server. Si quie

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 have this name.

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 of it. > So I'm back to square r

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. On May 1, 2007, at 7:29 AM, Roberto

Re: apache2 - SSL

2007-05-08 Thread Tom Allison
On May 1, 2007, at 7:29 AM, Roberto C. Sánchez wrote: 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

Re: apache2 - SSL

2007-05-08 Thread Roberto C . Sánchez
On Tue, May 08, 2007 at 08:45:08PM -0400, Tom Allison wrote: > > I set Listen 443 in ports.conf and created a self signed certificate > using: > openssl req -new -x509 -nodes -days 365 -out $PEMFILE -keyout $PEMFILE > chmod 600 $PEMFILE > [ -e temp_file ] && rm -f temp_file > dd if=/dev/urandom

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

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 rememb

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 default. There is no > > > > apache2-ssl l

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. > > > > I have no problem with apache an

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.google.com/search?q=Apache+DS

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 ? =( > dynamic shared object Think of

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 Fingerprint :

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ánchez http://people.connexer.co

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]

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