Question

Situation:

I need to login to a web site with perl script which is a https connection.

Problem I faced:

I was supposed get a 302 return, however I got 200 with empty tag. I guess I have some proxy issue

What's my question:

I tried to debug what's causing the problem. I read in some questions that LWP needs Crypt-SSLeay to make https connection. But I found that LWP can be built with https support, is Crypt-SSLeay still a necessary?

Was it helpful?

Solution

For LWP > 6.00 you need to install LWP::Protocol::https to use https.

However, if you got a response at all the https connection succeeded. The problem likely lies somewhere else.

You've shown no code, so there's not much more to say.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top