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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chassaing at domisys dot com
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-27 01:13 UTC] sterling@php.net
Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 01:01:30 2024 UTC