statechannels / go-nitro

Implementation of nitro-protocol in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payment client demo doesn't work with cloud node

lalexgap opened this issue · comments

The payment client demo fails to connect to the cloud node.

Running the demo locally against the cloud node works.

image

The problem is that we're serving the demo over https but trying to connect to the nitro client over http/ws.

We're going to look at adding TLS support( #1683 ) to address this.