We are calling one API which is based on SSL security (HTTPS) and the SSL certificate is configured on Server side. When we are calling that service from Tizen Web Application in Samsung watch, it’s asking a prompt dialog every time to Allow or Deny with the message “There are problems with security certificate for this site net:: ERR_CERT_AUTHORITY_INVALID“.
Now if we allow the API with SSL security is working fine but the problem is this dialog appears every time when service is going to hit.
Here in the screenshot: X sign means Deny and right side means Allow
Can we have any solution to avoid this Prompt to ask for consuming the HTTPS API call.?
We already configured this below configuration in our Project config.xml file:
<access origin="*" subdomains="true"/>
App: Tizen Web Application
Running on: Samsung Galaxy Watch 3
API: HTTPS with GET method type request
question from:
https://stackoverflow.com/questions/65931192/calling-https-ssl-endpoint-in-tizen-web-application 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…