modoboa / modoboa-radicale

The Radicale frontend of Modoboa
MIT License
21 stars 14 forks source link

Can't create calendar with self signed certificate #39

Open AmazingBeu opened 6 years ago

AmazingBeu commented 6 years ago

I can't create new calendar with self signed certificate. I have this error 500 from /api/v1/user-calendars/ :

HTTPSConnectionPool(host='mail.XXXXXXXX', port=443): Max retries exceeded with url: /radicale/user1%40XXXXXXXX/test1 (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),))

Version of modoboa : Modoboa 1.11.1 Amavis frontend 1.2.3 Contacts 0.7.2 DMARC tools 1.1.0 PDF credentials 1.3.1 Postfix autoreply 1.5.0 Radicale management 1.3.6 Sieve filters 1.4.1 Statistics 1.4.0 Webmail 1.5.0

tonioo commented 6 years ago

@AmazingBeu Yes, it's known issue... The only way to fix it is to disable certificate verification, maybe I can add a new setting for this.

AmazingBeu commented 6 years ago

Yes, it's better than disable it by default because it's a vulnerability

ASLLR commented 4 years ago

Hi,

i've the same issue with modoboa 1.15

thank you,