サーバー上のphpにはopenssl拡張機能が有効になっています( phpinfo() で確認できます)
PHP バージョン 5.2.14
'./configure' '--prefix=/usr/local/webserver/php' '--with-config-file-path=/usr/local/webserver/php/etc' '--with-mysql=/usr /lib64/mysql' '--with-mysqli=/usr/bin/mysql_config' '--with-iconv-dir=/usr/local' '--with-freetype-dir' '--with-jpeg-dir ' '--with-png-dir' '--with-zlib' '--with-libxml-dir=/usr' '--enable-xml' '--disable-rpath' '--enable-discard- path' '--enable-safe-mode' '--enable-bcmath' '--enable-shmop' '--enable-sysvsem' '--enable-inline-optimization' '--with-curl' '- -with-curlwrappers' '--enable-mbregex' '--enable-fastcgi' '--enable-fpm' '--enable-force-cgi-redirect' '--enable-mbstring' '--with-mcrypt ' '--with-gd' '--enable-gd-native-ttf''--with-openssl''--with-mhash''--enable-pcntl''--enable-sockets''--with-ldap''--with- ldap-sasl' '--with-xmlrpc' '--enable-zip' '--enable-soap'
php-fpm.log
6 月 18 日 10:03:08.882866 [警告] fpm_stdio_child_said()、167 行目: 子 8665 (プールのデフォルト) が stderr に言った: ""
6 月 18 日 10:03:08.884945 [通知] fpm_got_signal()、48 行目: SIGCHLD を受信
6 月 18 日 10:03:08.885008 [警告] fpm_children_bury()、215 行目: 開始から 33.717855 秒後にシグナル 11 SIGSEGV で子 8665 (プールのデフォルト) が終了しました
6 月 18 日 10:03:08.885573 [通知] fpm_children_make()、352 行目: 子 8689 (プールのデフォルト) が開始されました
6 月 18 日 10:03:09.689830 [警告] fpm_stdio_child_said()、167 行目: 子 8606 (プールのデフォルト) が stderr に言った: "[Mon Jun 18 10:03:09 2012" 225
6 月 18 日 10:03:09.690014 [警告] fpm_stdio_child_said()、行 167: 子 8606 (プールのデフォルト) が stderr に発言しました: "] [通知] EACCELERATOR(8606): xxx.php の curl_exec() の opline 130 で PHP がクラッシュしました:383"
しかし、HTTPS 経由でリクエストすると、nginx は 502 (不正なゲートウェイ) エラーを返します。
理由を見つける方法は?