标签: java google-app-engine ssl https
我尝试使用httpsConnectionUrl,httpClient或urlFetchService到HTTPS服务器与不受信任的证书建立连接并获取sslHandshakeEcxeption。
httpsConnectionUrl
httpClient
urlFetchService
HTTPS
sslHandshakeEcxeption
我尝试使用信任管理器,但在Google App Engine中无法使用。
感谢。
答案 0 :(得分:1)
使用FetchOptions时,您可以使用doNotValidateCertificate() urlFetchService来停用证书检查。
FetchOptions