使用来自Angular的客户端证书调用SOAP服务

时间:2018-09-18 10:42:23

标签: angular security ssl soap x509certificate

我想直接从Angular调用受X509证书保护的SOAP服务。 任何客户端都需要通过有效的证书进行身份验证 安装在本地信任库中。

安装证书(https://www.globalsign.com/en-sg/blog/installing-certificates-onto-android-devices/)后可以执行此操作吗?

1 个答案:

答案 0 :(得分:1)

It's not clear in your question if you need to sign a SOAP message or configure a SSL connection with client authentication. It is not possible in either case.

You will need to call an intermediate server that is responsible for making the soap call