curl

  1. R

    reCAPTCHA Not Triggered When User-Agent Header Is Missing

    Hello, I'm running OpenLiteSpeed and have reCAPTCHA enabled in the security settings. CAPTCHA is working as expected for browser requests and for headless clients like curl or wget when a User-Agent header is present (even if it's blank). However, if I do a raw curl with no User-Agent header...
  2. 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...
  3. 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...
  4. 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...
  5. 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