mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:33:08 +03:00
s3
This commit is contained in:
parent
1ff63dde7d
commit
f58547735c
5 changed files with 7 additions and 7 deletions
|
|
@ -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!";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue