可以尝试下面的方法 1,报错:curl: (35) SSL connect error 解决方法:yum update nss 2,报错:curl: (35) Cannot communicate securely with peer: no common encryption ...
服务器升级到centos ,当通过CURL来访问内网https地址的时候,会遇到以下几点问题 我们见招拆招 : . error: C :digital envelope routines:EVPDigestInitex:disabled for FIPS fips mode setup disable,这个操作需要重启才能生效,并不是systemctl restart sssd就可以的啦,逆操作: ...
2021-09-16 14:46 0 317 推荐指数:
可以尝试下面的方法 1,报错:curl: (35) SSL connect error 解决方法:yum update nss 2,报错:curl: (35) Cannot communicate securely with peer: no common encryption ...
systemctl status firewalld.service systemctl stop firewalld.service 关闭开机启动 ...
centos8,先后装了mysql-server又卸载了,装了mariadb-server又卸载了。 最后又装了mariadb-server,看了下版本,10.3.28 但是始终只能本机登录,无法远程登录。 常用的那些方法都懂,都检查了,木有问题。 但是,就是无法远程登录。 (本段 ...
在php扩展memcached中执行./configure --with-php-config=/usr/local/php/bin/php-config 报错: 然后去安装libmemcached,但是yum安装的方式还是报错, 然后就考虑源码编译安装:(下载目录:)https ...
主机环境:centos8 一、docker 安装 step1:添加Docker存储库文件:(两种方式) (1) sudo yum-config-manager --add-repo https://download.docker.com/linux/centos ...
重启网卡,需要先查看网卡名称。 启用 EPEL 和 PowerTools 存储库。 Firewall 防火墙相关操作命令。 ...
在调用https协议的接口时,自签证书不受信任就会报以下异常 有两种解决方法: 通过keytools将自签证书导入到java受信证书文件中; 设置信任所有证书(不安全,这么做也就没必要使用https协议了) 以下代码设置httpclient信任所有证书 ...
CentOS Linux 8 had reached the End Of Life (EOL) on December 31st, 2021. It means that CentOS 8 will no longer receive development resources from ...