You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by MARG <li...@tuxdoit.com> on 2005/12/16 21:20:20 UTC

[users@httpd] SSL

Hi,

I've compile Apache 2.2.0 with
--with-ssl=/usr/local/ssl --enable-ssl

(i have OpenSSL in /usr/local/ssl)

What are the configuration now needed for SSL to work ?

Googled for it, found many things, but none worked.

Any help would be apreciated.

Warm Regards,
MARG

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] SSL

Posted by Joshua Slive <jo...@slive.ca>.
On 12/16/05, MARG <li...@tuxdoit.com> wrote:
> Hi,
>
> I've compile Apache 2.2.0 with
> --with-ssl=/usr/local/ssl --enable-ssl
>
> (i have OpenSSL in /usr/local/ssl)
>
> What are the configuration now needed for SSL to work ?
>
> Googled for it, found many things, but none worked.
>

There is an example config in conf/extra/httpd-ssl.conf and much more
information at
http://httpd.apache.org/docs/2.2/ssl/

If you need help beyond that, you'll need to ask more specific questions.

Joshua.