PerfectlySoft/Perfect

How create a https server?

XMSECODE opened this issue · 1 comments

I want create a https server?How to do?

kuhl commented

You can run in Apache or nginx. If you want to use Perfect's server, you'll have to create and modify an HTTPServer instance and set the ssl and ca attributes. Configuration support document is here: https://www.perfect.org/docs/HTTPServer.html

The issues tab if for issues relating to bugs or missing features in Perfect. Please don't use it as a support forum. Please close this issue.