Weblogic verfügbarkeit prüfen mit curl (cygwin)

Hallo Zusammen,

ich möchte auf einem cygwin (auf win2000) mit curl prüfen ob ein weblogic81.sp2 verfügbar ist. der zugriff kann nur über ssl erfolgen (mit certificate)

curl https://myurl.de/myservlet/?mypar=bla
-connection-timeout 2 -cacert meinzertifikat.de.cer

meinzertifikat.de.cer habe ich unter dem /bin Verzeichnis abgelegt.

Ich bekomme folgende meldung zurück

curl: (60) SSL certificate problem, verify that the CA cert is OK

Weiss jemand wie man die Zertifikatoption richtig setzten muss bzw. Wo das Certifikat liegen muss?

gruß

mario

Hallo !

Hallo Zusammen,

ich möchte auf einem cygwin (auf win2000) mit curl prüfen ob
ein weblogic81.sp2 verfügbar ist. der zugriff kann nur über
ssl erfolgen (mit certificate)

curl https://myurl.de/myservlet/?mypar=bla
-connection-timeout 2 -cacert meinzertifikat.de.cer

Falsche Option, nimm --cert …
man curl:
-E/–cert
(HTTPS) Tells curl to use the specified certificate
file when getting a file with HTTPS. The certifi­
cate must be in PEM format. If the optional pass­
word isn’t specified, it will be queried for on the
terminal. Note that this certificate is the private
key and the private certificate concatenated!

If this option is used several times, the last one
will be used.

meinzertifikat.de.cer habe ich unter dem /bin Verzeichnis
abgelegt.

Gib ggfs. mal den Pfad zu dem Zertifikat auf der Kommandozeile mit an…

Alexander

thx für den tipp
ich probiers gleich mal aus

gruß

mario