App broke down after 1.0.4 update

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
driver733
OpenVpn Newbie
Posts: 5
Joined: Fri Oct 11, 2013 4:23 am

App broke down after 1.0.4 update

Post by driver733 » Fri Jan 31, 2014 1:57 am

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?

User avatar
jamesyonan
OpenVPN Inc.
Posts: 169
Joined: Thu Jan 24, 2013 12:13 am

Re: App broke down after 1.0.4 update

Post by jamesyonan » Fri Jan 31, 2014 2:30 am

Can you post log file?

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

James

driver733
OpenVpn Newbie
Posts: 5
Joined: Fri Oct 11, 2013 4:23 am

Re: App broke down after 1.0.4 update

Post by driver733 » Fri Jan 31, 2014 8:54 pm

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.

User avatar
jamesyonan
OpenVPN Inc.
Posts: 169
Joined: Thu Jan 24, 2013 12:13 am

Re: App broke down after 1.0.4 update

Post by jamesyonan » Fri Jan 31, 2014 10:41 pm

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.

ErikKratz
OpenVpn Newbie
Posts: 1
Joined: Mon Mar 09, 2015 2:47 pm

Re: App broke down after 1.0.4 update

Post by ErikKratz » Mon Mar 09, 2015 2:49 pm

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.

Post Reply