WebOne 0.16 Beta 2
Pre-release
Pre-release
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=yes
to 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
,SslRootValidBefore
is configuring lifetime period of root certificate.SslCertVaildBeforeNow
,SslCertVaildAfterNow
is configuring sites certificates lifetime period (#93).SslRootSubject
overrides default root certificate name.SslHashAlgorithm
sets algorithm of root certificate hash: MD5/SHA1/SHA256. Site certificates currently are always SHA256 due to a bug difficult to fix.SslProtocols
sets 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 valid
in some cases. - Important: WebOne 0.16 Beta 2 Release Notes.