Gossamer Forum
Home : General : Perl Programming :

Special module for accessing SSL sites?

Quote Reply
Special module for accessing SSL sites?
Hi guys,

Is there a special module/add-on that is required for LWP::Simple, so you can access https:// sites? I'm trying to write something that will interact with WorldPay, and cancel an account ... but it keeps giving me a 501 error Unimpressed

TIA

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Special module for accessing SSL sites? In reply to
You usually need something like Net::SSLeay installed.

~Charlie
Quote Reply
Re: [Chaz] Special module for accessing SSL sites? In reply to
Yeah, that was almost it. We had to re-install the whole wwwlib module package again, as well as a newer version of Net::SSLeay. Its working a charm now Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!