Force a link to not be https

Hi, I have a website (rwandaises.com) running ee & letsencrypt where I need to link to an icecast radio stream located at same domain name but different port: http://rwandaises.com:8000/directe.ogg.m3u but whenever I create the link it is redirected at https://rwandaises.com:8000/directe.ogg.m3u . Is there any way to avoid this redirection? Any rewrite rule needed? Other ideas?

Thanks!

Try installing your icecast server over a subdomain, without LE.

Perhaps:

ee site create icecast.rwandaises.com --html

Then access you icecast through: http://icecast.rwandaises.com:8000

I don’t know about icecast particularities, but I think this could be a starting point for you.

Yes, thanks for your answer i,t’s what I’ve done as a workaround until here any other ideas?