PHP在使用openssl加密时报错error:0308010C:digital envelope routines::unsupported

  • A+
所属分类:PHP

原因: openssl 某此旧方法已经废弃

解决方案:

openssl version -a    //找到openssl的目录

修改openssl.cnf配置文件

PHP在使用openssl加密时报错error:0308010C:digital envelope routines::unsupported
//修改后
[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

参考:从 PHP 8.1 开始,openssl 中出现 error:0308010C:digital envelope routines::unsupported 的原因和补救措施 #OpenSSL- Qiita

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: