Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request. iOS devices. Work through http proxy #114

Open
shyswork opened this issue Sep 16, 2013 · 9 comments
Open

Feature request. iOS devices. Work through http proxy #114

shyswork opened this issue Sep 16, 2013 · 9 comments

Comments

@shyswork
Copy link

It would be wonderful if you could implement work through http proxy. Right now if iOS device configured to work through http proxy and without DNS, SocketRocket fails with error 64(host is down) or 60(Operation timed out). I am not sure if this is that common for iOS devices to have such configuration but anyway.
sr_example

@msgilligan
Copy link

You could try using WSS/HTTPS.

I'm interested in seeing one or more SockJS fallback options implemented in SocketRocket or in an API-compatible layer. I opened issue #139 to request SockJS support.

@m-hassan31
Copy link

Hi,
Can you please let me know that, this repository "SocketRocket" supports chatting between two friends, As I've integrated this in my XCode Project, and its a broadcast communication. Do you have any idea about this? How Can I enable chating between two devices/friends?

Thanks in advance... :)

@mikelikespie
Copy link
Contributor

Doing some housekeeping. Please reopen if still relevant

@dfed
Copy link
Contributor

dfed commented Oct 8, 2015

Reopened due to feedback

@madlymad
Copy link

@msgilligan: You could try using WSS/HTTPS.

In my case not the WS/HTTP nor the WSS/HTTPS work when I am behind a corporate proxy.

@rahulsh1
Copy link

+1. Can't get the app working within the corporate network using the proxy.

@diwakargoel
Copy link

+1

@danieljimenez
Copy link

+1

@MarekR22
Copy link

When I'm testing this feature with latest master it works fine:

  • no proxy ws and wss
  • proxy and ws

and it doesn't work in case of:

  • unsecured proxy and wss connection, I get certificate error. (everything works when bypassing proxy).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests