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?
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
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |