Skip to Content.
Sympa Menu

en - Re: [sympa-users] Authenticating over HTTPS?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun <address@concealed>
  • To: Tanel Kokk <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Authenticating over HTTPS?
  • Date: Tue, 31 Jul 2001 17:25:30 +0200

Tanel Kokk wrote:

> Problem:
>
> I have sympa-v3.2.1, Openssl-v0.9.6, apache-v1.3.12 installed to the
> distr. RH6.2.
> [...]
> As I understand, I should be able to access list web_archive (over
> https://) without of using my accountname and password.
> But I can't - "Archive" is inactive.
>
> What's wrong? Is there any special/additional apache configuration I
> should use?

Yes, you need to setup up your HTTPS virtual server.

Our looks like :
<VirtualHost _default_:443>
[...]
<Location /wws>
SSLOptions +StdEnvVars
SetHandler fastcgi-script
</Location>
ScriptAlias /wws /home/sympa/bin/wwsympa.fcgi

SSLEngine on
SSLCertificateFile /usr/local/apache/conf/ssl.crt/listes.cru.fr.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/listes.cru.fr.key
SSLCertificateChainFile /usr/local/apache/conf/ssl.crt/cachain.crt
SSLCACertificatePath /home/sympa/etc/ssl.crt
SSLCACertificateFile /home/sympa/bin/etc/ca-bundle.crt
SSLVerifyClient optional
SSLVerifyDepth 10

[...]
</VirtualHost>


--
Olivier Salaün
Comité Réseau des Universités



Archive powered by MHonArc 2.6.19+.

Top of Page