Looking at the source of HTTP::Server::PSGI again (have you done so yet?) I can see that expects arguments named ssl_key_file and ssl_cert_file (https://metacpan.org/release/Plack/source/lib/HTTP/Server/PSGI.pm#L53). You seem to be passing the arguments with dashes instead of underscores.
Try this:
plackup -p 5001 -- --ssl --ssl_key_file=self-signedkey.key --ssl_cert_ +file=self-signed.crt --host localhost app.psgi
Hope this helps!
In reply to Re^3: Need correct command for the plackup and Thrall SSL enabling process.
by 1nickt
in thread Need correct command for the plackup and Thrall SSL enabling process.
by chandantul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |