Project

General

Profile

Actions

Feature #5602

closed

OpenVPN - certificate purpose validation required

Added by Kill Bill over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Very Low
Assignee:
Category:
OpenVPN
Target version:
Start date:
12/05/2015
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:

Description

Way too many threads every week with users posting about "my OpenVPN does not work", boiling down to

error=unsupported certificate purpose

I can see cert_get_purpose() in certs.inc, this or some similar function should be used to validate the OpenVPN server/client configuration before letting users save it.

Actions #1

Updated by Jim Pingle over 8 years ago

The problem with that is that it's not technically a requirement to use a server cert -- it's only required if the clients verify the server certificate type (which the export package does)

So we could be better about highlighting which certs are server certs (perhaps listing them first or styling them in some way) but we unfortunately we can't stop listing non-server certs there or it could break some setups.

We could also have the export package test the server cert type and omit the directive if they didn't use one, but I'd rather not encourage that practice too much.

Actions #2

Updated by Jim Thompson over 8 years ago

  • Tracker changed from Bug to Feature
  • Assignee set to Jim Pingle
Actions #3

Updated by Jim Pingle over 8 years ago

  • Assignee changed from Jim Pingle to Anonymous
  • Priority changed from Normal to Very Low
  • % Done changed from 0 to 80

I pushed a change to separate, identify, and prioritize the servers in the list of certificates on the page. Passing this off to Steve Beaver since he had an idea for printing a pretty warning if they pick the wrong kind.

I'll also look into adding a warning to the OpenVPN client export package in the meantime.

Lowering the priority since the formatting isn't a huge concern now that the rest of the work has been done.

Actions #4

Updated by Anonymous over 8 years ago

  • Status changed from New to Feedback
  • Assignee changed from Anonymous to Jim Pingle

Dynamically update the help text based on the cert selected.

Actions #5

Updated by Anonymous over 8 years ago

  • % Done changed from 80 to 100
Actions #6

Updated by Jim Pingle over 8 years ago

  • Status changed from Feedback to Resolved

Looks great, should hopefully be obvious enough to make people realize they did something incorrectly. :-)

Actions

Also available in: Atom PDF