I have been running Caddy for a while now, and I'm currently running 0.10.2 version. I am serving a number of sites, local flat files, php, proxied - and all except one are working perfectly.
The exception is running Grav. This is almost perfect as well (leaving aside that the site contents are in an early stage of development). It works everywhere except on iOS when using https. It's fine on Windows or Android, using any browser, It's fine on iOS if I am only serving http without any automatic https. But if I am serving https it fails - but only on iOS, with any browser.
In this case it simply hangs, and eventually iOS says the server stopped responding. If I look at the Caddy log, it just shows the initial request, and no other - but this request is repeating. If I try to trace the packets, I see a request from iOS, then a response from Caddy, then a little later a repeat of the same. I can't read the packets because - well, https, right?
I am at a loss what to try next. Any suggestions?
Thanks,
Paul