You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Creating a certificate signing request (CSR) from the test key.
[INFO ] Hashing data with Sha256...
[INFO ] Signing data with Ecdsa { hash_alg: Specific(Sha256) }...
- Using openssl to inspect the CSR content and verify the public key.
40B7BA43B77F0000:error:06880006:asn1 encoding routines:ASN1_item_verify_ctx:EVP lib:../crypto/asn1/a_verify.c:217:
Error: The CSR does not contain the serialNumber field of the Distinguished Name
When I followed the tutorial to run
parsec-cli-tests.sh
in a container on a x86_64 host:https://parallaxsecond.github.io/parsec-book/getting_started/installation_options.html#option-3-use-a-quickstart-docker-image
An error was seen:
Parsec version is 1.2.0:
The issue was not 100% reproducible. Using the following command to run the test in a loop, I can always capture the failure:
When the problem appears, the command line will stop (in the 10000-second sleep).
The text was updated successfully, but these errors were encountered: