[opensuse] Apache and SSL
Can anyone provide some informations/links on how the apache server can be configured with SSL on openSuSE 10.3? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Can anyone provide some informations/links on how the apache server can be configured with SSL on openSuSE 10.3? -- </quote> vi /etc/sysconfig/apache2 make sure on APACHE_SERVER_FLAGS you have SSL like: APACHE_SERVER_FLAGS="SSL" And that APACHE_MODULES has ssl listed: APACHE_MODULES="authz_host actions ... ssl ..." # rcapache2 restart Woala, you have SSL setup. -- Nick Zeljkovic -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I have done that already, but still I am not able to use apache with SSL. "curl https://localhost" returns: curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol I need to authenticate users willing to interact with a subversion repository through the apache server. In my case APACHE_SERVER_FLAGS="SSL SVN_VIEWCVS" since I use ViewVC to browse the repositories. On Fri, Mar 7, 2008 at 3:55 PM, Nick Zeljkovic <nzeljkovic@site5.com> wrote:
Can anyone provide some informations/links on how the apache server can be configured with SSL on openSuSE 10.3? --
</quote>
vi /etc/sysconfig/apache2
make sure on APACHE_SERVER_FLAGS you have SSL like: APACHE_SERVER_FLAGS="SSL"
And that APACHE_MODULES has ssl listed: APACHE_MODULES="authz_host actions ... ssl ..."
# rcapache2 restart
Woala, you have SSL setup.
-- Nick Zeljkovic
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- Bogdan Cristea -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I have done that already, but still I am not able to use apache with SSL. "curl https://localhost" returns: curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol I need to authenticate users willing to interact with a subversion repository through the apache server. In my case APACHE_SERVER_FLAGS="SSL SVN_VIEWCVS" since I use ViewVC to browse the repositories. </quote> Have you configured SSL vhost too ? What does error_log say ? (/var/log/apache2/error_log) There should be a SSL template in /etc/apache2/vhosts.d which you can modify. -- Nick zeljkovic -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I don't use virtual hosts. Here is the entry of the /var/log/apache2/error_log file when entering "curl https://localhost": [Fri Mar 07 16:38:00 2008] [error] [client 127.0.0.1] Invalid method in request \x80v\x01\x03\x01 On Fri, Mar 7, 2008 at 4:28 PM, Nick Zeljkovic <nzeljkovic@site5.com> wrote:
I have done that already, but still I am not able to use apache with SSL.
"curl https://localhost" returns: curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
I need to authenticate users willing to interact with a subversion repository through the apache server. In my case APACHE_SERVER_FLAGS="SSL SVN_VIEWCVS" since I use ViewVC to browse the repositories.
</quote>
Have you configured SSL vhost too ? What does error_log say ? (/var/log/apache2/error_log) There should be a SSL template in /etc/apache2/vhosts.d which you can modify.
-- Nick zeljkovic
--
To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- Bogdan Cristea -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I don't use virtual hosts. Here is the entry of the /var/log/apache2/error_log file when entering "curl https://localhost": [Fri Mar 07 16:38:00 2008] [error] [client 127.0.0.1] Invalid method in request \x80v\x01\x03\x01 On Fri, Mar 7, 2008 at 4:28 PM, Nick Zeljkovic <nzeljkovic@site5.com> wrote:
I have done that already, but still I am not able to use apache with SSL.
"curl https://localhost" returns: curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
I need to authenticate users willing to interact with a subversion repository through the apache server. In my case APACHE_SERVER_FLAGS="SSL SVN_VIEWCVS" since I use ViewVC to browse the repositories.
</quote>
Have you configured SSL vhost too ? What does error_log say ? (/var/log/apache2/error_log) There should be a SSL template in /etc/apache2/vhosts.d which you can modify.
-- Nick zeljkovic
--
</quote> You'll need to set one up for SSL, generate key/certificate and configure virtualhost to use that newly generated certificate. -- Nick Zeljkovic -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I don't use virtual hosts. Here is the entry of the /var/log/apache2/error_log file when entering "curl https://localhost":
[Fri Mar 07 16:38:00 2008] [error] [client 127.0.0.1] Invalid method in request \x80v\x01\x03\x01
I always get it running with this: /usr/share/doc/packages/apache2/README.QUICKSTART.SSL
On Fri, Mar 7, 2008 at 4:28 PM, Nick Zeljkovic <nzeljkovic@site5.com> wrote:
I have done that already, but still I am not able to use apache with SSL.
"curl https://localhost" returns: curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
I need to authenticate users willing to interact with a subversion repository through the apache server. In my case APACHE_SERVER_FLAGS="SSL SVN_VIEWCVS" since I use ViewVC to browse the repositories.
</quote>
Have you configured SSL vhost too ? What does error_log say ? (/var/log/apache2/error_log) There should be a SSL template in /etc/apache2/vhosts.d which you can modify.
-- Nick zeljkovic
--
</quote>
You'll need to set one up for SSL, generate key/certificate and configure virtualhost to use that newly generated certificate.
-- Nick Zeljkovic
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- L. de Braal BraHa Systems NL - Terneuzen T +31 115 649333 F +31 115 649444 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Cristea Bogdan
-
Leen de Braal
-
Nick Zeljkovic