curl

  1. B

    Resolved Plesk ping on the server does return outside ip adress instead local ip

    I have a website configured on plesk linux. I created cname from the domain owner through the cloudflare SaaS. Cloudflare shows everything as expected and active. When I enter the website through my local browser it returns default web server page. Then, when I log in to server through ssh and...
  2. 3

    Issue Can't load PHP curl

    Hope someone can help. I can't use curl in PHP, Plesk Obsidian 18.0.70. Curl worked fine in php7.x. Following plesk upgrade, curl is not available in php8.4.8. Curl (lib) doesn't appear in Tools & Settings > PHP Settings > 8.48 FPM "Settings for 8.4.8 FPM application" Extensions list, and so...
  3. Polli

    Issue Zend_Http_Client_Exception: Error in cURL request:

    I´ve now found out that this error exist since the last update of the nextcloud extension. This error appears every hour. Along with this update of the nextcloud extension, there was also an update of bind9. Zend_Http_Client_Exception: Error in cURL request: Failed to connect to...
  4. serreri

    Question Set plesk client language dynamically

    Good morning, I apologize but I couldn't find a solution. Could you kindly help me understand if it is possible to activate a Plesk customer account by setting the language based on the language spoken by the customer. Basically, I would like an English user to enter his profile and find his...
  5. 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...
  6. 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...
  7. 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"...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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" =>...
  13. 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...
  14. 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...
  15. M

    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...
  16. Antonio

    Resolved Scheduled tasks not show output

    Hi, how set scheduled tasks for not show the output of curl. Thank you
  17. 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...
  18. 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...
  19. 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
  20. 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...
Back
Top