|
Posted by petesouthwest on August 2, 2006, 8:06 am
Please log in for more thread options
Hi
I have been told that in order for my Perl script to be able to post
to an https address, there needs to be an extra library/object
installed on my server, like CURL for php. Can anyone tell me the name
of the library? Is there just one or are there alternatives?
Many thanks
Pete
|
|
Posted by petesouthwest on August 2, 2006, 8:54 am
Please log in for more thread options
petesouthwest@hotmail.com wrote:
show/hide quoted text
> Hi
> I have been told that in order for my Perl script to be able to post
> to an https address, there needs to be an extra library/object
> installed on my server, like CURL for php. Can anyone tell me the name
> of the library? Is there just one or are there alternatives?
>
> Many thanks
>
> Pete
I think my host is using CPAN Perl?
|
|
Posted by Peter Scott on August 2, 2006, 9:10 am
Please log in for more thread options
On Wed, 02 Aug 2006 05:06:14 -0700, petesouthwest wrote:
show/hide quoted text
> I have been told that in order for my Perl script to be able to post
> to an https address, there needs to be an extra library/object
> installed on my server, like CURL for php. Can anyone tell me the name
> of the library?
CPAN: Crypt::SSLeay.
show/hide quoted text
> Is there just one or are there alternatives?
Maybe Net::SSLeay would work equally; haven't tried.
--
Peter Scott
http://www.perlmedic.com/ http://www.perldebugged.com/
|
|
Posted by petesouthwest on August 2, 2006, 11:44 am
Please log in for more thread options
Peter Scott wrote:
show/hide quoted text
> On Wed, 02 Aug 2006 05:06:14 -0700, petesouthwest wrote:
> > I have been told that in order for my Perl script to be able to post
> > to an https address, there needs to be an extra library/object
> > installed on my server, like CURL for php. Can anyone tell me the name
> > of the library?
> CPAN: Crypt::SSLeay.
> > Is there just one or are there alternatives?
> Maybe Net::SSLeay would work equally; haven't tried.
> --
> Peter Scott
> http://www.perlmedic.com/
> http://www.perldebugged.com/
Thats great thank you all. I'm not up on Perl or webservers, so this
helps a lot. My Host has said to offer SSL I would need to upgrade to a
dedicated server :( at over =A3100
a month.
Is installing something like Crypt::SSLeay difficult? Any ideas why I
should need to upgrade to a dedicated server in order to get SSL
support?
Can I just clarify how this relates to having an SSL cert? When i have
asked this question to other poeple they have started talking about
secure sites. but isnt that different from support for the SSL
protocol?
Many thanks
Pete
|
|
Posted by Peter Scott on August 3, 2006, 9:27 am
Please log in for more thread options
On Wed, 02 Aug 2006 08:44:20 -0700, petesouthwest wrote:
show/hide quoted text
> Peter Scott wrote:
>> On Wed, 02 Aug 2006 05:06:14 -0700, petesouthwest wrote:
>> > I have been told that in order for my Perl script to be able to post
>> > to an https address, there needs to be an extra library/object
>> > installed on my server, like CURL for php. Can anyone tell me the name
>> > of the library?
>> CPAN: Crypt::SSLeay.
>
> Thats great thank you all. I'm not up on Perl or webservers, so this
> helps a lot. My Host has said to offer SSL I would need to upgrade to a
> dedicated server :( at over £100
> a month.
That of course is completely unrelated to your original question, which
was about accessing a site, not serving a site.
show/hide quoted text
> Is installing something like Crypt::SSLeay difficult?
Usually not; YMMV.
show/hide quoted text
> Any ideas why I
> should need to upgrade to a dedicated server in order to get SSL
> support?
They're using it as an excuse to make more money? :-)
show/hide quoted text
> Can I just clarify how this relates to having an SSL cert? When i have
> asked this question to other poeple they have started talking about
> secure sites. but isnt that different from support for the SSL protocol?
Your problem appears to be clarifying what it is that you want, because I
cannot tell why you are talking about posting to an https address at the
same time as serving a secure site. Unless what you mean by 'post' is
different from the usual interpretation of an HTTP request. What *do* you
mean by 'post'?
--
Peter Scott
http://www.perlmedic.com/ http://www.perldebugged.com/
|
| Similar Threads | Posted | | Free CGI scripts to search sites? | February 12, 2006, 10:15 am |
| Stream filtering Module/Language needed | September 24, 2007, 5:34 pm |
| advice needed on using proper perl graphics module(s) | November 4, 2004, 1:02 pm |
| How to download web sites with www::robot | April 11, 2005, 2:31 am |
| Newbie question about NTLM and web sites | August 12, 2004, 9:17 am |
| Is installing Crypt::SSLeay related to SSL Certs and secure sites? | August 3, 2006, 4:15 am |
| CGI scripts and modular design? | September 28, 2004, 9:41 am |
| something like CPAN::AutoInc for scripts | June 7, 2006, 4:18 pm |
| mod_perl, LWP and HTTPS | January 11, 2005, 7:35 pm |
| LWP, https and a proxy | February 22, 2005, 7:43 am |
|
> I have been told that in order for my Perl script to be able to post
> to an https address, there needs to be an extra library/object
> installed on my server, like CURL for php. Can anyone tell me the name
> of the library? Is there just one or are there alternatives?
>
> Many thanks
>
> Pete