We're doing this (as opposed to using LWP) because LWP is reporting errors and the java software devilopers want proof it's not because of reported problems they've read regarding LWP. Thank you in advance,#!/usr/local/bin/perl -w use strict; my $url = "https//somehost.domain.com/"; my $url_port = "somehost.domain.com:443"; my @SSL; open( SSL,"| /usr/local/ssl/bin/openssl s_client -connect $url_port +"); print SSL "get $url\n"; close(SSL); foreach (@SSL) { print; }
In reply to Openssl & GET by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |