Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fredattack opened this issue Oct 17, 2024 · 1 comment
Open

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

fredattack opened this issue Oct 17, 2024 · 1 comment
Assignees

Comments

@fredattack
Copy link

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,

@timvandijck
Copy link
Member

Are you using WSL? If so here's some extra info on how to get it to work: https://myray.app/docs/environments/windows

If you are not using it or already tried that, it's likely a firewall or antivirus issue. With Windows having so many permutations it's often hard to pinpoint the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants