Certificate error: no appropriate commonName or subjectAltName fields were found

Asked by Felipe T. Dorado

Hi! : )

New to bazaar, whether dead or not ; ) I just installed it last night. If this question doesn't belong here please give a hint as to where it should go. Thanks.

I tried to download the source for dudle according to its website and typed in a terminal:

$> bzr branch https://dudle.inf.tu-dresden.de/unstable/ dudle

But the answer was:

        bzr: ERROR: Certificate error: no appropriate commonName or subjectAltName fields were found

I have "duckduckgoed" a little and searched docs, faqs and questions on this site but have not been able to find an answer. I also found something about it at http://bugs.python.org/issue1589 but it is way beyond my knowledge : (

Could some kind soul point me in the direction to be able to download dudle code?

Thanks a lot.

Felipe : )

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Vincent Ladeuil
Solved:
Last query:
Last reply:
Revision history for this message
Best Vincent Ladeuil (vila) said :
#1

bzr branch -Ossl.cert_reqs=none https://dudle.inf.tu-dresden.de/unstable/ dudle

works.

But the SSL certificate is not checked, you've been warned ;-)

Revision history for this message
Felipe T. Dorado (ftdorado) said :
#2

Thank you Vincent : )

It does work.

Will try it and report.

Revision history for this message
Felipe T. Dorado (ftdorado) said :
#3

Thanks Vincent Ladeuil, that solved my question.

Revision history for this message
Ralf Hagen (rhagen) said :
#4

The problem was also addressed in the (German) installation report https://www.bdjl.de/localhost/?p=4371 (3rd code snippet)