Publishing repositories

Vadim Lebedev vadim at mbdsys.com
Tue Feb 5 14:58:24 CST 2008


Hello,

I've some problems publishing repositories at
http://repo.mbdsys.com/openwengo

I've followed the wiki and pull access is ok now
but i want enable password control for push access
so here is my .htaccess file
==============
Options +ExecCGI
AuthType Digest
AuthName "openwengorepos"
#AuthDigestProvider file
AuthDigestFile /var/www/openwengo/hgusers
#AuthDigestFile
<LimitExcept GET>
        Require valid-user
</LimitExcept>
===========

and i'm getting following output from hg:
====================
hg --version
Mercurial Distributed SCM (version 03ce5a919ae3)

Copyright (C) 2005-2007 Matt Mackall <mpm at selenic.com> and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

http://vadim@repo.mbdsys.com/openwengo/wengophone-2.2
pushing to http://vadim@repo.mbdsys.com/openwengo/wengophone-2.2
searching for changes
http authorization required
realm: openwengorepos
user: vadim
password:
ssl required
=============


Any ideas on why do i have this 'ssl required' message?


Thanks
Vadim




More information about the Mercurial mailing list