how to configure a SSL-only web?

Discussion in 'Installation/Configuration' started by fireba11, Apr 29, 2014.

  1. fireba11

    fireba11 Member

    I'm trying to make some wbes i have set up in ISPconfig SSL only ... i haven't found a simple way yet, is there any?
     
  2. Kubek

    Kubek New Member

    Post your software configuration please. Are you using Nginx or Apache? What have you tried so far? What you consider a simple solution? You can simply redirect all http:// request to https:// ones.
     
    Last edited: May 23, 2014
  3. fireba11

    fireba11 Member

    Let's see .. i'm using Apache2 as Webserver.
    Currently ISPconfig creates config files für each Web with a
    Virtualhost *:80
    block and a
    Virtualhost *:443
    block if you set up SSL.
    Ideally i'd have a simple checkbos somewhere that tells ISPconfig either NOT to create a *.80 entry or automagically creates a rewrite rule that just redirects everything as you mentioned. Of course i'm able to do that myself, but with encryption getting more and more important I was wondering if there was such a setting and i just missed it.
     
  4. Kubek

    Kubek New Member

    I don't think you have to do a lot of work when you can have directive snippets predefined in recent versions. Just 2 more clicks. :)
     
  5. fireba11

    fireba11 Member

    Yes, that's what i did earlier yesterday.
     

Share This Page