1 2 3 4 5 6 7
#!/usr/bin/perl use strict; use warnings; require SOAP::Lite; my $soap = SOAP::Lite->new(); my $service = $soap->service('https://ssl.ibanrechner.de/soap?wsdl'); my $hash_ref = $service->country_supported('DE','meinuser','meinpw');
QuoteService description 'https://ssl.ibanrechner.de/soap?wsdl' can't be loaded: 500 Can't connect to ssl.ibanrechner.de:443 (certificate verify failed)
1 2 3 4
$soap->transport->ssl_opts( SSL_cert_file => 'client-cert.pem', SSL_key_file => 'client-key.pem' );
QuoteCompression: 1 (zlib compression)
Start Time: 1349946281
Timeout : 300 (sec)
Verify return code: 0 (ok)
1 2
$ENV{HTTPS_CA_FILE} = '/etc/ssl/certs/ca-bundle.crt'; $ENV{HTTPS_CA_DIR} = '/etc/ssl/certs/';
$ENV{HTTPS_CA_FILE} = '/etc/ssl/certs/ca-certificates.crt';
2012-10-11T12:53:10 GwenDragonAber woran lags genau?
2012-10-11T12:58:31 biancaDa bin ich überfragt welche Module sich bei dir wirklich geändert haben.Ist das denn in SOAP::Lite neu seit 0.715? Oder wie kann das sein, dass das so plötzlich Fehler hervorruft bei vollkommen unverändertem Code?
2012-10-11T13:38:53 GwenDragonDa bin ich überfragt welche Module sich bei dir wirklich geändert haben.
1
2
3
4
5
6
7
Certificate chain
0 s:/C=DE/postalCode=49205/ST=Niedersachsen/L=Hasbergen/street=Kiefernweg 8/O=Theano GmbH/OU=Multi-Domain SSL/CN=ssl.ibanrechner.de
i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Organization Validation Secure Server CA
1 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Organization Validation Secure Server CA
i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Certification Authority
2 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Certification Authority
i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root