bcgov / DITP

Digital Identity and Trust Program Repository
Apache License 2.0
0 stars 2 forks source link

Unable to run Wallet behind firewall #29

Closed cvarjao closed 11 months ago

cvarjao commented 1 year ago

Mobile wallet apps needs access to ledger data (DIDDOC, Revocation Registry, ...). Access to ledgers are done via ZMQ on port 9702. That port is usually blocked in corporate firewalls.

Blocking:

WadeBarnes commented 1 year ago

See my comments regarding the indy-node port range here. It's not limited to port 9702, it's a range 9700-9799; https://github.com/bcgov/bc-wallet-mobile/issues/403#issuecomment-1564440409

and the specifics of opening the ports here; https://github.com/bcgov/bc-wallet-mobile/issues/403#issuecomment-1564455941

esune commented 11 months ago

@WadeBarnes do we need to do anything or the comments you added in the BC Wallet repo are sufficient to close this?

WadeBarnes commented 11 months ago

The comments I added (linked) to the BC Wallet repo address this issue.