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 <[EMAIL PROTECTED]> 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://[EMAIL PROTECTED]/openwengo/wengophone-2.2
pushing to http://[EMAIL PROTECTED]/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

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to