in reply to Re^6: Unable to enable SSL on Dancer2 application in my windows platform.
in thread Unable to enable SSL on Dancer2 application in my windows platform.
Hello , I am getting below and its looks like the IO::Socket::SSL is already present.
C:\Users\Documents\Perl\Comp-Perl\webapp\bin>cpanm --look IO::Socket:: +SSL --> Working on IO::Socket::SSL Fetching http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.070 +.tar.gz ... OK Entering C:/Users/.cpanm/work/1620123254.45360/IO-Socket-SSL-2.070 wit +h C:\WINDOWS\system32\cmd.exe Microsoft Windows [Version 10.0.18363.1443] (c) 2019 Microsoft Corporation. All rights reserved. C:\Users\.cpanm\work\1620123254.45360\IO-Socket-SSL-2.070>
It does not look the IO::Socket::SSL is working since i am getting below. Please help in any advices. I am using Strawberry Perl
C:\Users\Documents\Perl\Synchrony-Perl\webapp\bin>plackup --ssl --ssl- +key-file=C:\Users\Documents\Private-Public\privateKey.key --ssl-cert- +file=C:\Users\Documents\Private-Public\certificate.crt app.psgi failed to listen to port 5000: at C:/Strawberry/perl/site/lib/HTTP/Se +rver/PSGI.pm line 103.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Unable to enable SSL on Dancer2 application in my windows platform.
by marto (Cardinal) on May 04, 2021 at 11:08 UTC | |
|
Re^8: Unable to enable SSL on Dancer2 application in my windows platform.
by chandantul (Scribe) on May 04, 2021 at 11:41 UTC | |
by marto (Cardinal) on May 04, 2021 at 11:46 UTC | |
|