rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
9.8k stars 488 forks source link

test: adapt to openssl 3 #126

Closed rapiz1 closed 2 years ago

rapiz1 commented 2 years ago

OpenSSL 3 has breaking changes about PKCS#12 format and it's not compatible with the pfx file created by the old version. Update certs in test cases to fix that.

Resolves https://github.com/rapiz1/rathole/issues/125