Unity Curl error 7

I recently had this error in Unity. Unity Curl error 7: Failed to connect to cdp.cloud.unity3d.com port 443: Connection refused

For a few days, I had been working on this little Unity Project when this error message started to appear. From one day to the next. No changes had been done. Everything worked when I pushed it to my Gitlab the night before.

Then I remember a change I did to the router after I closed Unity the night before. I changed the DNS. Everything else seemed to work. So I tried to ping cdp.cloud.unity3d.com. No route to host. Ok.

Anyway, I changed the DNS back to 1.1.1.1, and the error messages in Unity error disappeared. Nice!

So if you get the same Unity curl error 7, check your DNS if you have your own. Or Proxy settings if you are behind a Proxy. Anything that prevents you from connecting to cdp.cloud.unity3d.com.

Miss the intros on 8 and 16-bit computers from the 80-90s? Check out how to make an easy intro.

Unity just published 3-month free access to Unity Learning Premium due to the circumstances in the world. Check it out.

About Author

Related Posts

Unity persistant datapath

Unity Persistent Data Path

The Unity persistentDataPath is read only and will return the path where you can save data that will be persitent betwen sessions. Even app updates doesn’t touch…

Unity Random Bool with three different methods

Do you need to create a random Bool or Boolean in Unity? Here is 3 different methods to show you how to do Unity Random Bool. Bool…

Unity Random Number

Unity random number with examples

How to do a Unity random number for integers and float. Let us go thru a few examples with random integer and random float using unity random…

unity animation samples not showing

Unity animation samples not showing in Unity 2019.3

Unity animation samples not showing? Relax, they did not remove it. They have just hidden it. Not sure why it never bothered me when it was there…

Unity call function every 0.1 seconds

Unity Call function every 0.1 seconds

In Unity call function every 0.1 seconds. This can be done in several ways. I will show two ways of calling a function every 0.1 seconds. Unity…

Unity Depth Charges

Unity Depth Charges “Remake” with source code

My Unity Depth Charges remake is not an exact remake. I took the idea of a destroyer dropping depth charges to bomb submarines. Other than that there…

This Post Has One Comment

Leave a Reply