This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

CalcDav calendar does not sync

  • 1 svar
  • 1 har dette problemet
  • 3 views
  • Siste svar av gioulisapo

more options

Hello,

I have a nextcloud dav calendar. Even though it does sync with Thunderbird, when running Thunderbird 77.0b3 it does not sync. I am not ask to provide credentials, I simply add the path and username and it does not sync. Is there a known solution to this?

Thank you!! Apotolos Gioulis

Hello, I have a nextcloud dav calendar. Even though it does sync with Thunderbird, when running Thunderbird 77.0b3 it does not sync. I am not ask to provide credentials, I simply add the path and username and it does not sync. Is there a known solution to this? Thank you!! Apotolos Gioulis
Attached screenshots

Valgt løsning

I figured it out, if anyone else has the same problem I will post the answer here:

  • Thunderbird does not ask to user validation of a self signed certificate and will not accept it, as a result the log trace in the server is non-existent.

If you have a self-signed cert add it as system trusted, in my case I ran:

#system-wide
sudo trust anchor --store ./my-selfsigned-cert.crt 
sudo update-ca-trust 
#mozilla
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n my-nextcloud -i ./my-selfsigned-cert.crt
Les dette svaret i sammenhengen 👍 0

All Replies (1)

more options

Valgt løsning

I figured it out, if anyone else has the same problem I will post the answer here:

  • Thunderbird does not ask to user validation of a self signed certificate and will not accept it, as a result the log trace in the server is non-existent.

If you have a self-signed cert add it as system trusted, in my case I ran:

#system-wide
sudo trust anchor --store ./my-selfsigned-cert.crt 
sudo update-ca-trust 
#mozilla
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n my-nextcloud -i ./my-selfsigned-cert.crt