Ask a Question related to PERL Modules, Design and Development.
-
petesouthwest@hotmail.com #1
Is installing Crypt::SSLeay related to SSL Certs and secure sites?
Hi
As I understand it in order to post to an HTTPS site from a Perl script
my webserver host needs to install Crypt::SSLeay. Does that in anyway
involve needing an SSL Cert?
Thanks
Pete
petesouthwest@hotmail.com Guest
-
Crypt::SSLeay + OpenSSL 0.9.8
IRC #news (yeah!) drawed my attention to * rssbot Crypt::SSLeay - http://annocpan.org/~CHAMAS/Crypt-SSLeay-0.51/SSLeay.pm#note_963 which... -
Crypt::SSLeay Installation Failure
I seem to have a recurring problem installing Crypt::SSLeay on my Red Hat Enterprise 4 systems. Whether I install in manually by downloading and... -
LWP::UserAgent and Crypt::SSLeay question
Hi, I need help in modifying a LWP script that I wrote a while ago that use https, cookie and accept client redirection. Now, I need to make... -
LWP with Crypt::SSLeay or Net::SSLeay with OpenSSL v0.97c hanging( 500 read timeout )
Hello, I do not know if this should go to this list or the OpenSSL list. It sounds like a OpenSSL bug, but maybe someone can verify. -
Crypt::SSLeay
I am tryping to get Crypt::SSLeay to run under Windows. From CPAN, the documentation says that Activestate has a compiled version available... -
Sisyphus #2
Re: Is installing Crypt::SSLeay related to SSL Certs and secure sites?
<petesouthwest@hotmail.com> wrote in message
news:1154592909.976267.276060@h48g2000cwc.googlegr oups.com...I would expect that all they have to do is install Crypt::SSLeay. I've never> Hi
> As I understand it in order to post to an HTTPS site from a Perl script
> my webserver host needs to install Crypt::SSLeay. Does that in anyway
> involve needing an SSL Cert?
>
had to do anything other than that on my home computers.
Cheers,
Rob
Sisyphus Guest
-
petesouthwest@hotmail.com #3
Re: Is installing Crypt::SSLeay related to SSL Certs and secure sites?
Sisyphus wrote:Cheers thank you> <petesouthwest@hotmail.com> wrote in message
> news:1154592909.976267.276060@h48g2000cwc.googlegr oups.com...>> > Hi
> > As I understand it in order to post to an HTTPS site from a Perl script
> > my webserver host needs to install Crypt::SSLeay. Does that in anyway
> > involve needing an SSL Cert?
> >
> I would expect that all they have to do is install Crypt::SSLeay. I've never
> had to do anything other than that on my home computers.
>
> Cheers,
> Rob
petesouthwest@hotmail.com Guest
-
petesouthwest@hotmail.com #4
Re: Is installing Crypt::SSLeay related to SSL Certs and secure sites?
Sisyphus wrote:My host are saying they wont do it as they would have to open port 443?> <petesouthwest@hotmail.com> wrote in message
> news:1154592909.976267.276060@h48g2000cwc.googlegr oups.com...>> > Hi
> > As I understand it in order to post to an HTTPS site from a Perl script
> > my webserver host needs to install Crypt::SSLeay. Does that in anyway
> > involve needing an SSL Cert?
> >
> I would expect that all they have to do is install Crypt::SSLeay. I've never
> had to do anything other than that on my home computers.
>
> Cheers,
> Rob
Why would that be a problem? Would Port 443 need to be open for 'POST'
s to HTTPS sites?
petesouthwest@hotmail.com Guest
-
Big and Blue #5
Re: Is installing Crypt::SSLeay related to SSL Certs and secure sites?
[email]petesouthwest@hotmail.com[/email] wrote:
What "host"?>
> My host are saying they wont do it as they would have to open port 443?
HTTPS is on port 443 by default (though, of course, you can run it any> Why would that be a problem? Would Port 443 need to be open for 'POST's to HTTPS sites?
port).
If you, as a client, are trying to make an https *call* I'd be surprised
if that didn't work. That would mean you couldn't connect to most https
sites (eg: most "shopping" sites taking card payments).
And since this refers to Crypt::SSLeay I assume you are just running it
as a client.
But if you give some more detail you might get more useful answers.
--
Just because I've written it doesn't mean that
either you or I have to believe it.
Big and Blue Guest



Reply With Quote

