Help for this page

Select Code to Download


  1. or download this
    SOAP::Transport::HTTP::Client::send_receive: 500 (Internal Server Erro
    +r) configure certs failed: failed to load /usr/local/certs/staging.ce
    +r:
    
  2. or download this
    $ENV{HTTPS_CERT_FILE}= '/usr/local/certs/staging.cer';
    $ENV{HTTPS_KEY_FILE}  = '/usr/local/certs/staging.pfx';
    ...
    
    $result = $s->PerformUpdate($data)->result;