matteocorti / check_ssl_cert

A shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection.
GNU General Public License v3.0
368 stars 132 forks source link

proxy with no-proxy-s_client #467

Closed exodus1984 closed 1 year ago

exodus1984 commented 1 year ago

When using a proxy it should be possible to enable no-proxy-s_client. At the moment I had to add "export http_proxy=http://..." to the script and start with "--no-proxy-s_client"

no-proxy_s_client imo != no-proxy :)

If I run with no-proxy-s_client and proxy I get "Only one of --proxy or --no_proxy can be specified"

VERSION=2.71.0

Regards! :)

matteocorti commented 1 year ago

Fixed with release 2.72.0