如题,192.168.199.228是容器所在虚机地址,调用失败,错误提示是https required。
部署在本机的时候可以调用。
本机OS:windows server 2012
docker所在虚机OS:centos7
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Can ServiceStack JsonServiceClient send a get requ
- Unspecified error (0x80004005) while running a Doc
- What would prevent code running in a Docker contai
把 RequireHttpsMetadata 设置为 false 试试
await DiscoveryClient.GetAsync(settings.Host);此方法必须写成localhost地址或者https的,或者你用httpclient自己调用
地址(http://localhost:56789/connect/token)如果不是localhost需要https,否则需要使用别的请求类,比如HttpClient