We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
详细信息:cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://login.live.com/oauth20_token.srf
系统:windows server 2022 使用宝塔Apache 2.4.54 MySQL 5.7.38 PHP-8.1
.env设置 MICROSOFT_KEY=应用程序(客户端) ID MICROSOFT_SECRET=机密 ID@值 #客户端密码 应用程序在请求获取令牌时用来证明自己标识的机密字符串。亦称为“应用程序密码”。 MICROSOFT_REDIRECT_URI=https://url/mojang/callback #都是复制的微软网站上的,已通过mincecraft api申请
The text was updated successfully, but these errors were encountered:
cURL 的 SSL 相关的问题,一般来说,不会是 Blessing Skin 本身或者插件的问题,要么是你运行环境出了问题,要么是你网络环境出了问题。
STFW。
Sorry, something went wrong.
No branches or pull requests
详细信息:cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://login.live.com/oauth20_token.srf
系统:windows server 2022
使用宝塔Apache 2.4.54 MySQL 5.7.38 PHP-8.1
.env设置
MICROSOFT_KEY=应用程序(客户端) ID
MICROSOFT_SECRET=机密 ID@值 #客户端密码 应用程序在请求获取令牌时用来证明自己标识的机密字符串。亦称为“应用程序密码”。
MICROSOFT_REDIRECT_URI=https://url/mojang/callback
#都是复制的微软网站上的,已通过mincecraft api申请
The text was updated successfully, but these errors were encountered: