<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://devopsnotebook.com/index.php?action=history&amp;feed=atom&amp;title=Error_%3A_warning%3A_TLS_library_problem%3A_2023</id>
	<title>Error : warning: TLS library problem: 2023 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://devopsnotebook.com/index.php?action=history&amp;feed=atom&amp;title=Error_%3A_warning%3A_TLS_library_problem%3A_2023"/>
	<link rel="alternate" type="text/html" href="https://devopsnotebook.com/index.php?title=Error_:_warning:_TLS_library_problem:_2023&amp;action=history"/>
	<updated>2026-04-23T17:38:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://devopsnotebook.com/index.php?title=Error_:_warning:_TLS_library_problem:_2023&amp;diff=289&amp;oldid=prev</id>
		<title>MilosZ: Created page with &quot;PHP fails to verify peer certificate because unknown CA.&lt;br&gt; This can be fixed by adding correct certificate or &lt;br&gt; by removing verify in config.inc.php of roundcoube &lt;br&gt;  &lt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://devopsnotebook.com/index.php?title=Error_:_warning:_TLS_library_problem:_2023&amp;diff=289&amp;oldid=prev"/>
		<updated>2021-02-16T11:08:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;PHP fails to verify peer certificate because unknown CA.&amp;lt;br&amp;gt; This can be fixed by adding correct certificate or &amp;lt;br&amp;gt; by removing verify in config.inc.php of roundcoube &amp;lt;br&amp;gt;  &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;PHP fails to verify peer certificate because unknown CA.&amp;lt;br&amp;gt;&lt;br /&gt;
This can be fixed by adding correct certificate or &amp;lt;br&amp;gt;&lt;br /&gt;
by removing verify in config.inc.php of roundcoube &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;gt;&lt;br /&gt;
$config['smtp_conn_options'] = array(&lt;br /&gt;
  'ssl'         =&amp;gt; array(&lt;br /&gt;
     'verify_peer'      =&amp;gt; false,&lt;br /&gt;
     'verify_peer_name' =&amp;gt; false,&lt;br /&gt;
  ),&lt;br /&gt;
); &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>MilosZ</name></author>
		
	</entry>
</feed>