curl / Mailing Lists / curl-users / Single Mail
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.

curl: (60) SSL certificate problem: certificate has expired

From: Anoop Varghese via curl-users <curl-users_at_cool.haxx.se>
Date: Mon, 15 Jun 2020 17:53:51 +0530

Hi team,

I am facing issue when i tried to download from Solaris 10server, I am
getting below error

  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
  0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

root@:/# curl -V
curl 7.63.0 (sparc-sun-solaris2.10) libcurl/7.70.0 OpenSSL/1.0.2t
zlib/1.2.8 libidn2/2.0.4 libpsl/0.21.0 (+libidn2/2.0.4)
Release-Date: 2018-12-12
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp
smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
UnixSockets HTTPS-proxy PSL Metalink
root_at_y:/# type curl
curl is hashed (/usr/local/bin/curl)
root@:/#

root@:/# ldd /usr/local/bin/curl
        libcurl.so.4 => /opt/csw/lib/sparcv8/libcurl.so.4
        libmetalink.so.3 => /opt/csw/lib/sparcv8/libmetalink.so.3
        libcrypto.so.1.0.0 => /opt/csw/lib/sparcv8/libcrypto.so.1.0.0
        libintl.so.9 => /opt/csw/lib/sparcv8/libintl.so.9
        libz.so.1 => /opt/csw/lib/sparcv8plus+vis/libz.so.1
        librt.so.1 => /lib/librt.so.1
        libsocket.so.1 => /lib/libsocket.so.1
        libnsl.so.1 => /lib/libnsl.so.1
        libc.so.1 => /lib/libc.so.1
        libidn2.so.0 => /opt/csw/lib/sparcv8/libidn2.so.0
        libpsl.so.5 => /opt/csw/lib/sparcv8/libpsl.so.5
        libssl.so.1.0.0 => /opt/csw/lib/sparcv8/libssl.so.1.0.0
        libexpat.so.1 => /opt/csw/lib/sparcv8/libexpat.so.1
        libgcc_s.so.1 => /opt/csw/lib/sparcv8/libgcc_s.so.1
        libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2
        libaio.so.1 => /lib/libaio.so.1
        libmd.so.1 => /lib/libmd.so.1
        libmp.so.2 => /lib/libmp.so.2
        libscf.so.1 => /lib/libscf.so.1
        libunistring.so.2 => /opt/csw/lib/sparcv8/libunistring.so.2
        libdoor.so.1 => /lib/libdoor.so.1
        libuutil.so.1 => /lib/libuutil.so.1
        libgen.so.1 => /lib/libgen.so.1
        libm.so.2 => /lib/libm.so.2
        /lib/libm/libm_hwcap1.so.2
        /platform/sun4v/lib/libc_psr.so.1
        /platform/sun4v/lib/libmd_psr.so.1

Please let me know what is the fix for the issue, Alos let me know how to
download latest curl package for Solaris 10.
SunOS 5.10 Generic_150400-68 sun4v sparc sun4v

-- 
Cheers ,
Anoop varghese,

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-06-15