OpenVPN / openvpn

OpenVPN is an open source VPN daemon
http://openvpn.net
Other
10.26k stars 2.92k forks source link

2.6.7: Server crash on client reconnect with wrong ca #509

Closed wangyusheng1985 closed 4 months ago

wangyusheng1985 commented 4 months ago

Describe the bug When a client with an incorrect certificate reconnects to the server, the server will crash.

To Reproduce

Expected behavior A clear and concise description of what you expected to happen.

Version information (please complete the following information):

Additional context

wangyusheng1985 commented 4 months ago

Additional context

image
ordex commented 4 months ago

Please update to 2.6.9 - this bug should be already fixed there.

cron2 commented 4 months ago

The log file is not really helpful, but as ordex said, we know there is a crashbug in 2.6.7 which can happen on malformed incoming control packets. "Wrong CA" is a new version of this, but anyway - 2.6.7 was not a good release.

wangyusheng1985 commented 4 months ago

Thanks a lot