curl

  1. A

    cURL error 7: Failed to connect to domain.com port 443: Connection refused

    When i type curl https://domain.com, I’m receiving curl: (7) Failed to connect to domain.com port 443: Connection refused I have same issue with http and port 80 I’m running my site on Ubuntu 20, openlitespeed, and cyberpanel and DNS is proxied through Cloudflare. Firewall managed by csf is...
  2. G

    curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

    I am getting the following error on two of my websites after adding the following custom headers: Chrome and Firefox do not seem to complain on desktop, but Safari returns an error on desktop/mobile and Chrome returns an error on mobile. I am open to the idea that I wrote something wrong in...
  3. U

    compatibilty and cosmetics

    Most of below is just cosmetics. But not all: - In install.sh `source ./functions.sh bla` is a Bash thing. FreeBSD doesn't come with Bash, and if installed it comes with many dependencies. I think less software = less maintainance. The proper POSIX way should be `. ./functions.sh bla`. Because...
  4. ckissi

    Curl issue on Debian and Ubuntu in 1Click install

    hello, I've tried 1click install with bash script on Ubuntu 14.04, 16.04 as well as Debian 8 and I was unable to get Curl working. One of the plugins in WP is using curl, unfortunately, PHP versions were compiled with shared curl. I read suggestions to use apt-get install php-curl to install...
Top