Opened 5 weeks ago
Last modified 5 weeks ago
#1154 new Bug / Defect
Adaptive does not work with OpenVPN Connect 3.0.2 on iOS 12.1
Reported by: | olafman1 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Generic / unclassified | Version: | |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | |
Cc: |
Description
Issue first shared in https://forums.openvpn.net/viewtopic.php?f=36&t=27539.
IOS will not attempt to use the second remote entry in the client config, only the first one will be used when adaptive is selected.
Example client config:
remote server.example.com 443 udp
remote server.example.com 1194 udp
Only connection attempts to port 443/udp are made, never 1194/udp.
When the following config is used:
remote server.example.com 443 udp
remote server.example.com 8443 tcp
The iOS app will connect to the UDP remote when UDP is selected for the protocol. When TCP is selected for the protocol port 8443/TCP is successfully used. When adaptive is selected only port 443/udp is selected and 8443 TCP is never attempted. I stop my server from listening on 443/UDP for reproducing the failure.
cc