Operating System - HP-UX
1757437 Members
2356 Online
108861 Solutions
New Discussion

Re: SSL and certs on HPUX for applications like wget or curl

 
uxbeginner22
Trusted Contributor

SSL and certs on HPUX for applications like wget or curl

Simple question: every program (wget,curl,etc) which can use https works perfect on linux,and bad on hpux.
See this example using https://google.com

on linux

    wget https://www.google.com/
    --2018-12-04 16:47:27--  https://www.google.com/
    Resolving www.google.com... 64.233.166.99, 64.233.166.106, 64.233.166.105, ...
    Connecting to www.google.com|64.233.166.99|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [text/html]
    Saving to: 'index.html'
    
    index.html                      [ <=>                                              ]  11.78K  --.-KB/s    in 0.01s   
    
    2018-12-04 16:47:27 (949 KB/s) - 'index.html' saved [12063]

and I get the file

on hp-ux

    wget https://www.google.com/
    --2018-12-04 16:48:46--  https://www.google.com/
    Resolving www.google.com (www.google.com)... 64.233.166.99, 64.233.166.106, 64.233.166.105, ...
    Connecting to www.google.com (www.google.com)|64.233.166.99|:443... connected.
    ERROR: The certificate of 'www.google.com' is not trusted.
    ERROR: The certificate of 'www.google.com' doesn't have a known issuer.
    ERROR: The certificate of 'www.google.com' was signed using an insecure algorithm.


and I get..nothing.

I run the command

    c_rehash

 

and

 

    /usr/local/bin/c_reash


But nothing change.

1 REPLY 1
Mani_Np
HPE Pro

Re: SSL and certs on HPUX for applications like wget or curl

You can try using latest wget and curl softwares , You can get it from HP-UX Internet Express for HP-UX 11i v3 bundle, which can be downloaded from URL: https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131

HP-UX Internet Express support

HPE does not provide support for any of the components that are delivered through HP-UX Internet Express. HPE provides support only for issues related to package (depot) installation and executable (missing library, so on). To provide feedback about such issues, send an email to the HP-UX Internet Express Team.

Issues related to the usage of a product or configuration are not supported. For any such issues, contact forums of corresponding open source product.

 

Latest version of curl and wget can also be downloaded from HP-UX Porting websites:

Curl: http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/curl-7.62.0/

Wget: http://hpux.connect.org.uk/hppd/hpux/Gnu/wget-1.20/

 

Regards,
Manikandan
I work for HPE

Accept or Kudo