When testing my domain, I got "ERROR WHILE TESTING IF INSECURE SITE REDIRECTS TO SECURE VERSION
An error occurred while testing if the HTTP website redirects to an HTTPS version." because my server doesn't listen on port 80. Listening on port 80 for an API has the potential to leak client credentials, a mistake we're not willing to tolerate.<p>Just worth a note.