Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Hyperledger Fabric MultiMachine ( Certificate Authority).

1)Make sure you are able to ping PC1 from Pc2
2)Make sure you are able to ping the CA port with "telnet IP PORT"
3) If you are not able to reach the specific port disable firewall antivirus on PC1 and follow this steps:
Search for Windows Firewall, and click to open it.
Click Advanced Settings on the left.
From the left pane of the resulting window, click Inbound Rules.
In the right pane, find the rules titled File and Printer Sharing** (Echo Request - ICMPv4-In).**
Right-click each rule and choose Enable Rule.

  1. map the pc1 IP in the host file of PC2 ( most of the times you need to reebot to update it correctly)
  2. in the ca-compose.yaml add --csr.hosts "mappedName" --csr.hosts "localhost" ( the name mapped in step 4)
  3. change ca server ip in the the fabric-ca-config.yaml
  4. Change the parameters related to the CA host/port in the configparams of the client(PC2)
  5. Make sure that you edit the ca-compose.yaml the FIRST time you strart the server, otherwise you need to delete all the ca.cert file and ca.key files

  
  
Posted 2 years ago
Edited 2 years ago
Votes Newest

Answers