ssl/https not working

Irgendwelche Probleme mit XAMPP für Linux? Dann ist hier genau der richtige Ort um nachzufragen.

ssl/https not working

Postby madmufflon » 26. February 2010 11:21

Hey, im trying to get https working on a debian virtual server.
This is my virtual hosts (contained in /etc/apache2/sites-enabled) .conf:
Code: Select all
<VirtualHost secure.domain.de:443>
ServerName secure.domain.de
ServerAdmin webmaster
DocumentRoot /usr/share/egroupware/
SSLEngine On
SSLVerifyClient require
SSLVerifyDepth 1
SSLCertificateFile /etc/postfix/smtpd.cert
SSLCertificateKeyFile /etc/postfix/smtpd.key
SSLOptions +StdEnvVars
<Directory /usr/share/egroupware/>
  Options FollowSymLinks ExecCGI
  AllowOverride None
  Order allow,deny
 ....

I checked that mod_ssl is running by checking phpinfo and via telnet i saw that the server is responding at port 443, but if i try to reach it via my browser (https://secure.domain.de) it wont work (webside not reachable). The certificates I use were created for an emailserver with openssl (and are working there), but i had otherones before, which did not work either. all certificates were created by me, im waiting for my cacert.org certificate.
Im sorry if i understood something terribly wrong, but i dont know what else to do, so i would be really thankfull if someone could help me.
thanks
madmufflon
 
Posts: 1
Joined: 26. February 2010 02:00

Return to XAMPP für Linux

Who is online

Users browsing this forum: No registered users and 47 guests