Right now I am running two websites on my server using virtual hosting on an apache2 system. One, “bbb.com” has a ssl through LE. The second, “ccc.com” does not. Both are working fine. When I attempt to add a third website, “aaa.com”, it is redirecting to “https://bbb.com”, although “https://aaa.com” is showing in the address bar, with the https crossed out.
I cannot find a solution on the web, but I have found other people with the same problem. I figured that I would fix it by just getting a cert for “aaa.com” but I am failing the well-known acme challenge because of the redirect. Any suggestions?