You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverted to regular single-port mode (8080). By default new HTTP Listener code is used. Set UseMsHttpApi=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.
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New experimental testing version of WebOne, released on 4.07.2023 after 10 commits since previous Beta version.
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.[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 (Request is created 7 days before now #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.Oops: Invalid URI: The URI scheme is not valid
in some cases.This discussion was created from the release WebOne 0.16 Beta 2.
Beta Was this translation helpful? Give feedback.
All reactions