{"id":1300,"date":"2023-12-28T09:29:55","date_gmt":"2023-12-28T08:29:55","guid":{"rendered":"https:\/\/ndk.sytes.net\/wordpress\/?p=1300"},"modified":"2023-12-28T09:32:35","modified_gmt":"2023-12-28T08:32:35","slug":"enable-legacy-provider-and-tlsv1-in-openssl3-on-freebsd14","status":"publish","type":"post","link":"https:\/\/ndk.sytes.net\/wordpress\/?p=1300","title":{"rendered":"Enable legacy provider and TLSv1 in OpenSSL3 on FreeBSD14"},"content":{"rendered":"\n<p>First you need to compile OpenSSL from ports and enable different options<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># pkg install portsnap portmaster\n# portsnap auto\n# portmaster --packages-build security\/openssl<\/pre>\n\n\n\n<p>then enable:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Provider Modules -&gt; Legacy<br>Protocol Support -&gt; TLS1 and TLS1_1<\/pre>\n\n\n\n<p>After compilation is finished, make sure the sections in <strong>\/etc\/ssl\/openssl.conf<\/strong> look like this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[openssl_init]\nproviders = provider_sect\nssl_conf = ssl_configuration\n\n[provider_sect]\ndefault = default_sect\nlegacy = legacy_sect\n\n[default_sect]\nactivate = 1\n[legacy_sect]\nactivate = 1\n\n[ssl_configuration]\nsystem_default = tls_system_default\n\n[tls_system_default]\nMinProtocol = TLSv1\nCipherString = DEFAULT@SECLEVEL=0<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>First you need to compile OpenSSL from ports and enable different options # pkg install portsnap portmaster # portsnap auto # portmaster &#8211;packages-build security\/openssl then enable: Provider Modules -&gt; LegacyProtocol Support -&gt; TLS1 and TLS1_1 After compilation is finished, make sure the sections in \/etc\/ssl\/openssl.conf look like this: [openssl_init] providers = provider_sect ssl_conf = ssl_configuration [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,7],"tags":[],"class_list":["post-1300","post","type-post","status-publish","format-standard","hentry","category-linuxunix","category-servers"],"_links":{"self":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1300"}],"version-history":[{"count":4,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1300\/revisions"}],"predecessor-version":[{"id":1304,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1300\/revisions\/1304"}],"wp:attachment":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}