#venerios

1 messages · Page 1 of 1 (latest)

civic mangoBOT
wheat atlas
#

What error do you receive?

magic island
#

I'm not receiving any errors

#

There's just nothing going on

#

I have deactivated the windows firewalls on my workstation as your colleague advised yesterday, but still nothing.

wheat atlas
#

What is outputed on the terminal of stripe listen forward?

magic island
magic island
wheat atlas
#

If you just stripe listen, will it receive the event?

magic island
#

With Postman, I receive the request on my backend.

wheat atlas
#

That's weird... so even stripe listen doesn't receive anything

magic island
wheat atlas
magic island
#

Who's establishing the connection in this configuration? Is this the CLI or Stripe server itself? Our firewall does not really have a concept of whitelist, it only allows/blocks packets based on the protocol and port. HTTP(S) and the standard 80/443 ports should all be okay. Although, if the TCP connection is opened by the server, this could cause issues.

magic island
#

@wheat atlas

wheat atlas
#

Stripe server sends a payload to the Stripe CLI on your terminal. So yes Stripe server attampt to establish a connection to your machine

civic mangoBOT
magic island
wheat atlas
#

Well yes I think it will open a TCP connection. Not sure if that is the "tunnel" you mentioned. Mostly that could be the issue when your firewall doesn't allow that

#

You can test on a server then, just skipping the testing in local step if that introduces more challenging network issues

magic island
wheat atlas
#

It's a websocket connection

civic mangoBOT
magic island
magic island
slate vortex
#

that's seperate from stripe-cli itself then and is an issue in the implementation of your Node server

magic island
slate vortex
#

I don't know