Bug #900
closedOpenVPN Wizard: Server Certificate Wizard
100%
Description
Creating a Server Certificate with Wizard
2.0-BETA4 (i386)
built on Wed Sep 15 09:52:13 EDT 2010
FreeBSD 8.1-RELEASE
Intel(R) Pentium(R) D CPU 3.00GHz
Files
Updated by Jim Pingle about 14 years ago
- Tracker changed from Todo to Bug
Did you leave some fields blank when creating the certificate?
I added a check that will prevent a foreach on an empty item, but something that shouldn't be empty had to be empty for that to happen.
Updated by Anonymous about 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset e4d7a06478f0c023a87fadc6f1c0fed388015626.
Updated by Ricardo Ramirez R. about 14 years ago
May be is an accent in the city, I wrote Toncancipá
Updated by Jim Pingle about 14 years ago
That is possible. I do not believe that extended characters are supported in openssl certificates very well (or at least they used to not be, that may have improved over the years)
The input validation should probably kick those back as invalid input for now.
Updated by Ricardo Ramirez R. about 14 years ago
Ok. It worked without accents.
Thank you very much!
Updated by Jim Pingle about 14 years ago
Applied in changeset 8f87a4a2aa746a44b6bd5f0ef4b4eea63c7703de.
Updated by Jim Pingle about 14 years ago
- Status changed from Feedback to New
Spoke too soon. It prints the error message properly but the bad values are still saved in the config and a config restore is triggered on save.
Updated by Jim Pingle about 14 years ago
- Status changed from New to Feedback
It should be fixed now after my latest commits (not seen on this ticket). Some changes to wizard.php were needed to prevent the bad values from saving.
Updated by Jon Gerdes about 14 years ago
I created a new server cert using wizard. It refused to allow me to continue unless all fields were filled in. I also tried to use some fancy chars and this too was caught and a sensible error message displayed. I checked the config file and that seems correct to me
Updated by Jim Pingle about 14 years ago
- Status changed from Feedback to Resolved