Probleme mit der Validierung des Tesla Zertifikates #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scheinbar gibt es Probleme mit der Validierung des Tesla Zertifikates, was nicht vertrauenswürdig ist.
Ich habe das sslArgs hier hinzugefügt:
```
::HttpUtils_NonblockingGet(
{
url => 'https://' . $uri,
timeout => 5,
method => $method,
data => $data,
header => $header,
hash => $hash,
setCmd => $path,
sslargs => { SSL_hostname => 0, verify_hostname => 0, SSL_verify_mode => 0 },
doTrigger => 1,
callback => &ErrorHandling,
}
);