Languages

Menu
Sites
Language
SSL Certificate pinning not working

Hi,

We are creating Tizen web application for Samsung TVs.
We need to enable SSL pining for security reasons. Below code found from internet.

<access origin="*.domain.com" subdomains="true"> <tlspinning> <certificate algorithm="SHA256" fingerprint="46156ef9b05023d41f0cfadf724ff1771b0b35914bd4be919384806c82945b73"/> </tlspinning> </access>

Not getting any response from api when we use above code with correct domain name and specific fingerprint of domain root certificate.

 

App is only able to call api and generate response if we change origin from specific domain to *  <access origin="*" subdomains="true">

 

Edited by: Vijay vala on 28 Aug, 2024