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

Invalid HTTP response code when loading tileset from URL on Android. #658

Closed
argallegos opened this issue Oct 6, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@argallegos
Copy link
Contributor

Forum post

A user is these errors when attempting to load a 3D Tiles dataset from a custom URL on Android.

invalid HTTP response code received. URL: https://<example.com>/private.json, HTTP code: 0, content length: 0, actual payload size: 0
2021-09-10 03:26:51.806 22623-22653/com.test.local D/UE4: [2021.09.09-21.56.51:806][ 27]LogHttp: Warning: 0x6f1af08040: request failed, libcurl error: 35 (Error)
2021-09-10 03:26:51.807 22623-22653/com.test.local D/UE4: [2021.09.09-21.56.51:807][ 27]LogHttp: Warning: 0x6f1af08040: libcurl info message cache 0 (TLSv1.2 (OUT), TLS Unknown, Certificate Status (22):slight_smile:
2021-09-10 03:26:51.807 22623-22653/com.test.local D/UE4: [2021.09.09-21.56.51:807][ 27]LogHttp: Warning: 0x6f1af08040: libcurl info message cache 1 (TLSv1.2 (OUT), TLS handshake, Client hello (1):slight_smile:
2021-09-10 03:26:51.807 22623-22653/com.test.local D/UE4: [2021.09.09-21.56.51:807][ 27]LogHttp: Warning: 0x6f1af08040: libcurl info message cache 2 (TLSv1.2 (IN), TLS Unknown, Unknown (21):slight_smile:
2021-09-10 03:26:51.807 22623-22653/com.test.local D/UE4: [2021.09.09-21.56.51:807][ 27]LogHttp: Warning: 0x6f1af08040: libcurl info message cache 3 (TLSv1.2 (IN), TLS alert, Server hello (2):slight_smile:
2021-09-10 03:26:51.807 22623-22653/com.test.local D/UE4: [2021.09.09-21.56.51:807][ 27]LogHttp: Warning: 0x6f1af08040: libcurl info message cache 4 (error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure)
2021-09-10 03:26:51.821 22623-22653/com.test.local D/UE4: [2021.09.09-21.56.51:821][ 27]LogCesium: Error: [2021-09-10 03:26:51.821] [error] [Tileset.cpp:536] Unhandled error for tileset https://<example.com>/private.json: Request failed.

The URL works fine on Windows, the issue only seems to occur when building for Android.

@argallegos argallegos added the bug Something isn't working label Oct 6, 2021
@kring
Copy link
Member

kring commented May 9, 2022

I don't think this is something we can fix, so I'm closing it. Unreal Engine's libcurl on Android is not able to access that URL for some reason. It could be because the server is using a certificate that isn't trusted by the Android device (or at least not by Unreal's libcurl on that device). Or perhaps the host isn't accessible at all due to a networking problem.

@kring kring closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants