fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
381 stars 182 forks source link

Support HTTPS #1

Closed fabriciocolombo closed 9 years ago

fabriciocolombo commented 12 years ago

Support to HTTPS connection

vegar commented 10 years ago

Can you say something about what's missing for https to be supported?

vegar commented 10 years ago

The reason I asked, is that I got a timeout error as soon as I tried hitting a https:// endpoint. From this post on StackOverflow, it looks like an indy error. I used the ReadTimeout fix proposed and now it works.

RobertoSchneiders commented 9 years ago

I'm using HTTPs with none problem at all. @fabriciocolombo added support to configurable timeouts (https://github.com/fabriciocolombo/delphi-rest-client-api/commit/0345e23246c9b4f4dc0a4307f9f2f64ba1ce8bf6), so, I'll close this issue.