in reply to Re^3: Need correct command for the plackup and Thrall SSL enabling process.
in thread Need correct command for the plackup and Thrall SSL enabling process.

Thanks everyone for your patient and i was able to fix the issue by making ssl to true . Please check below command.

plackup -p 5001 --ssl=1 --ssl_key_file=self-signedkey.key --ssl_cert_file=self-signed.crt --host localhost app.psgi
  • Comment on Re^4: Need correct command for the plackup and Thrall SSL enabling process.
  • Download Code

Replies are listed 'Best First'.
Re^5: Need correct command for the plackup and Thrall SSL enabling process.
by 1nickt (Canon) on May 10, 2021 at 01:00 UTC

    Well done!


    The way forward always starts with a minimal test.