curl Questions

2

I'm trying to use curl to log into an Okta-enabled site providing the user name & password using the parameter -u {username:password} and all I get back is the html content of the Okta redirect...
Balata asked 15/3, 2016 at 16:4

2

I want to connect to a secured site using PHP cURL. The site owners gave us four files: sitename.key sitename.p12 sitename.pem icom-live-ca.pem And the PEM pass phrase. $curl_resource = curl_i...
Yonita asked 1/3, 2011 at 6:19

2

I am trying to trigger sending email using Keycloak API, but not succeeding. As described in documentation first I am getting token for my admin user: curl \ -d "client_id=admin-cli" \ -d "use...
Cherokee asked 7/3, 2019 at 10:27

1

I'm trying use wget to download a website but it does not keep it session alive after the first Webpage its cloned, the website has a login and uses HTTPS so I wont be able to navigate trough it if...
Anzus asked 26/6, 2020 at 7:39

4

Solved

I'm trying to fix a php_curl call on a Windows server (running IIS) that is returning the familiar error "SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routine...
Branch asked 30/4, 2014 at 15:27

5

Is there any way to get an id of the project via GitLab API . I created a project using GitLab API providing the project name - curl -kX POST --header "PRIVATE-TOKEN: <access_token>" https...
Daedalus asked 15/2, 2019 at 21:6

4

I typed this into terminal $ curl -X POST http://localhost:3000/voice and I got this error curl: (7) Failed to connect to localhost port 3000: Connection refused I've looked everywhere for ...
Matrilineage asked 21/6, 2016 at 19:32

3

Solved

I've already checked several questions / answers regarding similar subjects, but can't find the proper answer for my case. I'm using Spring's RestTemplate but fails to get the response from a thir...
Hotien asked 27/7, 2016 at 13:44

2

I am trying to send a BREW request to a server implementing the Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0, defined in RFC 2324), which is a protocol built on top of HTTP, using cURL. I wou...
Warrenwarrener asked 5/11, 2020 at 13:54

2

Solved

I get the following error when trying to query an api in Java using HttpUrlConnection: "Exception in thread "main" java.lang.IllegalArgumentException: Illegal character(s) in message header value...
Marcelinomarcell asked 11/5, 2016 at 18:38

4

Solved

I just manually implemented a facebook oauth2 flow into my webapp. After receiving the correct access_token and trying to call the graph api for user data I got a 400 BAD REQUEST as response. GET...
Desolate asked 4/9, 2014 at 9:59

5

Solved

I try to post a file with a filesize of 4GB to a REST API. Instead of uploading a file with this size, cURL POSTs a file with Content-Length: 0. curl -v -i -d @"/work/large.png" -H "Transfer-Enco...
Jell asked 2/1, 2014 at 15:19

5

Solved

Whenever I try and run brew install <app>, such as brew install git, i get the following error: $ brew install git Updating Homebrew... Warning: You are using macOS 10.10. We (and Apple) do n...
Minima asked 6/8, 2020 at 18:19

5

Solved

While I am starting apache server from laragon on windows I am getting this error: The procedure entry point nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation could not be located in...
Hymenopterous asked 2/4, 2024 at 9:20

3

Commands like curl and wget give the following error:curl: (35) error:0A000152:SSL routines::unsafe legacy renegotiation disabled. I am using WSL2 Ubuntu and on a corporate firewall. I did export m...
Pulliam asked 17/3, 2023 at 3:31

2

Solved

I am trying to get some data from an API and I am getting it back at the moment as XML. I would prefer it as jSON and the API Doc's say that it is available in jSON aswell as XML. The Docs say......
Lettuce asked 24/7, 2014 at 16:33

7

Solved

I am trying to get a token of a dot net core 2.0 web API. This is what I am doing: C:\Users\danyb>curl -X POST -H 'Content-Type:application/json'^ Mehr? -d '{\"username\":\"mario\...
Concubine asked 10/6, 2018 at 13:45

7

I'm hitting my curl on ubuntu terminal and getting this response curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to domain.com:443 . I really can't understand why it happens. I trie...
Appurtenance asked 25/7, 2017 at 10:40

3

I would like to execute the below curl command and specify my own key store. I tried using --cacert option and specified the path of the cacert jks. curl --ssl-reqd --url 'smtp://mailhost.myorg.com...
Mcswain asked 17/12, 2020 at 1:32

6

I want to do a post (twitter in this case) with a oneliner. If I don't have proxy curl -u user:pass -d status="message" http://twitter.com/statuses/update.xml works perfectly. But when I am be...
Multifaceted asked 6/11, 2010 at 0:8

3

I have been using curl for some time now and its working fine but with a proxy which uses users 'domain\username' to authenticate curl fails asking for Authorization. Authorization method is NTLM. ...
Yokefellow asked 10/6, 2013 at 20:9

5

I'm very new at this but I'm trying to push to the master branch on my repository and the branch I am trying to push is just over 1GB. Source Tree comes back with the error below: git -c diff.mne...
Sorehead asked 21/7, 2016 at 6:51

16

I am trying to following instructions on homebrew homepage but the following ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" returns the following error...
Sapheaded asked 4/1, 2015 at 2:34

4

Solved

I am using PHP 5.5.25 with Apache 2.4 on Windows 7 x64 and I am unable to activate the cURL module. I have looked around and tried all I could think of. Please assist: In php.ini, the line extens...
Humane asked 10/9, 2015 at 5:1

8

Solved

C:\Users\casta>curl https://c5.ppy.sh curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the cert...
Coremaker asked 1/3, 2019 at 4:39

© 2022 - 2025 — McMap. All rights reserved.