PerfectlySoft / Perfect

Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)
https://www.perfect.org
Apache License 2.0
13.83k stars 945 forks source link

How create a https server? #270

Open XMSECODE opened 6 years ago

XMSECODE commented 6 years ago

I want create a https server?How to do?

kuhl commented 6 years ago

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.