Mjpg camera is not loading

camera:
  - platform: mjpeg
    name: Drive way
    mjpeg_url: https://192.168.1.21:8083/axis-cgi/mjpg/video.cgi?camera=1
    username: "username   
    password: "pass"
  - platform: mjpeg
    name: Front Yard
    mjpeg_url: https://192.168.1.21:8083/axis-cgi/mjpg/video.cgi?camera=2
    username: "username"   
    password: "pass"

The links above load in a browswer and my camera app fine, however; I get the card in frontend UI for the camras but no picture. Any ideas?

you could just try and start with getting a picture, so you know the communication works fine with HA. Might want to also do "’ on the url of mjpeg and also check if you use the stream component or not since that requires a good ffmpeg version.

Thank you so much for the response. Be honest with you I think the issue is with the links to my cameras which are in https and since I don’t have any SSL certificates on my HA I think it doesn’t load them. I really don’t know how to work with SSL in HA do you know where I can start?

Well the solution is to just add verify_ssl=false to the config

Sometimes the solution is easier then you think :wink: