|
This is an odd error that mainly occurs due to internal confusion.
|
Questo è uno strano errore che si verifica principalmente a causa della confusione interna.
|
|
A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others.
|
Si è verificato un problema da qualche parte nell'handshake SSL/TLS. Vuoi davvero il buffer degli errori e leggi il messaggio lì mentre individua il problema un po' di più. Può trattarsi di certificati (formati di file, percorsi, autorizzazioni), password e altro.
|
|
The download could not be resumed because the specified offset was out of the file boundary.
|
Non è stato possibile riprendere il download perché l'offset specificato non rientrava nel limite del file.
|
|
A file given with FILE:// could not be opened. Most likely because the file path does not identify an existing file. Did you check file permissions?
|
Non è stato possibile aprire un file fornito con FILE://. Molto probabilmente perché il percorso del file non identifica un file esistente. Hai controllato le autorizzazioni dei file?
|
|
LDAP cannot bind. LDAP bind operation failed.
|
LDAP non è in grado di eseguire l'associazione. L'operazione di associazione LDAP non è riuscita.
|
|
Function not found. A required zlib function was not found.
|
Funzione non trovata. Non è stata trovata una funzione zlib richiesta.
|
|
Aborted by callback. A callback returned "abort" to libcurl.
|
Interrotto da callback. Un callback ha restituito "abort" a libcurl.
|
|
A function was called with a bad parameter.
|
È stata chiamata una funzione con un parametro non valido.
|
|
Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with URLOPT_INTERFACE.
|
Errore di interfaccia. Non è stato possibile utilizzare un'interfaccia in uscita specificata. Impostare l'interfaccia da utilizzare per l'indirizzo IP di origine delle connessioni in uscita con URLOPT_INTERFACE.
|
|
Too many redirects. When following redirects, libcurl hit the maximum amount. Set your limit with CURLOPT_MAXREDIRS.
|
Troppi reindirizzamenti. Quando si seguono i reindirizzamenti, libcurl raggiunge l'importo massimo. Imposta il tuo limite con CURLOPT_MAXREDIRS.
|
|
An option passed to libcurl is not recognized/known. Refer to the appropriate documentation. This is most likely a problem in the program that uses libcurl. The error buffer might contain more specific information about which exact option it concerns.
|
Un'opzione passata a libcurl non è riconosciuta/conosciuta. Fare riferimento alla documentazione appropriata. Questo è molto probabilmente un problema nel programma che usa libcurl. Il buffer degli errori potrebbe contenere informazioni più specifiche sull'opzione esatta.
|
|
An option passed in to a setopt was wrongly formatted. See error message for details about what option.
|
Un'opzione passata a un setopt è stata formattata in modo errato. Vedere il messaggio di errore per i dettagli sull'opzione.
|
|
Nothing was returned from the server, and under the circumstances, getting nothing is considered an error.
|
Non è stato restituito nulla dal server e, date le circostanze, non ottenere nulla è considerato un errore.
|
|
The specified crypto engine was not found.
|
Il motore di crittografia specificato non è stato trovato.
|
|
Failed setting the selected SSL crypto engine as default.
|
Impossibile impostare il motore di crittografia SSL selezionato come predefinito.
|
|
Failed sending network data.
|
Impossibile inviare i dati di rete.
|
|
Failure with receiving network data.
|
Errore con la ricezione dei dati di rete.
|
|
problem with the local client certificate.
|
problema con il certificato client locale.
|
|
Could not use specified cipher.
|
Impossibile utilizzare la crittografia specificata.
|
|
The remote server's SSL certificate or SSH fingerprint was deemed not OK. This error code has been unified with CURLE_SSL_CACERT since 7.62.0. Its previous value was 51.
|
Il certificato SSL o l'impronta digitale SSH del server remoto non sono stati ritenuti idonei. Questo codice di errore è stato unificato con CURLE_SSL_CACERT a partire dalla versione 7.62.0. Il suo valore precedente era 51.
|