用于retrofit2.0的安全连接

时间:2016-12-21 06:04:19

标签: android https retrofit payment

我使用retrofit2.0收到错误。

  

混合内容:中的页面   'https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do'   是通过安全连接加载的,但包含一个目标表单   一个不安全的终点       的 'http:// ******** / ****** / *** / *'。应该通过安全连接提供此端点。“,来源:   https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do(0)

我正在使用依赖

compile 'com.squareup.retrofit2:retrofit:2.0.2'    
compile 'com.squareup.retrofit2:converter-gson:2.0.2'    
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'

提前感谢。

0 个答案:

没有答案