Changes

Jump to: navigation, search

Mercurial-nexj

14 bytes added, 12:51, 19 November 2010
Notes
:I get an "ssl required" error message when trying to push changes
:That's because allowing anonymous, unauthenticated HTTP clients to push changes into your repository would be a huge security hole. If you are on a private network and you know that all HTTP clients are trustworthy, you can add
<codesource lang=java>
[web]
push_ssl = false
</codesource>
to .hg/hgrc on the server-side repository. (See also [http://mercurial.selenic.com/wiki/HgWebDirStepByStep HgWebDirStepByStep].)
There's a reason for requiring SSL, however. If you do not trust the network you are using do not change this.
1
edit

Navigation menu