You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2013/07/28 15:27:56 UTC

[Bug 55318] New: bz_webservice_demo.pl - certificate verify failed

https://issues.apache.org/bugzilla/show_bug.cgi?id=55318

            Bug ID: 55318
           Summary: bz_webservice_demo.pl - certificate verify failed
           Product: Apache httpd-2
           Version: 2.2.3
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: All
          Assignee: bugs@httpd.apache.org
          Reporter: glassjben@gmail.com

I have installed bugzilla 4.4 for RedHat Linux version 5.9.

My apache configuration for https ssl looks like this:

SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateKeyFile /path/to/key.pem
SSLCertificateFile    /path/to/crt.pem


I am trying to create a bug from the commandline and was trying to use bugzilla
webservice to do so.

I have tried a lot of different things to get past this error message, but
can't seem to figure out what is going on.  There is a valid certificate and
key defined in the apache ssl host configuration file.

./bz_webservice_demo.pl --uri https://DocumentRoot/bugzilla/xmlrpc.cgi --login
XXXXX@XXXX.com --password XXXXXXX --create /privdir/<Application
Account>/create_bug.xml --debug

Subroutine SOAP::Trace::debug redefined at
/usr/lib/perl5/site_perl/5.8.8/SOAP/Lite.pm line 2982.
SOAP::Transport::HTTP::Client::send_receive: POST
https://<DocumentRoot>/bugzilla/xmlrpc.cgi HTTP/1.1
Accept: text/xml
Accept: multipart/*
Accept: application/soap
Content-Length: 114
Content-Type: text/xml

<?xml version="1.0"
encoding="UTF-8"?><methodCall><methodName>Bugzilla.version</methodName><params
/></methodCall>
SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to
<DocumentRoot>:443 (certificate verify failed)
Content-Type: text/plain
Client-Date: Sun, 28 Jul 2013 13:09:40 GMT
Client-Warning: Internal response

Can't connect to <DocumentRoot>:443 (certificate verify failed)

LWP::Protocol::https::Socket: SSL connect attempt failed with unknown error
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed at /usr/lib/perl5/site_perl/5.8.8/LWP/Protocol/http.pm line 51.
500 Can't connect to <DocumentRoot>:443 (certificate verify failed) at
./bz_webservice_demo.pl line 193

I am hoping that I am just missing something trivial to get past this error
message but any other issues I found online related to certificate verify
failed error did not address my issue as I had hoped.

Any ideas?

Thanks,

Ben

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 55318] bz_webservice_demo.pl - certificate verify failed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55318

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eric Covener <co...@gmail.com> ---
Bugzilla is for reporting bugs, not for help/support.  Try IRC, a mailing list,
or serverfault.

https://httpd.apache.org/support.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org