Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
allow verify certificate chain in client mode (optional) #64
Conversation
* `verifyChain` allows stunnel to verify the remote certificate chain. the default is still no, so it should keep backwards compatibility. * `CAfile` points to a file that should exist on Alpine and includes the root certificates. It has no effect unless `verifyChain` is set to yes.
8c9d7e3
to
0004bf1
verifyChainallows stunnel to verify the remote certificate chain. the default is still no, so it should keep backwards compatibility.CAfilepoints to a file that should exist on Alpine and includes the root certificates. It has no effect unlessverifyChainis set to yes.