Asus RT-AC56U Android Client gives: Error message: X509:parse_perm:error in cert::error:0480006C:PEM routines::no start

Need help configuring your VPN? Just post here and you'll get that help.

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
Philoctetes
OpenVpn Newbie
Posts: 6
Joined: Mon Mar 04, 2024 7:49 pm

Asus RT-AC56U Android Client gives: Error message: X509:parse_perm:error in cert::error:0480006C:PEM routines::no start

Post by Philoctetes » Tue Mar 05, 2024 12:39 am

Server Config
1
remote 75.12.34.56 1194
2
float
3
nobind
4
proto udp
5
dev tun
6
sndbuf 0
7
rcvbuf 0
8
keepalive 15 60
9
comp-lzo adaptive
10
auth-user-pass
11
client
12
auth SHA256
13
cipher AES-256-CBC
14
ns-cert-type server
15
<ca>
16
--STRIPPED INLINE CA CERT--
17
</ca>
18
<cert>
19
--STRIPPED INLINE CERT--
20
</cert>
21
<key>
22
--STRIPPED INLINE KEY--
23
</key>
24
<tls-auth>
25
--STRIPPED INLINE TLS-AUTH KEY--
26
</tls-auth>

Philoctetes
OpenVpn Newbie
Posts: 6
Joined: Mon Mar 04, 2024 7:49 pm

Re: Asus RT-AC56U Android Client gives: Error message: X509:parse_perm:error in cert::error:0480006C:PEM routines::no st

Post by Philoctetes » Tue Mar 05, 2024 4:38 pm

Surely, SOMEONE is up-to-speed on this? Or is this error so arcane as all that?


Philoctetes
OpenVpn Newbie
Posts: 6
Joined: Mon Mar 04, 2024 7:49 pm

Re: Asus RT-AC56U Android Client gives: Error message: X509:parse_perm:error in cert::error:0480006C:PEM routines::no st

Post by Philoctetes » Tue Mar 05, 2024 7:15 pm

Thanks. As it turns out, the initial error message disappeared after I began exporting the .ovpn file directly to my TABLET. Maybe there was some corruption of the file in (securely) emailing it to myself and then downloading it to the tablet? No idea. But, from what I could glean from the post to which you linked the key to that person's success was using key-direction 1. For fun, I'll add that line to my file and see what happens, though expectations are low. Was there something else or more fundamental I missed? Easily so, given my lack of expertise.

But, now that I'm no longer getting the original error message, my OpenVPN client complains that my chosen level of security for my certificates is too low. With AES-256-CBC and SHA 512? Don't think so, but my agéd Asus RT-AC56U may be unable to produce an .ovpn file which meets spec for the current OpenVPN client. So, it's back to seeing if that can be sorted. A new router may be in order.

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

Re: Asus RT-AC56U Android Client gives: Error message: X509:parse_perm:error in cert::error:0480006C:PEM routines::no st

Post by TinCanTech » Wed Mar 06, 2024 1:27 am

Problems are normally explained in your server or client log files.

Post Reply