Skip to content
Snippets Groups Projects
Unverified Commit e1f45f15 authored by Drew Blessing's avatar Drew Blessing Committed by Stan Hu
Browse files

OpenSSLv3 will affect both incoming and outgoing connection

parent e1f800cf
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(_('GitLab 17.5 and later will require that all network connections use OpenSSL version 3. %{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,7 +23726,7 @@ 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}."
msgid "GitLab 17.5 and later will require that all network connections use OpenSSL version 3. %{link_start}Learn more%{link_end}."
msgstr ""
 
msgid "GitLab API"
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