Is it possible to use LWP::UserAgent to send an HTTP Request using TLS? Will simply sending to a url starting with https:// work? If not is there a way? Or should I just abandon this idea, and switch to some other perl module?
I am trying to add some secure communications using TLS to some perl code which currently only uses LWP::UserAgent and I thought it would be more elegant if I could continue to use it.