此错误通常是由于 OpenSSL 版本低而导致的。解决方法是更新 OpenSSL 版本。以下是更新 OpenSSL 的示例代码:
在 Ubuntu 上:
sudo apt-get update sudo apt-get install openssl
在 CentOS 上:
sudo yum update openssl
在 MacOS 上:使用 Homebrew 安装
brew update brew install openssl
在 Windows 上:可在 OpenSSL 官网下载安装包进行安装。
安装完毕后再次运行 DataBricks 安装即可。