https with smart server gives error "http does not support mkdir() "
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
I have set up a bazaar smart-server using apache2.2 and LDAP as authentification scheme. The server is up and running such that I can do "bzr log https+urllib:
However, every other command (like init or init-repo) results in the error message:
bzr: ERROR: Transport operation not possible: http does not support mkdir()
despite the fact, that the webserver is running a smart server which should allow for the creation of directories and pushing and so on. Interesting thing is that this error pops up, before I am asked for authentication, so bzr never thinks about checking for a smart server running.
Is there a way to tell bazaar, that it is supposed to communicate with a smart server? Or is this just a bug?
tags: |
added: hpss removed: server smart |
tags: | added: http |
Changed in bzr: | |
importance: | Undecided → Medium |
status: | Incomplete → Confirmed |
tags: | added: check-for-breezy |
I should add that I use
https+urllib://
because
bzr+https://
gives this error message
bzr: ERROR: Connection error: curl connection error (server certificate verification failed. CAfile: /etc/ssl/ certs/ca- certificates. crt CRLfile: none).
bzr+https+urllib:// gives urllib: //
bzr: ERROR: Unsupported protocol for url "bzr+https+
So probably this should be added to bazaar?!