Originally posted by: AntonMarquez
I have good news and bad news.
Good news is that I installed yum rpms and as a prerequisite curl also updated. And with root user it shows all the possible protocols.
root@mwfsq2-KDC:/opt/freeware/lib/python2.7>curl --version
curl 7.52.1 (powerpc-ibm-aix6.1.8.0) libcurl/7.52.1 OpenSSL/1.0.2k zlib/1.2.11
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy
root@mwfsq2-KDC:/opt/freeware/lib/python2.7>
Bad news is with an application user on the same server it is still not reflecting all the protocols. What am I missing?. Is it a simple tweak ?
webm@mwfsq2:/home/webm>curl --version
curl 7.52.1 (powerpc-ibm-aix6.1.8.0) libcurl/7.44.0
Protocols: dict file ftp gopher http imap pop3 rtsp smtp telnet tftp
Features: IPv6 Largefile UnixSockets
webm@mwfsq2:/home/webm>