hyperledger-labs/fabric-operations-console

Remote Accessible

demianko opened this issue · 4 comments

Operations Console worked like a charm when accessing from my local installation.
but when trying to access the remote operations console, I had a little difficulty accessing the remote operations console.
as a workaround, I created tunneling to the remote server where the operation console is installed.

do you have any guidance on configuring and installing remote accessible operation console?

Can you describe the error a little more? perhaps post screenshots and some logs from browser console?

For reference this is one possible cause. You have to make sure to access remote url using TLS ports.
https://github.com/hyperledger-labs/fabric-operations-console/blob/main/FAQ.md#error-help

I updated host_url in config.yaml to the remote server URL and imported asset.
when trying to associate identity for " ordererca-local", I received this error message.

image

you have to use a secure URL such as https://myhost to access console if you are not using localhost.

Can you post the URL you are using to access console?

I updated host_url in config.yaml to use https as seen below and verified the necessary port is open.
#host_url: http://localhost:3000
host_url: https://{remote ip address}

I am not sure if there is something I missed to access remote ops console.

image