Peter Bieringer
Peter Bieringer
please reopen if still the case
"radicale" is a network service, what would be the purpose for using a "unix domain socket"?
Again what learnt, found also that Apache is supporting it: https://stackoverflow.com/questions/51243332/apache-proxy-pass-to-unix-domain-socket Can be helpful to prevent at least sniffing on loopback interface e.g. with `ngrep` for potentially unencrypted content. But...
` SSLV3_ALERT_CERTIFICATE_UNKNOWN` is caused by TLS client is not trusting TLS server. Either trust stores of browser and calendar app are different or not the same certificate is in use...
Have you tested executing the whole provided command line as same user as `radicale` daemon is running? According to Internet search results, 128 is a fatal git exit code. In...
sounds to me like a at least a dedicated thread or even a process should take care about hooks to run them in asynchronous way like a persistent spooling which...
this is not an issue of `radicale` itself but the underlying object parser library `vobject` (https://github.com/eventable/vobject). Unfortunatly this is turned stale. One has to investigate which of the forks is...
I hope I've fixed this accordingly...at least the file passed now the validation.
> I hope I've fixed this accordingly...at least the file passed now the validation. Looks like spec misunderstood, my PR is broken @rhymeswithmogul : was this initial ICS file a...
you mean "simpler" than using a reverse proxy in front of handling the basic authentication (username+password)?