Frappe ssl handshake issue

i have frappe erpnext as back-end service and mobile apk connect with api’s but now i have seen i am not getting any response in there in api mobile apk just loading and i server i check there is this row in error.log “2024/06/25 09:24:24 [crit] 146843#146843: *42076 SSL_do_handshake() failed (SSL: error:0A00006C:SSL routines::bad key share) while SSL hand>”
whats the issue ?

Hello, this is a curious issue… Probably a bug in the Android app somewhere. Make sure that you:

  • use the https:// prefix in your client (Android app)
  • don’t use a faulty VPN or firewall (including company/government firewalls)
  • confirm that your request is the cause of the message (faulty web requests originating from malicious actors is a commonplace phenomenon)

i have the https://, NO VPN nothing and i have the same instance withe another domain running on another apk and thats work fine.