Giter Club home page Giter Club logo

iphone-socks-proxy's People

Contributors

mikeash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

iphone-socks-proxy's Issues

Stream Open Error

What steps will reproduce the problem?
1.  Using 192.168.1.2 for MBP/Server & 192.168.1.3 for iPhone address

What is the expected output? What do you see instead?
On the status of the iPhone I see "Stream open error"
On Google Chrome it says"Error 324 (net::ERR_EMPTY_RESPONSE): The server closed 
the connection without sending any data."

What version of the product are you using? On what operating system?
Using latest version of Socks proxy with the "in_addr_t ipaddr = 
ntohl(*(uint32_t*)s);" line.
On iOS 5 Beta 7.


Original issue reported on code.google.com by [email protected] on 9 Sep 2011 at 9:06

'Stream open error' when browsing certain webpages

What steps will reproduce the problem?
1. After setup, browse to newsvine.com

What is the expected output? What do you see instead?
Before complete load of page, the status label shows "Stream open error"

Console output contains:
2010-01-13 10:23:21.984 SOCKS[6987:207] Error C>P i.newsvine.com:80
2010-01-13 10:23:21.986 SOCKS[6987:207] code 57
2010-01-13 10:23:22.035 SOCKS[6987:207] domain NSPOSIXErrorDomain
2010-01-13 10:23:22.039 SOCKS[6987:207] userInfo (null)
2010-01-13 10:23:22.053 SOCKS[6987:207] Connection ended 30 30: Stream open 
error

Code 57 indicates that the network socket is not connected

Was able to reproduce on cnn.com, however initial testing shows that google.com 
<b>does 
not</b> get this error.  Also checking mail with OSX Mail application <b>does 
not</b> get 
error.

Could be that the offending web server is prematurely RSTing the connection.  


Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 3:58

Cannot upload more than a few hundred kilobytes

What steps will reproduce the problem?
1. Attempt to upload more than a few hundred kilobytes (ftp, sftp, or anything)

What is the expected output? What do you see instead?
Expected: upload completes successfully.
Actual: upload fails after a few hundred kilobytes transferred.

What version of the product are you using? On what operating system?
iPhone 4, iOS 4.0.1, Mac OS X 10.6.4

Original issue reported on code.google.com by [email protected] on 29 Jul 2010 at 5:35

Enable proximity sensor

Enable proximity sensor.  This will allow the device's screen to be turned off 
to conserve power.
Ideal use would be to cover device screen with a object (eg, a napkin), set 
device on its face, or 
place device in pocket.


Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 3:11

Network activity indicator does not turn off

What steps will reproduce the problem?
1. After setup, browse to a webpage

What is the expected output? What do you see instead?
After page load completes, the activity indicator continues to spin.
I observed debugger console output to verify network activity had stopped.  
This was 100% for me.


Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 3:47

Alert for background time expiration

Use a UILocalNotification when the time elapsed for the background task handler 
is nearing expiration. This will notify the user, giving them a warning or a 
reminder.

Original issue reported on code.google.com by [email protected] on 30 Aug 2010 at 6:21

When device sleeps, wifi connection is dropped

What steps will reproduce the problem?
1. Set auto-lock through Settings > General > Auto-lock
2. Launch app and setup, wait specified time in Auto-lock
3. When the device auto-locks it sleeps, which appears to disable Wifi.  This 
in turn breaks the 
connection between the device and laptop

Original issue reported on code.google.com by [email protected] on 13 Jan 2010 at 3:05

Windows 7 PC

Following the steps on the application I am able to connect my Mac to the 
Internet through the proxy app. But when I follow similar steps on my windows 
laptop I am unable to connect to website through Internet Explorer.


Original issue reported on code.google.com by [email protected] on 27 Jun 2012 at 4:15

Workaround if your Mac fails to connect and thinks it is not connected to the Internet

What steps will reproduce the problem?
1. Creating the network and then setting up makes your mac believe that it is 
not connected to the internet.


Please provide any additional information below.

The solution, at least for me, is to set up in the following way:

Steps for SOCKS proxy support:

1. On your Mac, create a new network. TIP: create the same named network each 
time,
   and set up a static IP setting for both your Mac and your phone. I use 10.0.0.1 for my Mac,
   and 10.0.0.2 for my phone. Then, the proxy settings won't change (although the port might).
2. Connect to the network with your iPhone
3. Run tethering app
4. _Disconnect_ your mac from the network (important)
5. set up the SOCKS proxy on your mac (tip: have a separate Location set up 
that already
   has the SOCKS proxy set up -- you may have to change it depending on if you have a new IP address.
6. Reconnect your mac to the network, at which point it should start working 
with the proxy.

* as far as I can tell, the reason it might not work originally is that when 
you set up the
network, your mac thinks it is not connected to the internet, and won't attempt 
to connect.
If you set everything up and then reconnect the mac to the network you set up, 
it will
try to connect, be successful, and you're good to go.

Original issue reported on code.google.com by [email protected] on 26 Jan 2014 at 6:26

Unable to establish VPN connection

Specifically, juniper SSL and cisco VPN. Just wondering if anyone has tried 
using VPN with the SOCKS proxy. Didn't want to assume this was an issue since 
this 'feature' is more involved, but I thought I'd throw it out there anyway.

Original issue reported on code.google.com by [email protected] on 7 Dec 2011 at 8:19

Frequent crashing (unrecognized selector)

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Before today I was using r20 without any problems, I updated to r29 and have 
experienced 3 crashes this morning.

What version of the product are you using? On what operating system?
iOS 4.2.1, Tethering r29

Please provide any additional information below.
I have attached one of the crash logs, all of them seem to have to do with 
SocksProxyController -refreshProxyTable, unfortunately I am busy and have yet 
to dig though the code and look for the solution myself.

Original issue reported on code.google.com by [email protected] on 16 Dec 2010 at 5:10

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.