amulyave / sandrop

Automatically exported from code.google.com/p/sandrop
0 stars 0 forks source link

Client cert cert file name is not valid so it will not be used #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.connect to office wifi with user name pwd
2.unable to start listener 127.0.0.1:80
3.

What is the expected output? What do you see instead?
Not connecting still says that sandro proxy is active

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by reachgok...@gmail.com on 24 Sep 2013 at 5:38

GoogleCodeExporter commented 8 years ago
Listening port should be higher than 1024. By default is 8008.
Probably best way would be that you uninstall/install and follow this 
instructions.
http://code.google.com/p/sandrop/wiki/HowToConnectToOtherProxy
Or you can even use Drony if you have android os higher that 3.x

Original comment by supp.san...@gmail.com on 24 Sep 2013 at 5:51

GoogleCodeExporter commented 8 years ago
I changed the port to 8080 still the problem persists

Original comment by reachgok...@gmail.com on 24 Sep 2013 at 6:03

GoogleCodeExporter commented 8 years ago
Maybe some other program is listening on port 8080.

Try port 8008. It is not so common used by other programs.
And maybe restart device so you are sure that there are no misbehaved processes.

To find out who is listening on ports you can use adb shell netstat command or 
even use SandroProxy

http://code.google.com/p/sandrop/issues/detail?id=76

1. Go to HTTP tab and pres play button on acction bar
SandroProxy will listen on two new ports 8020 -> web , 8021 -> websockets for 
chrome devtools
2. start chrome from PC with url http://<your_device_ip>:8020
3. Check Connection tab, sort by state LISTEN, last two columns are process uid 
and names(can be more than one)

Original comment by supp.san...@gmail.com on 24 Sep 2013 at 6:10

GoogleCodeExporter commented 8 years ago
mine is not a rooted device what shall i try with it?? drony is not working... 
my poxy port is 80 where should i give it? inside drony or inside the wifi 
setting?

Original comment by reachgok...@gmail.com on 24 Sep 2013 at 6:14

GoogleCodeExporter commented 8 years ago
And what is android version? If it is below 3.x you will need rooted phone and 
SandroProxy. 

Original comment by supp.san...@gmail.com on 24 Sep 2013 at 6:16

GoogleCodeExporter commented 8 years ago
Instructions for Drony
http://code.google.com/p/sandrop/wiki/HowToUseDronyWithOtherProxy

Original comment by supp.san...@gmail.com on 24 Sep 2013 at 6:25

GoogleCodeExporter commented 8 years ago

Original comment by supp.san...@gmail.com on 25 Sep 2013 at 4:39