php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14787 HTTPS still not working
Submitted: 2002-01-01 05:00 UTC Modified: 2002-01-27 01:13 UTC
Votes:4
Avg. Score:4.5 ± 0.9
Reproduced:4 of 4 (100.0%)
Same Version:2 (50.0%)
Same OS:0 (0.0%)
From: chassaing at domisys dot com Assigned:
Status: Closed Package: cURL related
PHP Version: 4.1.1 OS: FreeBSD 4.1
Private report: No CVE-ID: None
 [2002-01-01 05:00 UTC] chassaing at domisys dot com
When using cURL to fetch pages over SSL, curl_error report "SSL: couldn't create a context!". This happens with the openssl extension compiled with PHP. Fetching pages over regular HTTP works fine. This bug is around since 4.0.6, disappeared in CVS later on, then reappeared in the 4.1 RC and is still here in 4.1.1.

PHP compiled as :
./configure \
--prefix=/usr/home/myhome/local \
--enable-bcmath \
--with-zlib \
--with-png-dir=/usr/local \
--with-jpeg-dir=/usr/local \
--with-tiff-dir=/usr/home/myhome/local \
--with-t1lib=/usr/home/myhome/local \
--with-freetype-dir=/usr/home/myhome/local \
--enable-gd-native-ttf \
--with-gd=/usr/home/myhome/local \
--enable-exif \
--with-mysql=/usr/local \
--with-ming=/usr/home/myhome/local \
--disable-pear \
--with-config-file-path=/usr/home/myhome/local/etc \
--enable-debug=no \
--enable-force-cgi-redirect=yes \
--with-openssl=/usr/local/ssl \
--with-curl=/usr/home/myhome/src/curl-7.9 \
--with-dom=/usr/home/myhome/local

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-27 01:13 UTC] sterling@php.net
Fixed in CVS.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Apr 26 09:01:26 2025 UTC