
Jonathan Dade
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Jonathan Dade-
Jonathan Dade commented,
One thing that might make this a little better for the end user, would be to set an ultra low time to first byte timeout on the origin you want to smoke test. That way Fastly can fail quickly, rest...
-
Jonathan Dade commented,
You can attach a condition to the logging endpoint which will only send this endpoint requests with those status codes. The actual condition would look like: resp.status == 204 || resp.status ...
-
Jonathan Dade commented,
That section of the generated VCL does indeed look like a healthcheck, but the part: .dummy = true; is to indicate that this healthcheck is a placeholder and not active.
-
Jonathan Dade commented,
There aren't limits on the amount of data per se, but the first byte timeout may appear like a limit depending on the bandwidth from the end user / client.
-
Jonathan Dade commented,
For HTTP requests this should be working for you as configured, but this sounds like very long held connections over TLS. Fastly uses a separate tool for terminating TLS in our Points of Presence. ...
-
Jonathan Dade created a post,
Setting up Self Signed TLS in Fastly and my origin
This post will endeavour to describe how to use a self-signed TLS certificate for Fastly to Origin connections. It will cover generating the self-signed certificate, configuring your origin and fin...