Thank you!
Let me set up httpS accordingly. Thank you for spotting this networking requirement!
CONFIRMED fixed.
Summary:
What was wrong: my assumption that openAI will search for the manifest using http on port 80.
Actual: openAI will reach to your domain using https. You need to implement https: have your certificate set up and serve the data from port 443.
Thanks to everyone for helping out!