500 SSL negotiation failed:
####
[error] [client 127.0.1.1] Invalid method in request \x80d\x01\x03\x01
[error] [client 127.0.1.1] Invalid method in request \x16\x03
[error] [client 127.0.1.1] Invalid method in request \x80d\x01\x03\x01
[error] [client 127.0.1.1] Invalid method in request \x16\x03
[error] [client 127.0.1.1] Invalid method in request \x80d\x01\x03\x01
[error] [client 127.0.1.1] Invalid method in request \x16\x03
[error] [client 127.0.1.1] Invalid method in request \x80d\x01\x03\x01
[error] [client 127.0.1.1] Invalid method in request \x16\x03
[warn] [client 76.17.99.50] Timeout waiting for output from CGI script . . .
[error] [client 76.17.99.50] Premature end of script headers:
####
my($pane_1_tab_0_7) = $self->_render_url('links_docs','user_guide');
####
sub _render_url {
my $self = shift;
my $stanza = shift;
my $arg = shift;
my $url = $self->{'cfg'}->{'_DATA'}->{$stanza}->{$arg}[0];
print STDERR "Now rendering page at: $url.\n";
$self->{'agent'}->get($url);
my $html = $self->{'agent'}->content();
return $html;
}