Hgweb.cgi throws ssl error

akos tajti akos.tajti at gmail.com
Fri Sep 8 07:38:23 UTC 2017


Dear List Members,

this is our situation. We have a java web application that enables the users to browse the contents of a mercurial repository. This is a simple servlet that executes mercurial commands. All mercurial repositories are checked out on the server. At one point the servlet runs a hg update command on the same server where the repos are created (so the update is run on the local repositories). This update command unfortunately throws the following error:
	error: _ssl.c:490: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Note that the user is browsing the page through https but the command is called on a  repo in the local file system. web.push_ssl is set to false. Do you have any idea what could be the problem?


Thanks in advance,
Ákos Tajti



More information about the Mercurial-devel mailing list