Coukd not establish connection woith local server process

Unity was working a few weeks back, then the next day, it suddenly wasn’t working anymore. I was met with this error:

And when I tried to diagnose Unity, it gave me this report.

It seems I may have to fix my proxy server, but it turns out that I don’t have one. How do I get a proxy server and configure it for Unity?

3 out of 6 checks passed:
[
{
“name”: “UPM registry reachable”,
“description”: “Make an HTTP request to the UPM package registry”,
“result”: “FAIL”,
“detail”: “Connection error. This could be because a proxy is misconfigured.”
},
{
“name”: “Ping UPM registry”,
“description”: “Measure the latency of the UPM package registry API”,
“result”: “PASS”,
“detail”: “20 pings made in 5.191 seconds\nAverage latency: 32.98 ms\nMinimum latency: 29.99 ms\nMaximum latency: 38.09 ms\nStandard deviation: 2.17”
},
{
“name”: “Ping UPM download”,
“description”: “Measure the latency of the UPM package download endpoint”,
“result”: “PASS”,
“detail”: “16 pings made in 5.355 seconds\nAverage latency: 15.57 ms\nMinimum latency: 12.92 ms\nMaximum latency: 22.03 ms\nStandard deviation: 2.70”
},
{
“name”: “UPM registry download speed”,
“description”: “Test the Internet connection using the UPM package registry”,
“result”: “FAIL”,
“detail”: “Connection error. This could be because a proxy is misconfigured.”
},
{
“name”: “Speedtest.net”,
“description”: “Test the Internet connection using Speedtest.net”,
“result”: “FAIL”,
“detail”: “Connection error.”
},
{
“name”: “HTTP proxy environment variables”,
“description”: “Detect whether proxy-related environment variables are set (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY, NO_PROXY, UNITY_PROXYSERVER, UNITY_NOPROXY)”,
“result”: “PASS”,
“detail”: “Proxy support has been configured through the following environment variables:\nHTTPS_proxy = http://www.theredstonewiz@gmail.com:scratch123”
}
]

Please, i need help. Isn’t there anyone who can help me

Sorry you are experiencing this issue. Have you taken a look at this forum post of Network Configuration?