-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught (in promise) CryptoServerError: Cannot parse Certificate or Certificate Request from incoming ASN1 #12
Comments
@antonioaraujob Hello and thank you for the issue. Related for me too on |
Hello @donskov, thanks for your comments and your time. Yes, you are right. I also saw the same behavior for and Best regards |
@antonioaraujob I think the problem was fixed. Please try to run the example again. |
Dear @donskov, I hope you are fine. and For Thank you very much for the support. Best regards |
@microshine Hey. Do you know anything about it? Maybe |
We are using |
Then sounds like we need to come up with an alternative way for NSS? |
Dear Friends of Fortity,
I hope you are fine.
I am testing fortify-examples using a SafeNet 5110 USB token for generating a CSR.
When I open https://peculiarventures.github.io/fortify-examples/example1.html the web page lists the provider (SafeNet eToken 5100), however when I try to create the CSR I see the following in the Browser’s console:
It seems the CSR object was created but the importCert() function fails.
I also checked the Fortify’s log and I could see the following:
Could you please guide me on how to fix this issue?
Is this related to a dependency version?
I have a little doubt about CSR generation process. Please excuse me if this is a basic question but I understand that WebCrypto is using the Provider to generate the key pair, so I would like to know why we have to import the CSR and keys as follows:
Best regards
Antonio
The text was updated successfully, but these errors were encountered: