• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

curl

  1. F

    Resolved Curl error: (6) Couldn't resolve host name

    Hi, I'm facing multiple issues with the Plesk Server that it cannot resolve while performing daily tasks, such as creating backups. The recurring problem seems to be related to Curl's inability to resolve. For instance, here's an example of the issue I'm encountering: I've already...
  2. brother4

    Resolved Plesk scheduled tasks error: curl: (77) error setting certificate file

    Command: curl -u user:passwd https://example.com/wp-cron.php?doing_wp_cron Error: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (77) error setting certificate file: /etc/ssl/certs/ca-certificates.crt Checked file: [CODE]ls -l...
  3. stevland

    Question Using curl to get a specific value from Remote API (REST)

    I use curl to get a DNS record from my Plesk server: curl -X GET -H 'authorization: Basic xxx' -H 'accept: application/json' 'https://example.com:8443/api/v2/dns/records/15781/' result: { "id": 15781, "type": "A", "host": "home.example.com", "value": "123.123.123.123"...
  4. H

    Question CURL version problem

    Hi all. I'm very familiar with Windows through most versions since 3.1 but Linux not so much hence my question about replacing/removing unwanted versions of CURL executable file. So, I took courage and did this special way of installing a higher version of CURL as described here: Resolved - How...
  5. A

    Resolved Need help adding a customer with a service plan using with REST Api/CLI method

    Hello, so I am in the process of creating a hosting website. I'm fairly new to using APIs but I have managed to successfully connect and create a user using PHP/curl. I'll just show my code as its probably a better way to show you where I am up to: So that above bit works fine, I can create a...
  6. M

    Issue Huge load average, uninterruptible state

    Hello, I've been struggling with huge (50 to 100+) load average incidents. The server becomes unresponsive and sometimes not even SSH connection is possible. This is how they typically appear in Plesk Advanced Monitoring. Nothing helpful is found in system logs and, when possible, all I can...
  7. C

    Issue Plesk operations with cURL fail

    Plesk Backup Manager is configured to store backups on Amazon S3 and successfully ran daily since the server was created around 2 weeks ago. Environment details Plesk Obsidian v18.0.32_build20201221.13 os_Windows 2012/2016/2019 Microsoft Windows...
  8. Y

    Resolved PHP Curl POST don't works with X-API-Key

    I'm trying to build a PHP function to get a user loging link in PHP. The user/pass method works very well function getLinkUrlWithUser($account, $username, $password, $server){ $url = "https://" . $server . ":8443/api/v2/cli/admin/call"; $request = array("params" =>...
  9. E

    Issue Nginx 400 bad request with api call (php curl)

    Hi all, We have a problem when we call an api with php curl: it works when the call is from our local server but if the call is from the same server (developpment website in our case) on the same server, we have this nginx error: 400 bad request nginx. When we use the url directly like a...
  10. L

    Issue CentOs 7.5 - curl: (35) SSL version range is not valid.

    Dear sirs, Im trying to figure out what went wrong with my server configuration, as im unable to successfuly use command curl --tlsv1.2 -v https://api.stripe.com or connect securely to any server using curl and tls v1.2. I have updated everything to the latest version: - CentOS Linux release...
  11. D

    Resolved since nginx no status apache2 Page / curl Error 7

    Hi, since activating nginx - i have no statuspage for Apache2 How can i get the Port thing active? I followed this instructions before: <Location /server-status> SetHandler server-status Require local #Require ip 192.0.2.0/24...
  12. Antonio

    Resolved Scheduled tasks not show output

    Hi, how set scheduled tasks for not show the output of curl. Thank you
  13. U

    Resolved Plesk Backup Manager - Problem with ftps and curl

    Hello, on my machine with Cents 6.8 and Plesk 17 I have a problem to use FTPs within the Backup Manager. If I enable the option to use FTPS I will get the following error in Plesk: Unable to access to the storage: Transport error: unable to list directory: Curl error: (7) Couldn't connect to...
  14. A

    Issue After Plesk upgrade FTP storage in Backup manager - curl error (56)

    Hi there, since we have upgraded from Plesk 12.5 to Onyx 17.0.17 the FTP storage in Backup Manager is broken. We use Onyx on current Centos 7.3 and connecting to a pure-ftpd Server (1.43 on Ubuntu 16.04 LTS) via FTPs. Before the upgrade it worked flawless. Now plesk shows following error...
  15. dj ramc

    Question curl upgrade to 7.54 on centos 6.7

    hi i want to update curl to 7.54 on mine centos 6.7 plesk 12.5.30 current version of curl is 7.19.7 i've already tried yum update curl.x86_64 it still stays on 7.19.7 any suggestion is welcome thanks by advance
  16. W

    Resolved Curl CA Certificate Problem

    I am using plesk on a windows server and for CURL to make successful SSL connections the CURL CA certificate needs to be uptodate It reads from this location C:\Program Files (x86)\Plesk\Additional\PHPSettings\ I manually updated the certificate to the latest version from the CURL website...
  17. PeteC

    Issue Curl connection issues

    Hi guys im new here. i have written a script to connect ot the server but curl doesnt do it, Firewall down, all ports open but still time out. when trying to attempt a connection to one of my other VPS servers running Cpanel it goes through just fine. Any ideas?
  18. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    -- update -- Issue found: nginx aint listening to 127.0.0.1 for the default domain (/etc/nginx/plesk.conf.d/ip_default/****.nl.conf). Manualy editing the vhost file with a listen added fixed it temporary. Need help with solution how to fix this the right way. See post #6 I've got...
  19. P

    PHP Curl Update

    PHP Curl Version: 7.19.7 PHP Last Curl Version: 7.51.0 Server: Plesk Panel 12.5 Centos 6.8 I updated server curl, I checking server curl version curl -V curl 7.51.0 (x86_64-pc-linux-gnu) libcurl/7.51.0 But PHP curl version is still 7.19 how to update php curl version?
Back
Top