Above code is also working fine but not with the cgi. Anyways many thanks for suggesting new solution.use Net::SSL::ExpireDate; my $site = "www.google.com"; $ed = Net::SSL::ExpireDate->new( https => $site ); if (defined $ed->expire_date) { $expire_date = $ed->expire_date; print $expire_date; $expired = $ed->is_expired; }
Thanks
In reply to Re^2: ssl details cgi script
by alokranjan
in thread ssl details cgi script
by alokranjan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |