在Windows 10中安装流浪汉插件

时间:2020-07-31 13:35:57

标签: windows powershell ssl vagrant

我正在尝试在公司防火墙后面安装一个流浪者插件,但是由于某些SSL问题,安装失败:

this.userService.loggedInUser
  .pipe(
    filter(user => user !== null),
    take(1)
  ).subscribe(user => {
    console.log(user);
   });

我已经尝试从Internet Explorer导出证书并将其添加到文件Installing the 'vagrant-vmware-desktop' plugin. This can take a few minutes... ERROR: SSL verification error at depth 1: unable to get local issuer certificate (20) ERROR: You must add XXX to your local trusted store Vagrant failed to load a configured plugin source. This can be caused by a variety of issues including: transient connectivity issues, proxy filtering rejecting access to a configured plugin source, or a configured plugin source not responding correctly. Please review the error message below to help resolve the issue: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) (https://gems.hashicorp.com/specs.4.8.gz) 中,但到目前为止没有成功。我正在从Windows PowerShell开始安装。

0 个答案:

没有答案