- Home /
Connect to HTTPS web service
My Unity App connects to a web service using http protocol. I need to know what I have to change when connecting to a web service but using https protocol, instead of http. I suppose I have to include the server certificate (UNTRUSTED, own signed) in my Unity App, but I don't know how. I connect to my web service using WWW class and parsing the result manually. Thank you very much in advance.
Santy
Your answer

Follow this Question
Related Questions
WWW/WWWForm, does Unity validate SSL certificates? 1 Answer
WWW/WWWForm, does Unity validate SSL certificates over HTTPS? 0 Answers
How to avoid reestablishing an HTTPS request, use Connection: Keep-Alive or reuse WWW object? 2 Answers
HTTPS: ignore untrusted certificate? 1 Answer
How to validate SSL certificate before sending data via https? 1 Answer