New experimental testing version of WebOne, released on 4.07.2023 after 10 commits since previous Beta version.
- Contains all new features of WebOne 0.16 Beta 1.
- Reverted to regular single-port mode (
8080). By default new HTTP Listener code is used. SetUseMsHttpApi=yesto use old stable HTTP Listener code in case of problems, or to compare 0.15 vs 0.16. - Added
[SecureProxy]configuration file section, which sets up options of HTTPS proxy:SslRootValidAfter,SslRootValidBeforeis configuring lifetime period of root certificate.SslCertVaildBeforeNow,SslCertVaildAfterNowis configuring sites certificates lifetime period (#93).SslRootSubjectoverrides default root certificate name.SslHashAlgorithmsets algorithm of root certificate hash: MD5/SHA1/SHA256. Site certificates currently are always SHA256 due to a bug difficult to fix.SslProtocolssets SSL/TLS versions used to communicate with clients. Syntax of value.
- Added check for CA certificate date, time and validness.
- By default, newly-created CA certificates have unique number, so it's easy to manage them.
- Fixed huge memory leak (#94).
- Fixed detection of HTTP 1.1 Keep-Alive connections.
- Fixed
Oops: Invalid URI: The URI scheme is not validin some cases. - Important: WebOne 0.16 Beta 2 Release Notes.