On 29/07/2014 7:01 PM, [email protected] wrote: > Hello, > > I have setup the syncserver with own authserver. > > As far as I can see, authserver is running fine (account creation, > e-mail verificaation ...) and I get access to /token/1.0/sync/1.5 URL. > The /token/1.0/sync/1.5 URL returns result code 200. Also the logs of > authserver and contentserver and browserid verifier are looking fine. > > But, then the /storage/1.5/1/info/collections is accessed and the access > log of apache shows an 401 access denied. Why? I'm missing something?
A couple of things to check: * Ensure that you have set a custom "secret" value in the syncserver config file. By default it generates a random secret at startup, which can sometimes lead to 401s when it changes in between runs or across processes. * Ensure that the the storage URL handed out by the tokenserver (which you can check by searching for "clusterURL" in about:config) precisely matches the configured "public_url" in your syncserver config. Hope this helps, Ryan _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

