0 Problems validating domain name for SSL certificate via Acme 3 Chris Kiser posted 6 Years Ago Has anyone else had any issues getting an Acme SSL certificate created successfully? I'm not sure if it's my DNS settings for my domain (hosted via GoDaddy) or something else but would love some guidance. Even if someone has A or CNAME records for an Azure hosted Rock instanace guidance would be really helpful. I've read all the standard documents that Microsoft puts out but can't seem to get the right configuration. Thanks!
Daniel Hazelbaker 6 years ago Just to verify, yes you still need port 80 active. You can setup Rock to require SSL and it will force-redirect everybody to HTTPS, but Lets Encrypt still needs to perform the validation on port 80.The reason for this is primarily due to the initial validation. They can't connect over SSL if you don't have a cert yet, so they check on port 80. For simplicity, they probably chose to just always check on port 80 rather than offer a 443 option and have people try using 443 thinking thats better (but don't yet have a cert).