OpenSprinkler › Forums › OpenSprinkler Mobile and Web App › Mobile app "unable to connect" through SSL reverse proxy (Apache) › Reply To: Mobile app "unable to connect" through SSL reverse proxy (Apache)
August 27, 2015 at 4:04 pm
#40017
ipilcher
Participant
Regarding the extra slash though, it doesn’t seem to be an issue when querying the controller. In other words, for me both /js/?pw and /js?pw work and return the expected reply. Therefore, I am not even sure if that is the issue.
That’s really interesting. Are you saying that you don’t get the failure on the second attempt with curl?
[[email protected] ~]$ curl http://172.31.252.3/js?pw=f7a9f061ae223e7ed166a73abe2abd8a
{"sn":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"nstations":16}[[email protected] ~]$
[[email protected] ~]$ curl http://172.31.252.3/js/?pw=f7a9f061ae223e7ed166a73abe2abd8a
{"result":32}[[email protected] ~]$
Can you check that before I do all the Android debugging stuff?