- Home /
Unity use of HTTPS
Hi
I sent a question about encryption in Unity. I received the answer on the bottom. As my understanding it always uses https so it is using encryption. My question is, does it really always use https? Is it something required by Mono? and for what?
"Thanks for reaching out to us. The runtime portion of Unity for iOS and Android does contain APIs that make use of encryption. Unity has the Mono implementations of HTTPS (SSL/TLS), among others. All encryption besides HTTPS is only performed if the developer calls those encryption APIs."
thanks
I think that message says that Unity can use HTTPS but it is used only if your code actively make use of it.
Your answer
Follow this Question
Related Questions
How to validate SSL certificates when using HttpWebRequest 2 Answers
How can I add a certificate to the Mono Trust store? 1 Answer
SSL Ciphers? How to set reliable https Rest calls? 0 Answers
How to validate SSL certificate before sending data via https? 1 Answer
Unable to send HTTPS request due to CryptographicException 3 Answers