ray icon indicating copy to clipboard operation
ray copied to clipboard

Ray not working on Windows when using proxy (port 23517)

Open fredattack opened this issue 4 months ago • 0 comments

Hello Spatie team,

I am experiencing an issue with Ray(2.8.1.0) on my Windows 10 machine when trying to send data from my Laravel 11 application. The problem seems to be related to the use of a proxy in our network, but I am not sure how to resolve it.

Here is what I've checked so far:

  • I have confirmed that Ray is set to use port 23517, and it is properly configured in my ray.php file in Laravel ('port' => 23517).
  • Running netstat shows that port 23517 is indeed open and listening.
  • The port has been allowed through the Windows firewall.
  • The proxy settings on my machine might be interfering with the connection. We are using a network proxy, and I suspect that it could be blocking or redirecting the requests Ray tries to send.
  • I have tried adding exceptions for localhost and 127.0.0.1 in the proxy settings, but Ray still doesn't seem to work properly.

Could this issue be caused by the proxy, and if so, is there a recommended way to configure Ray to work in a proxied environment? Any help or advice on troubleshooting this issue would be greatly appreciated.

Thank you in advance for your assistance!

Best regards,

fredattack avatar Oct 17 '24 08:10 fredattack