You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
These two properties are not working when code is converting from IONIC REACT with Android studio for using app in Mobile.:
setSSLCertMode:'no-check',
setServerTrustMode:'no-check'
Kindly tell me the procedure for both self-signed SSL Certificate and Trusted SSL Certificate in http-community api calling.
Url is :(for example- https://10.222.222.22:8000)
Framework: IONIC + REACT +CAPACITOR
Api hitting using : http-community
The text was updated successfully, but these errors were encountered:
USED THIS PROCEDURE BUT NOT WORKING::
Configuration
In most cases no configuration is required for this plugin. If the Android application connects with use the self-signed certificates or without encryption, see Network security configuration article.
Even including raw/certificates and changed manifest file, Following error is coming:
Error: SSLHandshakeException
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
These two properties are not working when code is converting from IONIC REACT with Android studio for using app in Mobile.:
Kindly tell me the procedure for both self-signed SSL Certificate and Trusted SSL Certificate in http-community api calling.
Url is :(for example- https://10.222.222.22:8000)
Framework: IONIC + REACT +CAPACITOR
Api hitting using : http-community
The text was updated successfully, but these errors were encountered: