Bzw. könnte mir wer bestätigen der es vielleicht schon selber gemacht hat, dass Webservice-Aufruf über HTTPS auf Android 6.0 funktioniert?
Zitat:
Android is moving away from OpenSSL to the BoringSSL library. If you’re using the Android NDK in your app, don't link against cryptographic libraries that are not a part of the NDK
API, such as libcrypto.so and libssl.so. These libraries are not public APIs, and may change or break without notice across releases and devices. In addition, you may expose yourself to security vulnerabilities.
Instead, modify your native code to call the Java cryptography APIs via JNI or to statically link against a cryptography library of your choice. (
http://developer.android.com/about/v...0-changes.html)
Gibt es einen Weg, das in Delphi zu machen? Konnte nicht viele Infos finden..
Edit: Der Fehler passiert beim ersten Connecten, also bei iTel.login(log).sessionId;