xuehuiit / fabric-explorer

Fabric-explorer is a simple, powerful, maintainable, open source fabric explorer
http://www.blockchainbrother.com/
Apache License 2.0
123 stars 58 forks source link

admin failed to register, admin enrollment failed #13

Open warm3snow opened 7 years ago

warm3snow commented 7 years ago
[2017-08-05 13:15:32.016] [DEBUG] Helper - [ecdsa/key.js]: ECDSA curve param X: 6188b4831bf1b7707e52f0979ccab9381650ff5e4b63980e1cc93883a3eb15fa
[2017-08-05 13:15:32.016] [DEBUG] Helper - [ecdsa/key.js]: ECDSA curve param Y: eeb49cd01691e7c5ecdda343195f825a0f91ffe50d2d06fff57b9bb7e4fecf0f
[2017-08-05 13:15:32.016] [DEBUG] Helper - [FileKeyValueStore.js]: FileKeyValueStore -- setValue
[2017-08-05 13:15:32.035] [DEBUG] Helper - [crypto_ecdsa_aes]: ecdsa signature:  Signature {
  r: <BN: 5a65ab889c89564bbc408e9647053e0cd273da05ab8dbd58d2f99ebfe51e4739>,
  s: <BN: 58de5ec0560d5830a877716a0bc2746942ced76d603a67ad8fd45c112ae5dd68>,
  recoveryParam: 0 }
[2017-08-05 13:15:32.052] [DEBUG] Helper - admin failed to register
[2017-08-05 13:15:32.053] [ERROR] Helper - admin enrollment failed
[2017-08-05 13:15:32.053] [DEBUG] Helper - [ecdsa/key.js]: ECDSA curve param X: 6188b4831bf1b7707e52f0979ccab9381650ff5e4b63980e1cc93883a3eb15fa
[2017-08-05 13:15:32.053] [DEBUG] Helper - [ecdsa/key.js]: ECDSA curve param Y: eeb49cd01691e7c5ecdda343195f825a0f91ffe50d2d06fff57b9bb7e4fecf0f

Question: I setup fabric-explorer according to the README.md,
Everything go well except an error reported above when I execute node main.js to try to setup the fabric-explorer server. Thanks: If maintainers see this, help me :-). It will be much appreciated.

dolanor commented 6 years ago

Hello, I have this also, but it is because I don't have a CA server I think. We don't use the CA server as we're using the generated certificates as is. So we don't enroll our user with login/password but directly with the certificates. Is it supported?