in reply to Re: Need correct command for the plackup and Thrall SSL enabling process.
in thread Need correct command for the plackup and Thrall SSL enabling process.
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.psgiError
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Need correct command for the plackup and Thrall SSL enabling process.
by 1nickt (Canon) on May 08, 2021 at 18:43 UTC | |
by chandantul (Scribe) on May 09, 2021 at 18:43 UTC | |
by 1nickt (Canon) on May 10, 2021 at 01:00 UTC | |
by chandantul (Scribe) on May 08, 2021 at 23:48 UTC |