Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
617 views
in Technique[技术] by (71.8m points)

ssl certificate - Calling HTTPS (SSL) Endpoint in Tizen Web Application

enter image description hereWe 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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...