Hacker News new | ask | show | jobs
by vanekjar 3386 days ago
That's true, but instead of empty ad being server (as in case HTTP), HTTPS request timeouts and increases loading time for many pages, because the page waits until all JS loads.

Another problem is that some browsers will retry failed request several times (Chromium) effectively prolonging the time before final error is confirmed.

More about HTTP retry can be found here https://tools.ietf.org/id/draft-nottingham-httpbis-retry-00....

To sum it up. Using pi-hole had a negative impact on my browsing experience because HTTPS pages were more less buggy/slow.

1 comments

HTTPS requests only timeout if your setup doesn't reject them (also described in your first link).