kwebio / kweb-core

A Kotlin web framework
https://docs.kweb.io/book
GNU Lesser General Public License v3.0
969 stars 57 forks source link

SSLConfig is deprecated, how to enable HTTPS? #444

Closed markfarber closed 1 year ago

markfarber commented 1 year ago

Ref: https://docs.kweb.io/api/kweb-core/kweb.https/-s-s-l-config/index.html

sanity commented 1 year ago

Docs need to be updated, use httpsConfig parameter of Kweb constructor, see https://api.ktor.io/ktor-server/ktor-server-host-common/io.ktor.server.engine/-engine-s-s-l-connector-config/index.html.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.