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)
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)
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…