Hello Sir, The IO::Socket::SSL was installed an i was able to genarate the self signed certifiate through IO::SOcket::SSL::UTILs tool. The issue is there is the command contains certifcate generated by IO:Socket::SSL::Utils giving Invalid argument issue and other certificate genrated by OpenSSL giving different error. I will need to know where is the issue now as the cerrificated was generated as expected by IO::Socket::SSL::UTILS

Command for Self-Signed certifcate generated by IO::Socker::SSL::UTILS

C:\Users\Documents\Perl\webapp\bin>plackup -p 5001 --ssl --ssl-key-fil +e=self-signedkey.key --ssl-cert-file=self-signed.crt app.psgi code> <p>Error</p> <code>failed to listen to port 5001: Invalid argument at C:/Strawberry +/perl/site/lib/HTTP/Server/PSGI.pm line 103.</

Command for Self-Signed certifcate generated by OpenSSL

plackup -p 5001 --ssl --ssl-key-file=C:\Users\Documents\Private-Public\privateKey0506.key --ssl-cert-file=C:\Users\Documents\Private-Public\localhost.crt app.psgi

Error

failed to listen to port 5001:  at C:/Strawberry/perl/site/lib/HTTP/Server/PSGI.pm line 103.

Same command but different error. is that possible for you identify and help?


In reply to Re^2: Need correct command for the plackup and Thrall SSL enabling process. by chandantul
in thread Need correct command for the plackup and Thrall SSL enabling process. by chandantul

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.