Community Forum
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. AfroViking
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    AfroViking

    @AfroViking

    436
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    AfroViking Unfollow Follow

    Latest posts made by AfroViking

    • RE: Enable SSL for apache server in 5 minutes

      Thank you so much!!! I can finally go to bed now 😄

      BTW I would also recommend these lines in the default-ssl or default-ssl.conf (depending on what is in your folder when logged into your server
      /etc/apache2/sites-available/

      under: <Virtual host default:443>

      Find a place to put this three lines

      Header add Strict-Transport-Security "max-age=1576800"
      SSLProtocol all -SSLv2 -SSLv3
      SSLCipherSuite HIGH:!aNULL:!MD5

      </VirtualHost>

      This will give you a better score at https://sslanalyzer.comodoca.com/

      posted in Blog articles comments
      A
      AfroViking