Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O outlandish-sites
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ansible-roles
  • outlandish-sites
  • Merge requests
  • !4

Open
Created Apr 20, 2020 by Michael Rogers@michael
  • Report abuse
Report abuse

Drop support for TLS 1.0 and 1.1.

  • Overview 1
  • Commits 1
  • Changes 1

This branch drops support for TLS 1.0 and 1.1, which are no longer considered secure and aren't required by modern browsers. The Qualys SSL Server Test won't give an A grade to any site that still supports TLS 1.0 or 1.1.

Some other SSL settings are updated in accordance with Mozilla's recommendations:

https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29

The previous settings were based on Mozilla's "modern" configuration, but the goalposts have moved and modern is now too modern for us (TLS 1.3 is required), so this branch uses the current "intermediate" configuration, which is recommended for servers.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: v2-update-tls-support