Android Question internal server error / okhttputils2 / SSL

abilio486software

Active Member
Licensed User
This code wstop working what could be the reason?

B4X:
            Dim j As HttpJob
            j.Initialize("", Me)
            j.PostBytes("https://486invoice.com/webservice.php", xml.GetBytes("UTF8"))
            Wait For (j) JobDone(j As HttpJob)
            If j.Success Then
                ToastMessageShow("ok", False)
            Else
                Log("Error: " & j.ErrorMessage)
                j.Release
                Return
            End If
            j.Release
 

abilio486software

Active Member
Licensed User
LOG RECEIVED:
*** Service (httputils2service) Create ***
No Network Security Config specified, using platform default
** Service (httputils2service) Start **
type=1400 audit(0.0:783): avc: denied { read } for name="boot_mode" dev="sysfs" ino=3230 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:eek:bject_r:sysfs:s0 tclass=file permissive=0
[Posix_connect Debug]Process com.taxiconta :443
ssl=0x8d1a2580 NativeCrypto_SSL_do_handshake fd=0x8c3f1020 shc=0x8c3f1024 timeout_millis=30000 client_mode=1 npn=0x0
ssl=0x8d1a2580 info_callback calling handshakeCompleted
type=1400 audit(0.0:784): avc: denied { read } for name="boot_mode" dev="sysfs" ino=3230 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:eek:bject_r:sysfs:s0 tclass=file permissive=0
ssl=0x8d1a2580 cert_verify_callback => 1
ssl=0x8d1a2580 NativeCrypto_SSL_get_certificate => NULL
ssl=0x8d1a2580 info_callback calling handshakeCompleted
ssl=0x8d1a2580 NativeCrypto_SSL_interrupt
ResponseError. Reason: Internal Server Error

Can you help?
 
Last edited:
Upvote 0
Top