http - wso2 emm 使用 HTTP 而不是 HTTPS

标签 http https wso2

我想知道如何在使用 HTTPS 的 Windows 上配置 wso2 以使用 HTTP,这样我的 Android Agent 就不会要求我提供证书。这只是为了测试目的

最佳答案

默认情况下,WSO2 EMM 使用 http 与其 android 代理进行通信。如 documentation 中所述

By default, the Android agent communicates with the server through http. For production, this needs to be changed to https, by configuring the following parameters in the Java class named CommonUtilities.java, which is in the org.wso2.emm.agent.utils package: SERVER_IP, SERVER_PORT and SERVER_PROTOCOL.

因此,在没有证书的情况下测试您的 android 代理应该没有问题。

关于http - wso2 emm 使用 HTTP 而不是 HTTPS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27451548/

相关文章:

http - Angular JS - 请求以获取图像

带有请求正文的 Java HTTP DELETE

php - Laravel-代客404未找到

java - 所有信任 HostnameVerifier 的 HttpURLConnection 都会导致 SSL 错误

WSO2 ESB 集群概念

java - 调用 Rest Client 调用 WSO2 ESB 服务 :unable to find valid certification path to requested target

在 WSO2 ESB 中动态更改端点地址

javascript - 在 Javascript/XMLHttpRequest 中保持连接

php - 执行大量 http 请求 (HEAD) 的最快方法是什么?

docker - 无法访问 ASP.NET Core Docker 容器应用程序