Thanks Eric, you wrote:

> You can't do SSL and non-SSL with a wildcard like this.  Change your
> VirtualHosts and NameVirtualHosts to be of the form *:80 and *:443.

But... where should i do those changes ? In "www.domain.com"? This is i
wrote inside "www.domain.com" file:

NameVirtualHost *:443
<VirtualHost *:443>
  ServerAdmin yourn...@domain.com
  ServerName svn.domain.com
  SSLEngine On
  SSLCertificateFile /etc/apache2/ssl/apache.pem
  SSLProtocol all
  SSLCipherSuite HIGH:MEDIUM
  <Location />
    Order allow,deny
    Allow from all
    DAV svn
    SVNPath /srv/svn/repos/projectname
    AuthType Basic
    AuthName "domain.com Subversion Repository"
    AuthUserFile /etc/apache2/dav_svn.passwd
    Require valid-user
  </Location>
  ErrorLog /var/log/apache2/error.log

  # Possible values include: debug, info, notice, warn, error, crit, alert,
emerg.
  LogLevel warn CustomLog /var/log/apache2/access.log combined
</VirtualHost>


> Turn on SSL in the *:443.

SSL is turned on in www.domain.com: "SSLEngine On", do you mean that?
-- 
View this message in context: 
http://www.nabble.com/Ubuntu-%2B-Apache-%2B-Virtual-host-%2B-Subversion-%2B-SSL-tutorial%3A-error-about-SSL.-tp23502072p23619130.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to