OpenVPN through SSLDroid error

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
strauzen
OpenVpn Newbie
Posts: 2
Joined: Sat Jun 17, 2017 6:51 am

OpenVPN through SSLDroid error

Post by strauzen » Sat Jun 17, 2017 9:01 am

Hi, I have an unrooted android phone and I am trying to access an OpenVPN server I've built through a stunnel using SSL droid but I get a NETWORK_EOF_ERROR. Does someone know what can be the cause?

I get the error on the phone independently of if it is the only device connected or if I have multiple clients. I have attached here the logs of OpenVPN and the configs I have for the client. The same config on my PC works without problems.

Logs:
http://imgur.com/a/gY8MI

Client config:
remote 127.0.0.1 1194
comp-lzo
client
dev tun
redirect-gateway def1

remote-cert-tls server
cipher AES-256-CBC
auth SHA256

proto tcp
resolv-retry infinite
nobind

# Try to preserve some state across restarts.
persist-key
persist-tun

# Set log file verbosity.
verb 3
mute 20

<ca>
-----BEGIN CERTIFICATE-----
Ca certificate charaters are here
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
Certificate characters are here
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN PRIVATE KEY-----
Key characters are here
-----END PRIVATE KEY-----
</key>

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: OpenVPN through SSLDroid error

Post by TinCanTech » Sat Jun 17, 2017 11:14 am

What does your server log show ?

strauzen
OpenVpn Newbie
Posts: 2
Joined: Sat Jun 17, 2017 6:51 am

Re: OpenVPN through SSLDroid error

Post by strauzen » Sat Jun 17, 2017 2:54 pm

Never-mind, I have now other problems with my VPN server, I will close this thread and try to solve those first.

Post Reply