I try to setup Unity+Self-Hosted Server (on my own VDS). I sucsesfuly start Moralis server on localhost. But when I try connet WebGL Unity project from https url - I get warning
Mixed Content: The page at 'https://*****.dev/' was loaded over HTTPS, but requested an insecure resource 'http://******:1337/server/functions/getServerTime'. This request has been blocked; the content must be served over HTTPS.
My hosting doesn’t support SSL for localhost. I have another domains, but when try to use it - its unable to connect to anything besides localhost. Probably anybody can help with setup .env file for my solution with custom domain+ssl?
Sorry for poor English and questions
Another words - How setup self-hosted Moralis Server on custom domain with ssl not on localhost?)