I have question. Does retrofit support SSL with use SNI? It's a technique that allows servers to return different SSL certificates depending on the requested host name, which allows using SSL in shared hosting scenarios.
Asked
Active
Viewed 567 times
6
-
have you got the answer for the question? If yes, please post the answer. Thanks – Fathima km May 24 '17 at 04:42
-
Take a look here: http://square.github.io/okhttp/ You can use it with retrofit and it works :) – Michael Aug 17 '17 at 21:51