【发布时间】:2015-11-21 08:27:06
【问题描述】:
我在运行我的 android 应用程序时收到“无对等证书”错误:
08-25 18:09:11.212: D/Genexus-HTTP(23639): 请求 (GET) 到 https://system.funacc.com/gxmetadata/happyplus.android.json 08-25 18:09:11.342: E/Genexus-HTTP(23639): 来自https://system.funacc.com/gxmetadata/happyplus.android.json 的错误 (javax.net.ssl.SSLPeerUnverifiedException) 08-25 18:09:11.342: E/Genexus-HTTP(23639): javax.net.ssl.SSLPeerUnverifiedException: 没有对等证书 08-25 18:09:11.342: E/Genexus-HTTP(23639): 在 com.android.org.conscrypt.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:146) 08-25 18:09:11.342: E/Genexus-HTTP(23639): at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:93) 08-25 18:09:11.342: E/Genexus-HTTP(23639): at org.apache.http.conn.ssl.SSLSocketFactory.createSocket(SSLSocketFactory.java:388)
我使用GeneXus 创建了我的安卓应用程序 我需要在 GeneXus 上配置什么才能使用 https REST 服务吗?
【问题讨论】:
标签: android json ssl https genexus