我使用预构建的openssl lib(使用--with-ssl=$OPENSSPATH
)从源代码构建了libcurl。构建成功,没有错误。
当我尝试发出https请求时,我收到“libcurl中不支持或禁用协议https”。但在curl_version_info
https包含在协议列表中:
02-17 13:26:07.780: D/wrapperLogNotification(8930): Curl PROTOCOLS:
02-17 13:26:07.780: D/wrapperLogNotification(8930): dict
02-17 13:26:07.780: D/wrapperLogNotification(8930): file
02-17 13:26:07.780: D/wrapperLogNotification(8930): ftp
02-17 13:26:07.780: D/wrapperLogNotification(8930): ftps
02-17 13:26:07.780: D/wrapperLogNotification(8930): gopher
02-17 13:26:07.780: D/wrapperLogNotification(8930): http
02-17 13:26:07.780: D/wrapperLogNotification(8930): https
02-17 13:26:07.780: D/wrapperLogNotification(8930): imap
02-17 13:26:07.780: D/wrapperLogNotification(8930): imaps
02-17 13:26:07.780: D/wrapperLogNotification(8930): pop3
02-17 13:26:07.785: D/wrapperLogNotification(8930): pop3s
02-17 13:26:07.785: D/wrapperLogNotification(8930): rtsp
02-17 13:26:07.785: D/wrapperLogNotification(8930): smb
02-17 13:26:07.785: D/wrapperLogNotification(8930): smbs
02-17 13:26:07.785: D/wrapperLogNotification(8930): smtp
02-17 13:26:07.785: D/wrapperLogNotification(8930): smtps
02-17 13:26:07.785: D/wrapperLogNotification(8930): telnet
02-17 13:26:07.785: D/wrapperLogNotification(8930): tft
这是构建问题,通话问题还是其他问题?