Category Archives: Apache

Apache/Subversion: SSL negotiation failed: SSL error: parse tlsext

If you are getting an error like the following when you do a large import or commit to Subversion over SSL: Error: MKCOL of   ‘/repository/!svn/wrk/{GUID}/project/trunk/folder/file.ext’ SSL negotiation failed: SSL error: parse tlsext (https://mysite.com) try modifying your Apache server’s httpd.conf, changing … Continue reading

Posted in Apache, Subversion | 1 Comment

Binding Apache and IIS both to Port 80 on Different IPs / Same NIC

If you need to run IIS 6.0 and Apache 2.2.* side-by-side on the same Windows server machine, you most likely are trying to bind apache to one IP address and IIS to another.  If you have multiple IPs bound to … Continue reading

Posted in Apache, IIS | 1 Comment