mikavilpas / link_title

Irssi plugin for manipulating links sent by others
1 stars 0 forks source link

idea: add support for https links #16

Open mikavilpas opened 14 years ago

mikavilpas commented 14 years ago

What steps will reproduce the problem?

  1. any link with the https protocol is not processed

What is the expected output? What do you see instead?

Please use labels and text to provide additional information. An additional module is required for LWP to process https links.

mikavilpas commented 14 years ago

have a look at www::mechanize in perl to see if it handles this better than lwp

mikavilpas commented 14 years ago

http://lwp.interglacial.com/appa_01.htm

basic information on: "LWP::Protocol::https Internal class that normally handles the https: URL scheme, assuming you have an SSL library installed."