0

A client wants to show a stream of his Motobix Webcam on his website. Its easy to show a jpg stream. But the problem is: The stream source is not protected with a valid ssl certificate. On the camera backend itself I created a self signed X.509 Certificate and the https port is open. But the browser always says "Untrusted Connection". Should I have something else to do with the certificate to validate it?

asored
  • 101
  • 1
  • The question is based on a missing understanding of how browsers verify certificates. That's why marked as duplicate of post which exactly explains this. But in short: at least the certificate issuer needs to be trusted as CA in the browser and the SAN of the certificate needs to match the domain part of the URL. There are other things like expiration, wrong key usage etc which might lead to verification problems too. – Steffen Ullrich Nov 12 '21 at 12:13

0 Answers0