I have a .curlrc file and when I use the latest version of curl (7.88.1) I get a warning msg with any curl commands (i.e. version command or other curl invocations):
(AQHO)NEILS:/u/neils(571):>type curl
curl is hashed (/usr/local/zopen/prod/curl/bin/curl)
(AQHO)NEILS:/u/neils(572):>curl --version
Warning: /u/neils/.curlrc:1: warning:
Warning: '{@@�~aaaa�~aaaaK�'
Warning: is unknown
curl 7.88.1 (i370-ibm-openedition) libcurl/7.88.1 OpenSSL/1.1.1s
Release-Date: 2023-02-20
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTPS-proxy Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets
(AQHO)NEILS:/u/neils(573):>ls -alT .curlrc
- untagged T=off -rwxr-x--- 1 BPXROOT DEPTD60 65 May 5 2021 .curlrc
(AQHO)NEILS:/u/neils(574):>cat .curlrc
# for curl
capath=/usr/local/ssl/
cacert=/usr/local/ssl/cert.pem
(AQHO)NEILS:/u/neils(575):>
Igor was able to repro the problem.
I have a .curlrc file and when I use the latest version of curl (7.88.1) I get a warning msg with any curl commands (i.e. version command or other curl invocations):
Igor was able to repro the problem.