1.执行加密命令
openssl req -new -nodes -key server.key -out server.csr -days 3650 -config ./openssl.cnf -extensions v3_req
2.返回错误提示
17272:error:25078067:DSO support routines:win32_load:could not load the shared library:../openssl-1.1.1l/crypto/dso/dso_win32.c:108:filename(providers.dll)
17272:error:25070067:DSO support routines:DSO_load:could not load the shared library:../openssl-1.1.1l/crypto/dso/dso_lib.c:162:
17272:error:0E07506E:configuration file routines:module_load_dso:error loading dso:../openssl-1.1.1l/crypto/conf/conf_mod.c:224:module=providers, path=providers
17272:error:0E076071:configuration file routines:module_run:unknown module name:../openssl-1.1.1l/crypto/conf/conf_mod.c:165:module=providers
3.解决文章来源:https://www.toymoban.com/news/detail-518860.html
原因是 OpenSSL 版本。尝试删除 OpenSSL 并安装以下版本
Win64 OpenSSL v1.1.1L (63MB Installer)
https://slproweb.com/products/Win32OpenSSL.html
4.重新执行生成一系列操作(ok)文章来源地址https://www.toymoban.com/news/detail-518860.html
到了这里,关于windows10 17272:error:25078067:DSO support routines:win32_load:could not load the shared library的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!