I have a test application: a window with a button and a webview.
I click on the buttom to browse an url (https
It works with project-compile and execute.
In "build a standalone project" b4j 8.50 creates successfully the .exe but the webview can't load the page (firewall disabled)
I use openjdk 11.0.1
The only warning I've found is this one: https://www.b4x.com/android/forum/t...ion-no-psk-available-unable-to-resume.115263/
Any idea ?
UPDATE:
1) this is the source code, sorry for the stupid name "testlenovo".
2) glasswire ( a software to monitor internet accesses) informs me that the app "goes online".
3) looking for help on forums it seems an issuee on supporting TLS v1.3. In january 2020 "Adam" in https://stackoverflow.com/questions...slexception-no-psk-available-unable-to-resume suggested 3 solutions:
I click on the buttom to browse an url (https
It works with project-compile and execute.
In "build a standalone project" b4j 8.50 creates successfully the .exe but the webview can't load the page (firewall disabled)
I use openjdk 11.0.1
The only warning I've found is this one: https://www.b4x.com/android/forum/t...ion-no-psk-available-unable-to-resume.115263/
Any idea ?
UPDATE:
1) this is the source code, sorry for the stupid name "testlenovo".
2) glasswire ( a software to monitor internet accesses) informs me that the app "goes online".
3) looking for help on forums it seems an issuee on supporting TLS v1.3. In january 2020 "Adam" in https://stackoverflow.com/questions...slexception-no-psk-available-unable-to-resume suggested 3 solutions:
- wait for the release of JDK 12
- or for a backport to JDK 11
- or use this command line parameter as a workaround: -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
Attachments
Last edited: