# from Jamie # on Monday 05 March 2007 12:05 pm: >I've been trying to access the server keys from an SSL connection > using Crypt::SSLeay and LWP. I really need to use LWP as the rest of > the program is sort of built around it.
It's my understanding that to do strict key verification and such, you'll need to write a package ala LWP::Protocol::https and then set it as the implementor LWP::Protocol::implementor('https', 'foo::bar'); That's just from my reading of the code/docs. I haven't played with it yet, only determined that it appears to be the official mechanism. --Eric -- "I've often gotten the feeling that the only people who have learned from computer assisted instruction are the authors." --Ben Schneiderman --------------------------------------------------- http://scratchcomputing.com ---------------------------------------------------