OpenVPN Connect on iOS 6.1.2 Cannot Connect

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
grobe0ba
OpenVpn Newbie
Posts: 1
Joined: Sat Jun 29, 2013 10:43 am

OpenVPN Connect on iOS 6.1.2 Cannot Connect

Post by grobe0ba » Sat Jun 29, 2013 10:54 am

Server Side: OpenVPN 2.2.2 i586-suse-linux-gnu
Client Side: Latest OpenVPN Connect from the App Store (as of 290800Z JUN 13)

I am able to connecting using the (quoted below) phone.ovpn from another Linux computer. However, when attempting to connect from the my iPhone, I get the following in the phone's OpenVPN log:
PolarSSL: error parsing ca certificate : X509 - Signature algorithm (oid) is unsupported [ERR]

I haven't a clue where to go from here. These are standard PEM certificates that work with everything else I've plugged 'em into. Any help would be appreciated. TIA,
Grobe

server.conf:
local ?.?.?.?
proto udp
dev tun
ca pulpieca.pem
cert shiva.pulpie.net.pem
key shiva.pulpie.net.key

dh dh2048.pem

server 10.10.10.0 255.255.255.0
push "route 192.168.2.0 255.255.255.0"
client-to-client
duplicate-cn
comp-lzo
persist-key
persist-tun
keepalive 10 60

verb 3
phone.ovpn:
client
dev tun
proto udp

remote shiva.?.net
resolv-retry infinite

ns-cert-type server

comp-lzo
verb 3
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>

Post Reply