B4A Tutorial [B4X] OkHttpUtils2 / iHttpUtils2 and accept all option - Erel    Jul 27, 2025   (17 reactions) .
Starting from v2.90 it is very simple to initialize the internal http client with the 'accept all' option.
The accept all option means that certificates will not be validated.
It is done... B4J Code Snippet jWebSocketClient v2 accept all certificates - Erel    Oct 25, 2023   (8 reactions) ) SetAcceptAll(ws) ws.Connect("wss://ws.postman-echo.com/raw") Wait For ws_Connected... SetAcceptAll (WebSocket As WebSocketClient) Dim ssl As JavaObject ssl.InitializeNewInstance("org... B4J Question How to create a WebSocketClient that accepts all certificates - kostefar    Jan 29, 2018
Dim cs As CustomTrustManager
cs.InitializeAcceptAll
ws1.Initialize("ws")
ws1...Dear All,
As requested by Erel in: https://www.b4x.com/android/forum/threads/retrieving-websocket... B4i Question Sanity check: Does HttpClient.InitializeAcceptAll actually work? - Sandman    Sep 3, 2024 the certificate checks. On Android one does this with HttpClient.InitializeAcceptAll, and it works... .InitializeAcceptAll and yet I get ”An SSL error has occurred and a secure connection to the server cannot... B4A Question HTTP Utils - ExecuteCredentials and InitializeAcceptAll - moster67    Dec 7, 2011 Hi, just looking into HTTP Utils and see if I can adapt my existing HTTP-code into using these code-modules.
In my old code, I am using the options ExecuteCredentials and InitializeAcceptAll. If I use HTTP Utils, how would I need to adapt my code within HTTP Utils to use above two options... B4J Question jWebSocketClient v2.00 Accept all certificates - Erel (first post)    Oct 25, 2023   (1 reaction) https://www.b4x.com/android/forum/threads/jwebsocketclient-v2-accept-all-certificates.157001/... B4A Question InitializeAcceptAll - xeriko    Oct 21, 2013 before this version, http2utils is not included to ide. With this version it included but i have issue.
In previous version we can change Initialize to InitializeAcceptAll but now with library we can't change this.
How can change from Initialize to InitializeAcceptAll in Http2Utils library?... Wish Add AcceptAllCerts boolean to HTTPJOB Initialize - JohnF76 (first post)    Oct 29, 2020 I have already made those changes to the source but each time you release a new version of the libra... B4A Question OkHttpUtils2 and accept all option - Erel (first post)    Dec 26, 2019 1. Check the logs and look for a message that HttpClient was initialized with accept all.
2. 'Accept all' option solves a very specific case where the certificate is not recognized. It will not help in cases where the SSL protocol is not supported by the device.
A possible solution for devices that don't support TLS 1.2 and newer protocols: https://www.b4x.com/android/forum/threads... B4A Question Can i use add trusted paid SSL to my application? without use InitializeAcceptAll - evbedp (first post)    Nov 13, 2019 thank you for use full information. thank you so much.... Page: 1   2   3   4   5   6   7   |