Page 1 of 1

App broke down after 1.0.4 update

Posted: Fri Jan 31, 2014 1:57 am
by driver733
Dear openvpn team,

On my iPhone 5S the app is totally bad working since updating to 1.0.4. Before update everything worked well.

Whats my problem now?
No connection is made to any servers. no bytes received.

What did I try?
reinstalling app
reinstalling openvpn cert


Can you please provide some help or say what I can do to get this solved?

Re: App broke down after 1.0.4 update

Posted: Fri Jan 31, 2014 2:30 am
by jamesyonan
Can you post log file?

Does turning off the new OpenVPN setting "Force AES-CBC ciphersuites" in the settings app change anything?

James

Re: App broke down after 1.0.4 update

Posted: Fri Jan 31, 2014 8:54 pm
by driver733
I think there is bug in the app. Although I set the setting to connect thorough UDP the app still used TCP. When I changed the .ovpn file everything went ok.

Re: App broke down after 1.0.4 update

Posted: Fri Jan 31, 2014 10:41 pm
by jamesyonan
If you set the Protocol to TCP or UDP in the Settings app, it still requires that the .ovpn config file declares a server for that protocol. For example:

Code: Select all

remote myserver.tld 1194 udp
remote myserver.tld 443 tcp
However if you set the protocol to UDP in the Settings app, but there's no "remote ... udp" line in the .ovpn file, then OpenVPN will not know how to connect to your server using UDP.

Re: App broke down after 1.0.4 update

Posted: Mon Mar 09, 2015 2:49 pm
by ErikKratz
Are there any workarounds beyond having to generate a new CA for everyone? I'd gladly pay to be able to just download a copy of 1.0.4 at this point.