Hi

Thanks for the link. To quote (for future monk reference):
Also for those that that have not figured this out already:  All
response headers prefixed with "Client-" are things that LWP adds by
itself.  It is not something that the server actually sent as a
header.
So looks like the 'error' is just a header which LWP tags on to the response (it cant verify that the SSL certificate is genuine, only that there is one (ie for all LWP knows, the certificate proporting to be from Microsoft or whatever may not actually be) - this is my interpretation - it may not be right). Anyway, all this leaves me still scratching my head wondering why the script doesnt work; for testing I pulled all the field entries from the real web page and used those values in the script. Oh well back to the drawing board.

Thanks

Specimen

In reply to RE: RE: posting ssl request. by Specimen
in thread posting ssl request. by Specimen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.