Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

shahabes's avatar

Solve "cURL error 7: Failed to connect to 127.0.0.1 port 32345" problem

Hey everyone, I have a micro-service based structure, thus I have to send some http requests. When I try to send a request, It won't be sent till I start a proxy server. It was working like a charm but now, I faced this problem. This is the error: ProxyError Please help me solve this problem.

I'm also using laravel dusk that is not working for this problem.

0 likes
8 replies
Tray2's avatar

There isn't any service running on that port on your machine, or the port is blocked by the firewall, or windows doesn't like connections to home.

1 like
shahabes's avatar

@Tray2 Thanks, but I didn't use this port anywhere of my code. It's the port of v2rayA proxy service. I don't know where this port come from

shahabes's avatar

@Tray2 Thanks, I know that. But I need to disable this proxy feature. Because I don't have this on my server. Also, I'm using Laravel dusk that will be return "connection refused". I need to disable this proxy. I disabled all of the proxies on my PC. How can I disable it on laravel too?

jlrdw's avatar

@shahabes and @tray2 that image site used is unsafe:

(http://www.uplooder.net/)

Check it yourself with virustotal.

Tray2's avatar

@jlrdw Thanks, I dídn't access it other than viewing it here.

Please or to participate in this conversation.