I can only connect with:
curl_setopt($this->curlHandle, CURLOPT_SSL_VERIFYPEER, 0);
Without it I got this message:
Failed connection to https://hbci11.fiducia.de/cgi-bin/hbciservlet: SSL certificate problem: unable to get local issuer certificate
You should add an SSLType parameter or set this line 0. Some might only allow connections via TLS 1.2.
Thx
I can only connect with:
Without it I got this message:
You should add an SSLType parameter or set this line 0. Some might only allow connections via TLS 1.2.
Thx