Re: how to pass .crt file as CURLOPT

2022-02-28 Thread Ray Satiro via curl-library
On 2/28/2022 10:05 PM, Venkat Maddisetti via curl-library wrote: > > * connect to 192.168.11.200 port 3001 failed: Connection refused > > * Failed to connect to 192.168.11.200 port 3001: Connection refused > The cert file format isn't the only problem. The connection was refused. -- Unsubscribe:

Re: core dump on curl function call

2022-02-28 Thread treesa fairy joseph via curl-library
Sorry, Sending the core dumpe details once again, as the earlier one was not proper. (gdb) bt full #0 0x0042bb48 in singlesocket (multi=0x740024d8, data=0x740008c8) at multi.c:2806 j = 0 stillused = false socks = {-1, -1, -1, -1, -1} i = 81326

Re: how to pass .crt file as CURLOPT

2022-02-28 Thread Roy Zhu via curl-library
From the ext. name it seems that your cert and key are in DER format. The default of CURLOPT_SSLCERTTYPE and CURLOPT_SSLKEYTYPE is "PEM". You can try to set these two options to "DER". Roy On Monday, February 28, 2022, 10:10:07 p.m. EST, Venkat Maddisetti via curl-library wrote:   

how to pass .crt file as CURLOPT

2022-02-28 Thread Venkat Maddisetti via curl-library
Hi, I am using libcurl to Interface a 3rd party application that uses standard protocol HTTPS version 2 with client and server x.509 certificates and TLS v1.3 for authentication and encryption, and was provided with ".crt" and ".key" files. I am setting option with CURLOPT_SSLCERT and CURLOPT_SS

Re: Not able to access rtsp stream

2022-02-28 Thread Henrik Holst via curl-library
Den mån 28 feb. 2022 kl 19:19 skrev Ray Satiro via curl-library < curl-library@lists.haxx.se>: > On 2/28/2022 6:43 AM, VINEETH NAIR via curl-library wrote: > > Hi, sorry about the top-posts. I am using libcurl version 7.79.1 and > > the application is exactly the same in the machines in America an

Re: Not able to access rtsp stream

2022-02-28 Thread Ray Satiro via curl-library
On 2/28/2022 6:43 AM, VINEETH NAIR via curl-library wrote: > Hi, sorry about the top-posts. I am using libcurl version 7.79.1 and > the application is exactly the same in the machines in America and in > India. I used wireshark to monitor the packets and observed that the > rtsp stream gives a "OK"

Re: Not able to access rtsp stream

2022-02-28 Thread VINEETH NAIR via curl-library
On Mon, Feb 28, 2022 at 2:11 PM Ray Satiro via curl-library < curl-library@lists.haxx.se> wrote: > On 2/28/2022 3:05 AM, VINEETH NAIR wrote: > > yes, it's the exact same version. Following is the version that I am using: > > curl 7.79.1 (Windows) libcurl/7.79.1 Schannel > Release-Date: 2021-09-22

Re: Not able to access rtsp stream

2022-02-28 Thread Ray Satiro via curl-library
On 2/28/2022 3:05 AM, VINEETH NAIR wrote: > yes, it's the exact same version. Following is the version that I am > using: > > curl 7.79.1 (Windows) libcurl/7.79.1 Schannel > Release-Date: 2021-09-22 > > Thanks > > Regards, > Vineeth Nair > > > On Mon, Feb 28, 2022 at 4:05 AM Ray Satiro via curl-lib

Re: core dump on curl function call

2022-02-28 Thread treesa fairy joseph via curl-library
Also openssl-1.1.1, compiled with enable-deprecated option regards Treesa On Mon, Feb 28, 2022 at 2:05 PM treesa fairy joseph wrote: > > I have used curl 7.73, openssl-1.1.1,libssh2-1.9.0 & zlib-1.2.11 > > Regards, > Treesa > > On Mon, Feb 28, 2022 at 1:02 PM treesa fairy joseph > wrote: > > >

Re: core dump on curl function call

2022-02-28 Thread treesa fairy joseph via curl-library
I have used curl 7.73, openssl-1.1.1,libssh2-1.9.0 & zlib-1.2.11 Regards, Treesa On Mon, Feb 28, 2022 at 1:02 PM treesa fairy joseph wrote: > > Hello, > The below is the core dump, for the above sample program. > > GNU gdb (Cavium Inc. Version 0.99 build 440) 7.8.50.20140823-cvs > Copyright (C)

Re: Not able to access rtsp stream

2022-02-28 Thread VINEETH NAIR via curl-library
Hi Ray, yes, it's the exact same version. Following is the version that I am using: curl 7.79.1 (Windows) libcurl/7.79.1 Schannel Release-Date: 2021-09-22 Thanks Regards, Vineeth Nair On Mon, Feb 28, 2022 at 4:05 AM Ray Satiro via curl-library < curl-library@lists.haxx.se> wrote: > On 2/27/2