Proxy Servers

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on Photon Server.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

Proxy Servers

AzadPathak
2017-04-27 08:28:33

How to deal with proxy servers. My game isn't establishing a connection on proxies.

Comments

chvetsov
2017-04-27 08:55:09

hi, @AzadPathak

how do you establish connection to photon?

best,
ilya

AzadPathak
2017-04-27 09:46:06

I am following the simple steps, using loadbalancingAPI , to connect to master. Without proxy it is working fine. But with proxy, it doesn't connect.

chvetsov
2017-04-27 10:57:42

what protocol are you using?
best,
ilya

AzadPathak
2017-04-28 10:24:54

Using default protocol. I think it is UDP. I have not changed anything.

AzadPathak
2017-04-28 11:11:24

@chvetsov Is there anything else I have to tell you?

chvetsov
2017-04-28 11:56:04

UDP does not use any proxy.

so, your problem lies somewhere else

best,
ilya

AzadPathak
2017-04-29 06:59:37

@chvetsov I am new to photon. I don't have much idea what you are asking about. I have downloaded photon from this site, and have used default classes to connect. When I connect to internet without using proxy, every thing works fine. But when I have a connection that uses proxy (like in mobile connected to a wifi with proxy), nothing works.

That's why I asked if there's anything that tells I am on a proxy server?

Please explain me what I have to tell you.

Tobias
2017-05-02 08:03:26

Photon does not support proxies. Proxy settings don't apply to UDP.
It works flawlessly from most mobiles, if those got a internet connection. You can check your mobile's settings and the app's log but in such a case, you have to figure out why it doesn't work.

Back to top