Read the statement by Michael Teeuw here.
Problems with calender and Nextcloud
-
@Pakmann try
wget -o your nextcloud_url
on the terminal window…
i think the calendar fetcher is having trouble negotiating the ssl (https) handshake…
-
@sdetweil said in Problems with calender and Nextcloud:
wget -O
Maybe it is to late on my side… The request told me i dont have an URL in the request…
Request like below.wget -O https://www.google.de
-
but I said
wget -o your nextcloud_url
whatever the https://… nextcloud thing is in config.js
-
yes, i try the complete URL for download die ICS file from nextcloud kalender. Include credentials inside the link:
wget -O https://USER:PASSWORD@DOMAIN/remote.php/dav/calendars/USER/personal/?export wget: URL fehlt Aufruf: wget [OPTION]... [URL] …
-
@Pakmann just remove the -o parm
-
of course :-) i uses O (not zero)
-
@Pakmann just do wget nextcloud-url
-
looks like the direction to find the root cause is good.
Get following response:
GnuTLS: A TLS fatal alert has been received. GnuTLS: received alert [70]: Error in protocol version
Now i remember, a few months ago i configure the nginx to TLS1.3. Maybe its not compatible with MM ?
-
@Pakmann wget is not MM, and it also fails
-
hmm… each other devices are running:
Phone, Tablet or try to download the ICS directly in a desktop browser. Should be sometink on the PI ?