- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Floating exception with LWP::UserAgent in SSL
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 04:37 AM
11-10-2004 04:37 AM
Floating exception with LWP::UserAgent in SSL
#!/usr/local/bin/perl
use LWP::UserAgent;
$ua = new LWP::UserAgent();
$request = new HTTP::Request('GET','https://www.ross-simons.com/');
$result = $ua->request($request);
$content = "\ncode .....: ".$result->code;
$content .= "\nmessage ..: ".$result->message;
$content .= "\ncontent ..: \n".$result->content;
print $content;
I'm using Perl 5.6.1, OpenSSL 0.9.7, and I have the Crypt-SSLeay and libwww modules installed. LWP::UserAgent reports that SSL support is there (perl -MLWP -e 'print LWP::UserAgent->new->is_protocol_supported("https"),"\n"' produces 1).
This is HP-UX 11.11, 64-bit, on an rp8400 server.
Anybody have any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 06:14 AM
11-10-2004 06:14 AM
Re: Floating exception with LWP::UserAgent in SSL
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2004 06:15 AM
11-10-2004 06:15 AM
Re: Floating exception with LWP::UserAgent in SSL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 01:24 AM
11-11-2004 01:24 AM
Re: Floating exception with LWP::UserAgent in SSL
I meant the server your are getting the core dump on, but if ssl was pre-packaged that's likely not the issue.
Have you run "file" on the core file to see exactly which process created it? Have your tried running "adb" against it?
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 01:26 AM
11-11-2004 01:26 AM