NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
MrChrisH
Oct 23, 2025Aspirant
RS700 VPN Service certs incomplete?
I've been setting up NoIP and the VPN Service on my RS700. I'm on firmware version V1.0.9.6_2.0.100.
After much tinkering and following much of the helpful advice here, I have a connection that works. However, I am getting this error in the log, which I have seen others post about but update the firmware seems to be the solution(?). I'm on the latest firmware.
Thu Oct 23 17:12:39 2025 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
When I add remote-cert-tls server to my .ovpn file, which in my understanding is good practice to include, my connection fails:
Thu Oct 23 17:15:09 2025 Certificate does not have key usage extension
Thu Oct 23 17:15:09 2025 VERIFY KU ERROR
I've stopped started the VPN Service multiple times, re-copied the config files etc but can not get the connection working with remote-cert-tls server in my .ovpn file.
The certificate provided by the router seems to be missing the necessary Key Usage (KU) flags.
How do I fix this, please?
15 Replies
- FURRYe38Guru - Experienced User
Just checking to see if you have updated FW to check this?
Nighthawk Firmware Releases | NETGEAR Communities
- MrChrisHAspirant
Thanks for checking, yes, I'm on firmware version V1.0.9.6_2.0.106. I updated fw again this AM, as I noticed a very recent new version, and reconfigured openvpn and downloaded config files from the router.
I still get the "Certificate does not have key usage extension" error and the connection fails when I include remote-cert-tls server in my config.
- FURRYe38Guru - Experienced User
FW version should be v.16 though. Can you confirm this?
- StephenBGuru - Experienced User
MrChrisH wrote:
The certificate provided by the router seems to be missing the necessary Key Usage (KU) flags.
Are you seeing a section like this in client.crt?
X509v3 Extended Key Usage: TLS Web Client Authentication- MrChrisHAspirant
No. I'm not seeing a section with that header.
- StephenBGuru - Experienced User
MrChrisH wrote:
No. I'm not seeing a section with that header.
That is why you have the problem.
FWIW, I missed a second relevant line from my client.crt (from an Orbi, not an RS700):
X509v3 Extended Key Usage: TLS Web Client Authentication X509v3 Key Usage: Digital SignatureOnly Netgear can fix this, as adding this text would invalidate the cert's digital signature.
All you can do for now is remove remote-cert-tls server.