Hello,
I have a problem with a program I'm writing.
The mission is to get a dataset from a webpage using curl.
The data I want to get is secured by a 2-factor authentication. HTTPS with
basic-auth and a pck12-certificate with a password.
When using the commandline-version of curl, I have no problem
chricht-
Von: curl-library [mailto:curl-library-boun...@cool.haxx.se] Im Auftrag von
Sven Appel via curl-library
Gesendet: Dienstag, 7. Juli 2020 14:24
An: curl-library@cool.haxx.se
Cc: Sven Appel
Betreff: CURLE_PEER_FAILED_VERIFICATION
Hello,
I have a problem with a program I'm writing.
T