Re: Disallow HTTP/0.9 ?

2018-12-17 Thread René Berber via curl-library
On 12/17/2018 4:20 PM, Daniel Stenberg via curl-library wrote: > On Mon, 17 Dec 2018, Dan Fandrich via curl-library wrote: > >> I suspect (without proof) that removing this entirely would break lots >> of scripts relying on this. > > Right, and I'm not suggesting we remove it completely. I'm pro

Re: Connection refused - subdomain problem suspected

2019-09-04 Thread René Berber via curl-library
On 9/4/2019 5:45 PM, Richard G Elen via curl-library wrote: [snip] Easy way out: add CURLOPT_VERBOSE to the options and see if the log gives any good hint. > TEST CODE > > header("Content-type: application/json; charset=utf-8"); >   >         $url = > "https://streams.ourstation.org:2199/rpc/ou

Re: help me improve behavior on Windows?

2019-10-06 Thread René Berber via curl-library
On 10/6/2019 3:59 AM, Daniel Stenberg via curl-library wrote: [snip] > That change was done using socketpair() and therefor it unfortunately > only works on linux and unix-like systems. > > To bring that same improvement and benefit to the Windows side of > libcurl, I've written a custom socketpa

Re: MinGW Cross-Compiling results in error "ld: cannot find -link"

2019-10-28 Thread René Berber via curl-library
On 10/27/2019 5:25 PM, Michael Fabian Dirks via curl-library wrote: > I'm trying to build libcurl for Windows using Ubuntu's 'mingw-w64' > package. Since I'm building from the git repository, and the CMake > script has a message stating that it is poorly maintained, I wanted to > build it through

Re: MinGW Cross-Compiling results in error "ld: cannot find -link"

2019-10-30 Thread René Berber via curl-library
On 10/29/2019 8:10 AM, Michael Fabian Dirks via curl-library wrote: > On 29/10/2019 03:35, René Berber via curl-library wrote: >> Building from the tar.xz (or equivalent) does already have a useful >> configure file. > > I am getting the same result with a build from a s

Re: compilation on windows using cygwin

2020-05-11 Thread René Berber via curl-library
On 5/11/2020 6:52 PM, Anand Sridharan via curl-library wrote: Looking to compile curl on windows to generate .exe binaries. openssl Headers version and lib version doesn't seem to match. is there anyway to match both and proceed with make? sh configure sh configure --with-ssl --with-libssl-pre

Re: Next-level packaging of curl for Windows

2020-12-17 Thread René Berber via curl-library
On 12/17/2020 3:30 PM, Daniel Stenberg via curl-library wrote: Hello! The curl project received the suggestion to package the official curl binary we produce for Windows in a signed installer. In the long term this package could be used by Microsoft to ship our official curl binary instead o

Re: Does libcurl support all streaming relative protocols, e.g., RTP/RTCP/RTSP and so on?

2020-12-31 Thread René Berber via curl-library
On 12/31/2020 6:14 PM, Hongyi Zhao via curl-library wrote: On Fri, Jan 1, 2021 at 7:51 AM Daniel Stenberg wrote: On Thu, 31 Dec 2020, Hongyi Zhao via curl-library wrote: I only see the RTSP protocol is supported by libcurl, but for streaming media relative protocols, I also learned that the

Re: WIN - Command Prompt - Curl: (77) error setting certificate verify locations

2021-05-27 Thread René Berber via curl-library
On 5/27/2021 10:30 AM, Arantxa Esparza via curl-library wrote: C:\username\2021_NN_Log_Analyzer>C:\Users\username\Downloads\curl-7.76.1-win 64-mingw\bin\curl -i -X POST https://CAMERAIP:PORT/axis-cgi/time.cgi -H "Content-Type:application/json" --data "{\"apiVersion\": \"1.0\",\"context\": \"Clie

Re: WIN - Command Prompt - Curl: (77) error setting certificate verify locations

2021-05-27 Thread René Berber via curl-library
Oops! Sorry. Disregard my response, there is a path with /My/Certificates/. I have no idea if it was created wrong, and/or if it works with curl, but there are files in there (listing from Cygwin): $ ll /cygdrive/c/Users/reneb/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates/ total

Digest authentication ignores changed nonce

2017-11-25 Thread René Berber via curl-library
Hi, lib curl version 7.56.1 (used within collectd). Communication with a device (solar panel control & monitor) which uses digest authentication works only the 1st query (queries are made once every 5 minutes), then fails repeatedly because libcurl is reusing the (1st received) nonce, and ignorin

Re: Compiling libcurl with c-ares

2018-08-08 Thread René Berber via curl-library
On 8/8/2018 4:43 PM, Yaakov Roth via curl-library wrote: > I've done a git clone of the latest curl release and wanted to know > which flags I need to pass to configure to compile with c-ares. --enable-ares -- R. Berber ---