LWP::UserAgent and Crypt::SSLeay question

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default LWP::UserAgent and Crypt::SSLeay question

    Hi,

    I need help in modifying a LWP script that I wrote a while ago that use
    https, cookie and accept client redirection.

    Now, I need to make it to use client SSL certificate - similar with an IE
    browser.

    This certificate is an in-house generated cert so I may need also the client
    to check or know about or Root CA...

    Is anyone here that can point me to the right direction and/or provide some
    samples?


    Thank you,

    Zorba



    Zorba Guest

  2. Similar Questions and Discussions

    1. Crypt::SSLeay + OpenSSL 0.9.8
      IRC #news (yeah!) drawed my attention to * rssbot Crypt::SSLeay - http://annocpan.org/~CHAMAS/Crypt-SSLeay-0.51/SSLeay.pm#note_963 which...
    2. Explicitly telling LWP::UserAgent where Crypt::SSLeay is
      I had to change the first couple lines of Crypt::SSLeay to the following so that it could find its .so file (I'm working in the user directory of a...
    3. Novice having problems with Crypt::SSLeay
      I'm trying to write script that will access a site that requires a "User Name" and "Password". Instead of getting the source code of the site I call...
    4. LWP with Crypt::SSLeay or Net::SSLeay with OpenSSL v0.97c hanging( 500 read timeout )
      Hello, I do not know if this should go to this list or the OpenSSL list. It sounds like a OpenSSL bug, but maybe someone can verify.
    5. Crypt::SSLeay
      I am tryping to get Crypt::SSLeay to run under Windows. From CPAN, the documentation says that Activestate has a compiled version available...
  3. #2

    Default Re: LWP::UserAgent and Crypt::SSLeay question

    Have a look to the openssl docs. There are bindings for it in perl.
    (but I think Crypt::SSLeay must be able to handle client certificates...)


    Zorba wrote:
    > Hi,
    >
    > I need help in modifying a LWP script that I wrote a while ago that use
    > https, cookie and accept client redirection.
    >
    > Now, I need to make it to use client SSL certificate - similar with an IE
    > browser.
    >
    > This certificate is an in-house generated cert so I may need also the client
    > to check or know about or Root CA...
    >
    > Is anyone here that can point me to the right direction and/or provide some
    > samples?
    >
    > Thank you,
    >
    > Zorba
    Stephan Titard Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139