Re: [1Eisfair1] cURL-Problem

Juergen Edner <[email protected]>
Newsgroups spline.eisfair
Organization privat
Message-ID <[email protected]>
Hallo Jürgen,

>> Welche Version des cURL Pakets hattest Du denn vorher installiert, bzw 
>> welche lib Version?
> 
> eis1 # curl --version
> curl 7.19.7 (i686-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8n zlib/1.2.5
> Protocols: tftp ftp telnet dict http file https ftps
> Features: Largefile NTLM SSL libz

ich verwende das libcurl-Paket v1.6.1 (curl 7.21.2 (i486-pc-linux-gnu)).

Prüfe doch einmal, ob /etc/ssl ein symbolischer Link ist, der auf das
Verzeichnis /var/certs/ssl verweist. Nur dann klappt die Prüfung
korrekt, wenn kein Pfad explizit angegeben wird. Ansonsten kannst Du
einmal folgendes versuchen:

# curl --capath /usr/local/ssl/certs -v
https://signin.ebay.com/ws/eBayISAPI.dll?SignIn
* About to connect() to signin.ebay.com port 443 (#0)
*   Trying 66.135.202.59... connected
* Connected to signin.ebay.com (66.135.202.59) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /usr/local/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using RC4-MD5
* Server certificate:
*        subject: 1.3.6.1.4.1.31...
...

Am Anfang der Ausgabe werden die Zertifikatsdetails angezeigt.

Gruß Jürgen
-- 
Mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.