i have a SSL site problem. i want to say the problem from your mail because, i hesitate the problem is general or special.
I bought a SSL certificate for mt site www.mydomain.com and install it on the server. But i do not reach the site some browsers.(For example i can open site with IE 6, Firefox 3 , but i can not IE 7 and Firefox 1.5). (400 Bad Request Error) When i ask this problem about certificate company they said that is an Apache configuration problem. But when i search the Apache configuration i do not find any error or i do not understant what is the wrong.
Apache version 2.0.53
IP adress is dedicated for mydomain.com.
So i want to sent the Apache configuration for this virtual server;
<VirtualHost ***.***.***.***:80> ServerName mydomain.com ServerAlias www.mydomain.com ServerAlias lists.mydomain.com DocumentRoot /home/mydomain/public_html ErrorLog /home/mydomain/logs/error_log CustomLog /home/mydomain/logs/access_log combined ScriptAlias /cgi-bin/ /home/mydomain/cgi-bin/ ScriptAlias /awstats /home/mydomain/cgi-bin DirectoryIndex index.html index.htm index.php index.php4 index.php5 <Directory /home/mydomain/public_html> Options Indexes IncludesNOEXEC FollowSymLinks allow from all AllowOverride All </Directory> <Directory /home/mydomain/cgi-bin> allow from all </Directory> Alias /dav /home/mydomain/public_html <Location /dav> DAV On AuthType Basic AuthName mydomain.com AuthUserFile /home/mydomain/etc/dav.digest.passwd Require valid-user ForceType text/plain </Location> RedirectMatch /cgi-bin/mailman/([^/]*)(.*) https://mydomain.com:***/virtualmin-mailman/unauthenticated/$1.cgi$2 RedirectMatch /mailman/([^/]*)(.*) https://mydomain.com:***/virtualmin-mailman/unauthenticated/$1.cgi$2 #SSLEngine on #SSLCertificateFile /home/mydomain/ssl.cert #SSLCertificateKeyFile /home/mydomain/ssl.key </VirtualHost>