Forum Moderators: phranque
I have an Ubuntu server with Apache2. I have been using Apache successfully without SSL for some time.
Recently I installed openssl and svn: 1) installed svn and openssl, created a certificate file using svn.example.com (ServerName) as the CN, 2) created sites-enabled port 443 virtual host file @ svn.example.com, 3) restarted apache, 4) created an empty repository and imported stuff into it. Subversion + SSL worked for a few days; now the server is refusing all SSL (https://example.com) requests. I have searched apache log files (error.log) and /var/log/syslog, and there are no errors: apache2 says it is starting successfully with openssl.
Can anyone tell me where I might find the source of this problem?
thank you, thejerz