Skip to content

Releases: rekby/lets-proxy2

Backend https support

01 Feb 18:11
424b70b
Compare
Choose a tag to compare
Merge pull request #109 from rekby/devel

Add backend https support

Fix bad http-proto and connection_id headers

24 Jan 05:11
bb341cb
Compare
Choose a tag to compare

Switch to older golang, fix background cert renew

17 Dec 18:57
264b098
Compare
Choose a tag to compare
Merge pull request #101 from rekby/devel

Fix background renew

go 1.12

24 Nov 17:01
22453ef
Compare
Choose a tag to compare
v0.21.3

go version to 1.12

Add profiler

24 Nov 12:05
de2d29f
Compare
Choose a tag to compare

Add support of go profiler - for research memory leak/cpu load.

Need enable in config.

Update go to 1.13

27 Oct 15:23
ce97bab
Compare
Choose a tag to compare

Update go compiler version

Switch to ACME v2 protocol

27 Oct 15:08
98daa1b
Compare
Choose a tag to compare
Pre-release

Updates:

  • Switch protocol for certificates issue to ACMEv2
  • Update dependencies

Backward incompatible changes:
Since not lets-proxy2 will not issue certificate for partially ok domain list.
If domain passed internal tests it must get authorize for create certificate.

In practive with default settings self-check is good and it will not be a problem.

switch to go 1.10

19 Aug 22:05
196d678
Compare
Choose a tag to compare
switch to go 1.10 Pre-release
Pre-release
Merge pull request #89 from rekby/devel

switch to go 1.10 for test prevent memory leak on windows 2008 without r2

Fix renew expired certificate

27 Jul 20:35
f980fcf
Compare
Choose a tag to compare
Merge pull request #85 from rekby/devel

Fix renew expired certificate

KeepAlive

27 Jul 19:40
23dff2e
Compare
Choose a tag to compare
KeepAlive Pre-release
Pre-release
  • Add keepalive config
  • Doesn't issue certificate on system errors.

ATTENTION:
known bug - no renew expired certificates if it load from disk (expired without usage and no renewed in background).