This commit is contained in:
Viktor Szakats 2026-06-13 00:35:09 +02:00
parent 1ff63dde7d
commit f58547735c
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -309,7 +309,7 @@ if(!$opt_n) {
# If we have an HTTPS URL then use curl
if($url =~ /^https:\/\//i) {
my $curl = `curl -V`;
my $curl = qx(curl -V);
if($curl) {
if($curl =~ /^Protocols:.* https( |$)/m) {
report "Get certdata with curl!";