- Home /
WWW and SSL on Android
Hi All,
Could anyone tell me if the WWW class supports HTTPs for Android with self signed SSL certificate (untrusted)? I know that there are workarounds that can be done on Android side but not sure whether we can override Unity's networking done by WWW?
Also whether anyone used WWW with a trusted SSL certificate before? I am thinking of buying one for my server if the self signed route didn't succeed.
Thanks in advance,
Answer by SolidSnake · Nov 05, 2012 at 12:12 PM
Just in case someone had the same question the simple answer after testing is Yes (for android 2.3 and above)
for Android 2.2 and below you will need to do a workaround by installing CA certificate in your app bundle and overriding HTTPClient.. not sure if it is possible with Unity and whether we can override WWW class implementation for android instead of doing our own implementation
Your answer
Follow this Question
Related Questions
WWW with HTTPS on Android not working 0 Answers
POST a form over HTTPS with unvalidated SSL Certificate 2 Answers
How to validate SSL certificate before sending data via https? 1 Answer
Unity 5.6.7 - UnityWebRequest SSL/HTTPs 2 Answers
Android : www.error 401 when using credentials in URL over HTTPs 0 Answers