···
uni.configMTLS({
certificates: [{
'host': 'www.test.com',
'client': '/static/client.p12',
'clientPassword': '123456789',
'server': ['/static/server.cer'],
}],
success: (res) => {
console.log(res);
},
fail: (err) => {
console.log(err);
},
complete: (res) => {
console.log(res);
}
})
···
- 发布:2022-06-08 16:53
- 更新:2022-06-08 16:53
- 阅读:538
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.4.14
手机系统: iOS
手机系统版本号: iOS 15
手机厂商: 苹果
手机机型: iphone7 plus
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
onLaunch生命周期中执行上面代码
onLaunch生命周期中执行上面代码
预期结果:
能够有效验证https
能够有效验证https
实际结果:
一直都返回{"errMsg":"configMTLS:ok","code":0}
一直都返回{"errMsg":"configMTLS:ok","code":0}
bug描述:
uni.configMTLS无论修改certificates中的任何值,都返回{"errMsg":"configMTLS:ok","code":0}
0 个回复