grnet / access-ca-portal

Ruby on Rails application to support the users' authenticated registration and x509 personal and hosts' certificate issuance
GNU General Public License v3.0
0 stars 6 forks source link

Validation failed: Subject dn is not a valid DN when creating CSR from Chrome #97

Closed NicolasLiampotis closed 8 years ago

NicolasLiampotis commented 8 years ago

Steps to reproduce:

  1. Log into Access through Chrome browser
  2. Select Create new certificate request (browser)

screen shot 2015-12-10 at 03 27 20

stevelaskaridis commented 8 years ago

I can create a CSR from Chromium (Version 47.0.2498.0 (64-bit)) without any problems. In fact, I just did. Does your user have any other certificate requests?

Chromium supports the tag, as I can deduce from here. However, there seems to be an intent to deprecate it. You can check here.

NicolasLiampotis commented 8 years ago

Fixed in PR #99