For the complete documentation index, see llms.txt. This page is also available as Markdown.

Troubleshooting

The most frequent issues occurring during integration:

javax.net.ssl.SSLHandshakeException: Read error: ssl=0xb400007aa9f06888: Failure in SSL library, usually a protocol error

Reason:

  • Conflicts between App Data Migration detection and TLS/SSL when AndroidKeyStore is used

Solution:

  • We've created a special version in which this feature is disabled. Please use the following dependency:

    implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:9.6.0-NO_DB'

For more general issues or questions, visit FAQ page. You can also check out the Issues section of our GitHub repository, where you can report issues and view existing reports.

Last updated