兄弟们,我请求一Delphi问题。IdHTTP下载文件时,我用的是:IdHTTP.Get(URL, SMTream);URL为:'https://cim.ubssecurities.com//download/C30001/2011Q3_Report_C30001.pdf'注意,此处前缀为https,就不能下载,请问用什么方法解决?
摘自Delphi7的帮助文档For TIdHTTP:
Assign an instance of TIdConnectionInterceptOpenSSL to the Intercept property to allow use of the HTTPS protocol. For the Windows platform, you must install the Indy OpenSSL support .DLL's available at http://www.intelicom.si to enable Secure Socket Layer support.
谢了。