Second alpha version of WebOne 0.10.0.
What's new:
- Containing all changes of 0.10a1 since 0.9.3.
- TLS cerificate checking can be disabled, so the Proxy will work even with invalid system date/time. It's configurable via
ValidateCertificates
in webone.conf. - Test (info) page is now available on
http://%proxyhost%/
. Not only athttp://%proxyhost%/!
. Testing and configuring WebOne proxies is now easier. - Default webone.conf now have
ffmpeg
converter enabled by default. - All headers sent to HTTPS servers are now containing https:// protocol in their bodies.
- All servers which prefer HTTPS for work (instead of HTTP) are now accessed securely.
- Improved auto-detection of text encodings.
- Fixed broken in 0.10a1 transfer of non-Unicode content.
- Fixed broken in 0.10a1 support for UTF-7/8/16/32 (bug #5) .
- Fixed broken in 0.10a1 auto-detection of Windows code page. Now
OutputEncoding
option in webone.conf can be either a number, a name (understandable by .NET Core's CodePagesEncodingProvider.Instance.GetEncoding call), a Unicodeishutf-7
...utf-32le
, automaticWindows/Win/ANSI
,DOS/OEM
,Mac
orEBCDIC/IBM
or beAsIs
. - Fixed broken in 0.10a1 auto-detection of local IPs of the server when it is started on Linux (bug #3).
Please report any bugs found in this version!
https://github.com/atauenis/webone/issues
Announce: https://www.vogons.org/viewtopic.php?p=843106#p843106