I'm working on a project that utilizes embedded Linux devices which are communicating home via a OpenVPN session which is initiated by the embedded device.
This set up is obviously not working in China. Several debugging sessions showed that the session stayed open for a short period and was then closed by a man in the middle. Both server and client were logging that the connection was reset by the other party.
I now wonder if there's any way, to bypass the Great Chines Firewall. Encryption's not crucial and I'm aware of the possibility to run OpenVPN without encryption but I have to find an appointment for another debugging session with my local partner and don't want to bother him if my idea doesn't work anyway.
Any ideas how to solve that issue?