HLS .m3u8 Live Stream on Chrome/FireFox

Hi Jason,
I have a perpetual WowzaMediaServer 2.2.4 license and JWPlayer v5.

I am simply trying to find out if and what player supports wowza 2.2.4 hls so it will play in Chrome.

My stream does NOT play in any of the sample pages to test live .m3u8 including your flow player link to test.

My src=" http :confused: /ipaddress/live/test.sdp/playlist.m3u8"

However it does play fine in Safari and mac devices

I noticed most test players were using https:// (port 443 I believe) and my system was set up back in the day with http://

So I checked the ports wowza binds at startup following these prompts: cd /Library/WowzaMediaServer/bin
sudo ./startup.sh the binds are reported successful for 1935, 80, 5544, 8086 but I see no port 443.

INFO vhost vhost-start defaultVHost -
INFO server comment - defaultVHost threads[h/t]:120/80 home:/Library/WowzaMediaServer
INFO vhost comment defaultVHost Bind attempt (8.27.123.2:1935:4)
INFO vhost comment defaultVHost Bind successful (8.27.123.2:1935)
etc.

Question: Do I need to modify the ports wowza 2.2.4 binds to and include 443?

I have been testing with videojs player since there are several sample codes on the web but my wowza 2.2.4 stream is only recognized by safari and mac devices regardless of the sample codes that do play their sources and stop playing my source when I ad it to their code.

It seems today most web browsers want https:// and my system via cloudflare provides that from the end user to cloud flare so these browsers read it as https:// but they just spin and spin and will not play

I have only been testing on Mac Laptop OSX versions of Chrome, FireFox, Brave and those browsers recognize my site as secure but just spin and the only one that works is Safari which says the my site is not secure.

My server is using a self signed certificate. Don’t know if that matters but it seems to me there is a problem in the actual HLS wowza 2.2.4 is streaming out. Perhaps an adjustment?

Any help to steer me toward the missing puzzle piece would be greatly appreciated.
Thank you