Skip to content
Snippets Groups Projects
Unverified Commit 33cd7e58 authored by Stan Hu's avatar Stan Hu Committed by GitLab
Browse files

Merge branch 'sh-backport-openssl-callouts-17-2' into '17-2-stable-ee'

Improve OpenSSL callout message

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166183



Merged-by: default avatarStan Hu <stanhu@gmail.com>
Approved-by: default avatarDrew Blessing <drew@gitlab.com>
Co-authored-by: default avatarDrew Blessing <drew@gitlab.com>
parents 18473c20 bd5b2c87
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,7 +3,7 @@
-# rubocop:disable Gitlab/DocUrl -- This documentation section is only available in version 17.4 onward in GitLab.com.
- link = link_to('', 'https://docs.gitlab.com/ee/update/versions/gitlab_17_changes.html#1750', target: '_blank', rel: 'noopener noreferrer')
-# rubocop:enable Gitlab/DocUrl
- message = safe_format(_('GitLab 17.5 and later will require that incoming connections use OpenSSL version 3. %{link_start}Learn more%{link_end}.'), tag_pair(link, :link_start, :link_end))
- message = safe_format(_('Starting with GitLab 17.5, OpenSSL 3 will be used. All TLS connections require TLS 1.2 or higher. Weaker ciphers are no longer supported. Encryption must have at least of 112 bits of security. %{link_start}Learn more%{link_end}.'), tag_pair(link, :link_start, :link_end))
 
= render Pajamas::AlertComponent.new(title: _('OpenSSL version 3'),
variant: :warning,
Loading
Loading
Loading
Loading
@@ -23726,9 +23726,6 @@ msgstr ""
msgid "GitLab / Unsubscribe"
msgstr ""
 
msgid "GitLab 17.5 and later will require that incoming connections use OpenSSL version 3. %{link_start}Learn more%{link_end}."
msgstr ""
msgid "GitLab API"
msgstr ""
 
Loading
Loading
@@ -51395,6 +51392,9 @@ msgstr ""
msgid "Started escalation for this incident."
msgstr ""
 
msgid "Starting with GitLab 17.5, OpenSSL 3 will be used. All TLS connections require TLS 1.2 or higher. Weaker ciphers are no longer supported. Encryption must have at least of 112 bits of security. %{link_start}Learn more%{link_end}."
msgstr ""
msgid "Starting..."
msgstr ""
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment