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?