-
Notifications
You must be signed in to change notification settings - Fork 360
[Bug] Non-secure network connections disabled in Player Settings #484
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
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Hi @Thaina, In order to identify what's causing this, could you provide the complete steps needed to replicate the issue? |
@paulinon Just install 1.2.168 by tgz in 2022.1.0b1 android project then close and reopen project it will throw this error every time I am not sure for your machine but I think default setting for |
Thank you for reporting this issue. Seems like Unity 2022 added some security feature which blocks the non-https web request. I wonder why it used At the meantime, as a workaround, I would recommend you to disable Analytics reporting from our editor tools for now. Here are all the settings:
|
I have followed the recommendation by @chkuang-g and it works well with Unity 2022.1.3f1. However, in principle Unity is doing the right by blocking non-secure connections, so, please, someone should review the reason why this is using http instead of https, and upgrade it if possible. |
I am facing similar issues, apart from the workaround provided above, is there any progress on this issue? |
- Version 1.2.174 - Oct 06, 2022 * General - Added tvOS support to the iOS resolver. * General - Fixed #484 - Changed `EditorMeasurement` to use secure connection. * Android Resolver - Fixed Android Resolver unable to resolve `mainTemplate.gradle` in Unity `2022.2+` or `2023.1+`.
- Version 1.2.174 - Oct 06, 2022 * General - Added tvOS support to the iOS resolver. * General - Fixed #484 - Changed `EditorMeasurement` to use secure connection. * Android Resolver - Fixed Android Resolver unable to resolve `mainTemplate.gradle` in Unity `2022.2+` or `2023.1+`.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Weird error and warning while using EDM4U
It seem the config for using secure connection was needed to disabled to shut these error
Please answer the following, if applicable:
What's the issue repro rate? (eg 100%, 1/5 etc)
What happened? How can we make the problem occur?
I suspect that this below might be the cause?
unity-jar-resolver/source/VersionHandlerImpl/src/EditorMeasurement.cs
Lines 516 to 517 in d370ab8
Any reason using
http
here though?The text was updated successfully, but these errors were encountered: