Maintainers:Fastly: Difference between revisions
imported>Samueldr m Samueldr moved page Fastly to Maintainers:Fastly: These are not really end-user notes, but implementation details |
imported>Thoughtpolice Add some other known issues |
||
Line 59: | Line 59: | ||
Note the difference in the DNS name: <code>global.ssl</code> vs <code>freetls</code>. | Note the difference in the DNS name: <code>global.ssl</code> vs <code>freetls</code>. | ||
==== Beta Issues ==== | |||
There are some known deficiencies with the beta, listed below: | |||
* '''Overly-conservative URL blocking'''. The current implementation will only allow you to download <code>.narinfo</code>, <code>.ls</code>, and <code>.nar.xz</code> files -- this is to eliminate spurious/invalid requests to S3 for objects which could never possibly exist. If you see a 403 error returned from the server, then this is why. This should mean "recent" (few year old) evaluations should work fine -- ever since we've been using LZMA. This will be rectified in the future, but should only be noticeable to users on old channels. | |||
** We'll be sure to check the S3 metadata so that all filetypes in the cache can be downloaded properly, before final deployment. | |||
* '''Any user can purge cache objects with no authentication'''. Use <code>curl -v -X PURGE https://<SOME URL></code> in order to do so. This is useful for debugging user issues, but during final deployment, we'll want to turn this off. | |||
== Known issues == | == Known issues == |