Ah, I think you misunderstood a crucial point of the whole system. In order for you to upload photos with the android app, you need to have access to a Camlistore server running somewhere, where the photos are going to be uploaded.
localhost:443 would mean that the server runs on the same machine as the client (your android phone), which is not possible. So you need to deploy a server yourself (which I don't recommend if you're not at least a bit technically inclined), or have someone else (a friend?) do it for you, or you could use our launcher (https://camlistore.org/launch), which would deploy on Google Cloud (and that you would pay for). hth, Mathieu On 4 September 2017 at 10:10, Limo Pc <[email protected]> wrote: > Thanks. > Yes, It is the uploaded app I installed on my mobile from google play. > The only changes in setup are: > Camlistore server: localhost:433 (as I read on a post here) > > Opening chrome browser on the same device and entering localhost:443 > It replied local host refused to connect > ERR_CONNECTION_REFUSED > > Am I missing something in the configuration? > > -- > You received this message because you are subscribed to the Google Groups > "Camlistore" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
