siteserver / cms

SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。
https://sscms.com
GNU Affero General Public License v3.0
3.65k stars 1.2k forks source link

The SSL connection could not be established, see inner exception. #3670

Open chen5410178 opened 11 months ago

chen5410178 commented 11 months ago

at SSCMS.Core.Services.CloudManager.GetExtensionDownloadUrlAsync(String userName, String name, String version) in D:\a\1\s\build-win-x64\src\SSCMS.Core\Services\CloudManager.cs:line 168 at SSCMS.Web.Controllers.Admin.Plugins.InstallController.Download(DownloadRequest request) in D:\a\1\s\build-win-x64\src\SSCMS.Web\Controllers\Admin\Plugins\InstallController.Download.cs:line 37 at lambda_method9(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State

starlying commented 11 months ago

看报错信息是下载官网插件包时连接无法建立导致报错,按说一般情况是服务器无法联网导致的,可以在服务器上面使用浏览器直接访问https://sscms.com,看看能正常访问不