Menu

Client NuSoap + SSL

Help
2009-03-23
2013-06-06
  • shaka shaka

    shaka shaka - 2009-03-23

    Somebody know how do this, I try it but I got this error:

    2009-03-23 17:47:34.644582 soap_transport_http: cURL ERROR: 58: unable to use client certificate (no key found or wrong pass phrase?)<br>url: https://ws.rescata.info:443/mapa_nacional/MapaNacionalWS.php<br>http_code: 0<br>header_size: 0<br>request_size: 220<br>filetime: -1<br>ssl_verify_result: 0<br>redirect_count: 0<br>total_time: 0<br>namelookup_time: 0<br>connect_time: 0.003<br>pretransfer_time: 0<br>size_upload: 0<br>size_download: 0<br>speed_download: 0<br>speed_upload: 0<br>download_content_length: 0<br>upload_content_length: 0<br>starttransfer_time: 0<br>redirect_time: 0<br>
    2009-03-23 17:47:34.645163 soap_transport_http: end of send()
    2009-03-23 17:47:34.645726 wsdl: HTTP ERROR: cURL ERROR: 58: unable to use client certificate (no key found or wrong pass phrase?)<br>url: https://ws.rescata.info:443/mapa_nacional/MapaNacionalWS.php<br>http_code: 0<br>header_size: 0<br>request_size: 220<br>filetime: -1<br>ssl_verify_result: 0<br>redirect_count: 0<br>total_time: 0<br>namelookup_time: 0<br>connect_time: 0.003<br>pretransfer_time: 0<br>size_upload: 0<br>size_download: 0<br>speed_download: 0<br>speed_upload: 0<br>download_content_length: 0<br>upload_content_length: 0<br>starttransfer_time: 0<br>redirect_time: 0<br>
    2009-03-23 17:47:34.646425 nusoap_client: checkWSDL
    2009-03-23 17:47:34.646915 nusoap_client: got wsdl error: HTTP ERROR: cURL ERROR: 58: unable to use client certificate (no key found or wrong pass phrase?)<br>url: https://ws.rescata.info:443/mapa_nacional/MapaNacionalWS.php<br>http_code: 0<br>header_size: 0<br>request_size: 220<br>filetime: -1<br>ssl_verify_result: 0<br>redirect_count: 0<br>total_time: 0<br>namelookup_time: 0<br>connect_time: 0.003<br>pretransfer_time: 0<br>size_upload: 0<br>size_download: 0<br>speed_download: 0<br>speed_upload: 0<br>download_content_length: 0<br>upload_content_length: 0<br>starttransfer_time: 0<br>redirect_time: 0<br>

    Excuse me for my english,

    Regards

     
    • Karl3i

      Karl3i - 2009-03-25

      Hi,

      This is a problem with your local certificate.

      ***********
      CURLE_SSL_CERTPROBLEM (58)
      problem with the local client certificate
      ***********
      Is your certificate OK? Do you use the correct password for it?

      Regards

       
    • shaka shaka

      shaka shaka - 2009-03-25

      Thanks for your response, my problem changed, now is:
      In response of client call. This response haven´t correct format. (Only I see on debug, because I think crash on parserXMLResponse function)
      For example, if must be:

      <fc xsi:type="xsd:string">29/11/2007</fc>

      in my case is:
      <fc>29/11/2007</fc>

      Excuse me for me english.

      Regards

       

Log in to post a comment.