Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: NSS error -5978 (PR_NOT_CONNECTED_ERROR)
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: bruce via curl-users <curl-users_at_cool.haxx.se>
Date: Mon, 25 Jan 2021 08:09:34 -0500
Hi Daniel.
Thanks for the reply. It appears my cut/paste missed something. Both
VMs are from DigitalOcean.
Here's the centos7 data.
curl -V
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1
zlib/1.2.7 libidn/1.28 libssh2/1.8.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps
pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL
libz unix-sockets
Curiously I also ran the curl on a different centos6 (old) VM which
seemed to work.
curl -V
curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.44
zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
centos7
ls -al /etc/pki
total 12
drwxr-xr-x. 10 root root 116 Apr 11 2018 .
drwxr-xr-x. 94 root root 8192 Jan 24 23:42 ..
drwxr-xr-x. 6 root root 61 Dec 16 16:24 CA
drwxr-xr-x. 4 root root 73 Nov 25 14:20 ca-trust
drwxr-xr-x. 2 root root 21 Nov 25 14:20 java
drwxr-xr-x. 2 root root 103 Jan 24 23:40 nssdb
drwxr-xr-x. 2 root root 30 Nov 25 14:20 nss-legacy
drwxr-xr-x. 2 root root 130 Jan 24 23:40 rpm-gpg
drwx------. 2 root root 6 Sep 30 13:36 rsyslog
drwxr-xr-x. 5 root root 81 Jan 24 23:40 tls
centos6
ls -al /etc/pki
total 40
drwxr-xr-x. 10 root root 4096 Nov 24 05:43 .
drwxr-xr-x. 73 root root 4096 Jan 24 21:07 ..
drwxr-xr-x. 6 root root 4096 Aug 14 2019 CA
drwxr-xr-x. 4 root root 4096 Nov 24 05:43 ca-trust
drwxr-xr-x. 2 root root 4096 Nov 24 05:43 java
drwxr-xr-x. 2 root root 4096 Nov 24 05:43 nssdb
drwxr-xr-x 2 root root 4096 Nov 24 05:43 nss-legacy
drwxr-xr-x. 2 root root 4096 Nov 24 05:43 rpm-gpg
drwx------. 2 root root 4096 Jun 19 2018 rsyslog
drwxr-xr-x. 5 root root 4096 Nov 24 05:43 tls
thanks!
On Mon, Jan 25, 2021 at 12:12 AM bruce <badouglas_at_gmail.com> wrote:
>
> Hi.
>
> Running a test curl on centos7 I'm getting the following error:
>
> NSS error -5978 (PR_NOT_CONNECTED_ERROR)
>
> The test curl is listed below.
>
> I've updated the test VM
> yum -y update << should have updated everything
>
> Any ideas as to how to resolve this?
>
> thanks
>
>
> curl -vvv -k -sS -A "Mozilla/5.0 (X11; Linux x86_64; rv:38.0)
> Gecko/20100101 Firefox/38.0" --cookie-jar
> /crawl_tmp/fetchContentDir/8ca9da0a_5ec6_11eb_b87b_96f39e26e979.lwp
> --cookie /crawl_tmp/fetchContentDir/8ca9da0a_5ec6_11eb_b87b_96f39e26e979.lwp
> -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
> -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Connection:
> keep-alive' -H 'Upgrade-Insecure-Requests: 1' -L
> "https://selfservice.mypurdue.purdue.edu/prod/bwckschd.p_disp_dyn_sched"
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2021-01-25
Date: Mon, 25 Jan 2021 08:09:34 -0500
Hi Daniel.
Thanks for the reply. It appears my cut/paste missed something. Both
VMs are from DigitalOcean.
Here's the centos7 data.
curl -V
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1
zlib/1.2.7 libidn/1.28 libssh2/1.8.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps
pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL
libz unix-sockets
Curiously I also ran the curl on a different centos6 (old) VM which
seemed to work.
curl -V
curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.44
zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
centos7
ls -al /etc/pki
total 12
drwxr-xr-x. 10 root root 116 Apr 11 2018 .
drwxr-xr-x. 94 root root 8192 Jan 24 23:42 ..
drwxr-xr-x. 6 root root 61 Dec 16 16:24 CA
drwxr-xr-x. 4 root root 73 Nov 25 14:20 ca-trust
drwxr-xr-x. 2 root root 21 Nov 25 14:20 java
drwxr-xr-x. 2 root root 103 Jan 24 23:40 nssdb
drwxr-xr-x. 2 root root 30 Nov 25 14:20 nss-legacy
drwxr-xr-x. 2 root root 130 Jan 24 23:40 rpm-gpg
drwx------. 2 root root 6 Sep 30 13:36 rsyslog
drwxr-xr-x. 5 root root 81 Jan 24 23:40 tls
centos6
ls -al /etc/pki
total 40
drwxr-xr-x. 10 root root 4096 Nov 24 05:43 .
drwxr-xr-x. 73 root root 4096 Jan 24 21:07 ..
drwxr-xr-x. 6 root root 4096 Aug 14 2019 CA
drwxr-xr-x. 4 root root 4096 Nov 24 05:43 ca-trust
drwxr-xr-x. 2 root root 4096 Nov 24 05:43 java
drwxr-xr-x. 2 root root 4096 Nov 24 05:43 nssdb
drwxr-xr-x 2 root root 4096 Nov 24 05:43 nss-legacy
drwxr-xr-x. 2 root root 4096 Nov 24 05:43 rpm-gpg
drwx------. 2 root root 4096 Jun 19 2018 rsyslog
drwxr-xr-x. 5 root root 4096 Nov 24 05:43 tls
thanks!
On Mon, Jan 25, 2021 at 12:12 AM bruce <badouglas_at_gmail.com> wrote:
>
> Hi.
>
> Running a test curl on centos7 I'm getting the following error:
>
> NSS error -5978 (PR_NOT_CONNECTED_ERROR)
>
> The test curl is listed below.
>
> I've updated the test VM
> yum -y update << should have updated everything
>
> Any ideas as to how to resolve this?
>
> thanks
>
>
> curl -vvv -k -sS -A "Mozilla/5.0 (X11; Linux x86_64; rv:38.0)
> Gecko/20100101 Firefox/38.0" --cookie-jar
> /crawl_tmp/fetchContentDir/8ca9da0a_5ec6_11eb_b87b_96f39e26e979.lwp
> --cookie /crawl_tmp/fetchContentDir/8ca9da0a_5ec6_11eb_b87b_96f39e26e979.lwp
> -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
> -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Connection:
> keep-alive' -H 'Upgrade-Insecure-Requests: 1' -L
> "https://selfservice.mypurdue.purdue.edu/prod/bwckschd.p_disp_dyn_sched"
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2021-01-25