leapyear1969
leapyear1969
hello there, may i know if there's any updates on this issue? my org in China has encountered this problem. the workaround seems not working, with below error: ```js Connect-MgGraph...
hello @maisarissi please check the error message: 
hello @Icybiubiubiu , i saw that you regesiterd you own app, and it works, how did you do that? i tried both Self-signed certificate and CA certificate,no luck for me.
> i still cannot connect to MSGraph via powershell SDK, even i installed the cert on my PC as trusted cert. ```js Connect-MgGraph -Environment China -AppId $CN_App_Id -TenantId $CN_Tenant_Id -Certificate...
> @leapyear1969 have you uploaded the certificate to your mooncake (Azure Active Directory App Registration)? @georgend yes,i did upload it to the AAD app registartion. 
> @leapyear1969, the certificate needs to be installed in your user's trusted store on the machine you are running the script from. You can use `Get-ChildItem Cert:\CurrentUser\My\$CertThumbprint` to verify if...
4 years past still have this issue. :(
代理不稳定的话,确实会出现这个问题。换个节点就好了。
我也遇到类似的问题,在美国服务器部署的,卡在start auto replying 上... 换到国内服务器开代理之后,可以正常回复,是不是微信限制了区域? update:是 我的config文件写的有问题,group white list名字写错了。
同样有问题,你解决了吗?