I’m trying to use local .ics file for two of my calendars. They are holiday calendars that stay the same throughout the year so they don’t need to be fetched from the web. I just can’t get them to work.
I get the same error message on both of them:
[CALEXT2] calendar: Suomen juhlapyhät >> write EPROTO 1936543760:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../../vendor/node/deps/openssl/openssl/ssl/record/ssl3:record.c:252:
My url looks like this:
url: "https://192.168.1.187:8080/Pyhat.ics",
I tried using
localhost:8080
but it tried to force 127.0.0.1 which don’t work.