<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Connection Failed for ssl://pear.horde.org:443</title> 
  <pubDate>Fri, 10 Apr 2026 09:20:56 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/14899</link> 
  <atom:link rel="self" type="application/rss+xml" title="Connection Failed for ssl://pear.horde.org:443" href="https://bugs.horde.org/ticket/14899/rss" /> 
  <description>Connection Failed for ssl://pear.horde.org:443</description> 
 
   
   
  <item> 
   <title>Currently when trying to install via Pear, I am getting a &#039;C</title> 
   <description>Currently when trying to install via Pear, I am getting a &#039;Connection to `ssl://pear.horde.org:443&#039; failed:&#039; message.  

I have tried visiting https://pear.horde.org/ via a browser on the same server and it loads fine.  So not sure what&#039;s going on.</description> 
   <pubDate>Sat, 16 Feb 2019 02:51:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93262</link> 
  </item> 
   
  <item> 
   <title>Works fine here. Make sure you have a PEAR version that is u</title> 
   <description>Works fine here. Make sure you have a PEAR version that is up-to-date.</description> 
   <pubDate>Sat, 16 Feb 2019 17:33:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93263</link> 
  </item> 
   
  <item> 
   <title>&gt; Works fine here. Make sure you have a PEAR version that is</title> 
   <description>&gt; Works fine here. Make sure you have a PEAR version that is up-to-date.

I am using pear version 1.10.7.

Also, I&#039;m using PHP 7.2.2 if that matters.</description> 
   <pubDate>Sat, 16 Feb 2019 19:01:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93268</link> 
  </item> 
   
  <item> 
   <title>Both are fine. But make sure the openssl extension is loaded</title> 
   <description>Both are fine. But make sure the openssl extension is loaded *and* your CA certificates are in working order.</description> 
   <pubDate>Sat, 16 Feb 2019 19:26:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93269</link> 
  </item> 
   
  <item> 
   <title>&gt; Both are fine. But make sure the openssl extension is load</title> 
   <description>&gt; Both are fine. But make sure the openssl extension is loaded *and* 
&gt; your CA certificates are in working order.

Ok, got some more information.  I apologize for the slowness, working on a windows machine so debugging it is a bit more of a hassle.

C:\Users\Administrator&gt;wget https://pear.horde.org/rest/
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\GnuWin32/etc/wgetrc
--2019-02-16 12:39:09--  https://pear.horde.org/rest/
Resolving pear.horde.org... 188.227.186.45
Connecting to pear.horde.org|188.227.186.45|:443... connected.
ERROR: certificate common name `ftp.horde.org&#039; doesn&#039;t match requested host name `pear.horde.org&#039;.
To connect to pear.horde.org insecurely, use `--no-check-certificate&#039;.
Unable to establish SSL connection.

Looks like the cert is for ftp.horde.org and not pear.horde.org.</description> 
   <pubDate>Sat, 16 Feb 2019 20:40:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93270</link> 
  </item> 
   
  <item> 
   <title>
&gt; Looks like the cert is for ftp.horde.org and not pear.ho</title> 
   <description>
&gt; Looks like the cert is for ftp.horde.org and not pear.horde.org.

Looks fine here. See attached screenshot.
</description> 
   <pubDate>Sat, 16 Feb 2019 20:53:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93271</link> 
  </item> 
   
  <item> 
   <title>&gt;
&gt;&gt; Looks like the cert is for ftp.horde.org and not pear.</title> 
   <description>&gt;
&gt;&gt; Looks like the cert is for ftp.horde.org and not pear.horde.org.
&gt;
&gt; Looks fine here. See attached screenshot.

I wonder if the version of wget you are using on windows perhaps does not support SNI?
</description> 
   <pubDate>Sat, 16 Feb 2019 20:56:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93272</link> 
  </item> 
   
  <item> 
   <title>&gt;
&gt;&gt; Looks like the cert is for ftp.horde.org and not pear.</title> 
   <description>&gt;
&gt;&gt; Looks like the cert is for ftp.horde.org and not pear.horde.org.
&gt;
&gt; Looks fine here. See attached screenshot.
&gt;

Well idk what&#039;s going on then.  For my server, it&#039;s showing what I described below.  I tried on my local machine and it&#039;s working fine as you said.  

My server is located in Amsterdam if that makes a difference?</description> 
   <pubDate>Sat, 16 Feb 2019 20:57:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93273</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt;
&gt;&gt;&gt; Looks like the cert is for ftp.horde.org and not pea</title> 
   <description>&gt;&gt;
&gt;&gt;&gt; Looks like the cert is for ftp.horde.org and not pear.horde.org.
&gt;&gt;
&gt;&gt; Looks fine here. See attached screenshot.
&gt;
&gt; I wonder if the version of wget you are using on windows perhaps does 
&gt; not support SNI?
&gt;

I think that may be it, since I tried in ubuntu, and it worked fine, downloaded the same wget I used on the server onto my desktop and it failed the same way.

I wonder if something is odd with openssl for windows in my php installation?</description> 
   <pubDate>Sat, 16 Feb 2019 20:59:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93274</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt;
&gt;&gt;&gt; Looks like the cert is for ftp.horde.org and not pea</title> 
   <description>&gt;&gt;
&gt;&gt;&gt; Looks like the cert is for ftp.horde.org and not pear.horde.org.
&gt;&gt;
&gt;&gt; Looks fine here. See attached screenshot.
&gt;&gt;
&gt;
&gt; Well idk what&#039;s going on then.  For my server, it&#039;s showing what I 
&gt; described below.  I tried on my local machine and it&#039;s working fine 
&gt; as you said.
&gt;
&gt; My server is located in Amsterdam if that makes a difference?

It should not. My guess is that it&#039;s something to do with SNI support on windows. It&#039;s the only thing I can think of that would cause the wrong virtual server to be served like you are seeing.

</description> 
   <pubDate>Sat, 16 Feb 2019 21:01:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/14899#t93275</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
