Why Are All Sites Requiring HTTPS?

Discussion in 'ISPConfig 3 Priority Support' started by OpenSources, Aug 12, 2017.

  1. OpenSources

    OpenSources Member

    Hey. I've been dealing with the required https for some time now, but ever since I decided to launch a multisite with subdomains the SSL issue has been bothering me more and more.

    Everytime I visit a website of mine that isn't HTTPS it redirects me to the first website on the "loop" it starts with an A. Why am I not able to have some sites https and some http without getting the warning that redirects me back to the A domain site.

    The warning says site A is using a certificate made for site B
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This is the fallback that Apache uses when there is no matching vhost. Apache tries to find a vhost where domain and IP and port is matching, if none is found then Apache will show the content of the first domain in alphabetical order that exists on the same port on this server.
     
  3. elmacus

    elmacus Active Member

    Rename your default-ssl.conf to 000-default-ssl.conf.(or vhost)
    Point this to your webmail or parking page.
     

Share This Page