Lello1964 Well-Known Member Licensed User Longtime User Dec 3, 2020 #1 Hi, i must replace Http Server library because doesn't accept HTTPS and SSL. May i use OkHttpUtils2 ? or some else And how ? I must use as Android server Https. Raffaele
Hi, i must replace Http Server library because doesn't accept HTTPS and SSL. May i use OkHttpUtils2 ? or some else And how ? I must use as Android server Https. Raffaele
Erel B4X founder Staff member Licensed User Longtime User Dec 4, 2020 #2 OkHttpUtils2 will not help as it is a client implementation. Maybe MQTT, though you will need to run an external broker (the embedded one doesn't support SSL). Upvote 0
OkHttpUtils2 will not help as it is a client implementation. Maybe MQTT, though you will need to run an external broker (the embedded one doesn't support SSL).
Lello1964 Well-Known Member Licensed User Longtime User Dec 4, 2020 #3 Erel said: OkHttpUtils2 will not help as it is a client implementation. Maybe MQTT, though you will need to run an external broker (the embedded one doesn't support SSL). Click to expand... Possibly only Https without SSL? Upvote 0
Erel said: OkHttpUtils2 will not help as it is a client implementation. Maybe MQTT, though you will need to run an external broker (the embedded one doesn't support SSL). Click to expand... Possibly only Https without SSL?