On 26/04/2015 21:22, Martin Mühlbauer wrote: > Hi, > > Today I tried to set up a Firefox Sync Server on my Raspberry Pi. > Unfortunately I continue to get the following error message if I try to > connect to my server: > > ERROR:syncserver:The public_url setting doesn't match the application url. > This will almost certainly cause authentication failures! > public_url setting is: http://syncserver.test:5000 > application url is: http://s,y,n,c,s,e,r,v,e,r,.,t,e,s,t,:,5,0,0,0 > You can disable this check by setting the force_wsgi_environ > option in your config file, but do so at your own risk. > > Any idea how to solve this?
Sorry for the delay in replying here. The code generating that message is in: https://github.com/mozilla-services/syncserver/blob/master/syncserver/__init__.py#L125 But it's pulling the application_url more-or-less directly out of the WebOb request object, so I'm really not sure how it got all those commas in there. I've never seen this before. If you're familiar with python, you could try diving in and putting some debugging `print` statements around that code to find out what's going on. What version of python are you running? Are you just using the provided `make serve` command to run the server? Very strange. I hope we can get to the bottom of it! Cheers, Ryan _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

