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?
App broke down after 1.0.4 update
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Oct 11, 2013 4:23 am
- jamesyonan
- OpenVPN Inc.
- Posts: 169
- Joined: Thu Jan 24, 2013 12:13 am
Re: App broke down after 1.0.4 update
Can you post log file?
Does turning off the new OpenVPN setting "Force AES-CBC ciphersuites" in the settings app change anything?
James
Does turning off the new OpenVPN setting "Force AES-CBC ciphersuites" in the settings app change anything?
James
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Oct 11, 2013 4:23 am
Re: App broke down after 1.0.4 update
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.
- jamesyonan
- OpenVPN Inc.
- Posts: 169
- Joined: Thu Jan 24, 2013 12:13 am
Re: App broke down after 1.0.4 update
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: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.
Code: Select all
remote myserver.tld 1194 udp
remote myserver.tld 443 tcp
-
- OpenVpn Newbie
- Posts: 1
- Joined: Mon Mar 09, 2015 2:47 pm
Re: App broke down after 1.0.4 update
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.