2
votes
2answers
94 views
INDY 10.1.5 - Which SSL dlls work?
I'm trying to connect to google documents (following Marco Cantu's excellent REST example) but I am getting the following SSL errors:
1) If I use the SSL dlls from openssl-0.9.8i-i386-win32.zip I get …
0
votes
2answers
14 views
Install the latest build of Indy 10 on Lazarus
Is there a step-by-step guide for install the Indy 10 components in Lazarus?
I have checked out the last snv snapshot at https://svn.atozed.com:444/svn/Indy10
Username: Indy-Public-RO
(No password)
…
1
vote
2answers
130 views
How to send email via SSL and Indy in Delphi 7
I want to send email to Yahoo mail using Indy. But Yahoo uses 465 port with SSL connection. I don't know how to implement that in my program. I have read about TIdSSLIOHandlerSocketOpenSSL component …
2
votes
7answers
283 views
Use SSL with Delphi yet still having a single exe
Hi,
We use Indy and we need SSL eMail support in our app., however we need to have our application in a single .Exe.
We know that the default Indy handler requires to have the dlls in the path. …
1
vote
4answers
127 views
TIdHTTP in Indy 10
I used to use Indy back in the Delphi 6 days, and I am playing with Indy 10 now. What I want to do is incredibly simple, but I don't see a simple way of doing it, so I must be missing something.
…
0
votes
1answer
51 views
Server AContexts List with Indy10
Hi,
I'm using Indy10 under Delphi2009. I have a server/client application, with TidTCPServer and TidTCPClient.
I found a problem in my "logical" code.
This is :
When the server disconnect, and after …
2
votes
5answers
203 views
Does Indy support raw TCP sockets on Windows?
I'm a C++ programmer, but my question is about the Delphi network socket library Indy.
Essentially as Microsoft crippled raw sockets with WinXP SP2 so that TCP data cannot be sent over them, does …
1
vote
1answer
258 views
How to send e-mail using gmail’s smtp and Indy 10?
I'm using Delphi 2009 and the lastest Indy 10 from svn to send e-mails using SMTP, but it doesn't work with gmail (Google Apps hosted domain). When I try to send an e-mail I get "Must issue a STARTTLS …
1
vote
2answers
186 views
Errors with Indy in threaded application !
Hi,
I've got some memories leak related to TidHTTP when it's waiting for the response of a server after a GET and that the thread is being terminated.
Example :
aThread = class(TThread)
private
…
0
votes
1answer
97 views
Indy, Send Thread and Destroyed Contexts
I use Indy's TIdTCPServer (D2009, Indy 10) to communicate with client applications. In the OnExecute method I create a task and queue it. A worker thread executes the task and puts it in the send …
0
votes
2answers
85 views
TIdTCPServer not reading data from socket sometimes.
Hi
I have the following code in the OnExecute of a TIdTCPServer (Delphi 2009 and Indy 10 that came with the installation) which is very similar to other examples on this site;
Socket := …
0
votes
1answer
157 views
UDP Connection through proxy in Delphi
Hello,
I have an application that connects to a udp server, and I can't seem to get it going when I am behind a proxy.
Here is the code I have, which is working fine when Not behind a proxy.
…
0
votes
3answers
202 views
app using TIdFTP not migrating from Delphi 5 to Delphi 2009…corrupt uploads
i wrote a Delphi 5 app that uses TIdFTP. it's been working great for years. it's only purpose is to upload an excel file.
object ftp: TIdFTP
OnStatus = ftpStatus
IPVersion = Id_IPv4
AutoLogin …
0
votes
2answers
126 views
loading image from URL - How to capture the exception if the image is not there
My problem relates to the other question I have asked about loading image from the URL.
The code below works.
However, I have encountered the problem if I try to get the image (it suppose be there) …
1
vote
2answers
297 views
Delphi 6 and Indy SSL connection not working
Hi,
I need to consume a Web Service via SSL. In order to accomplish that I have built a web client in Delphi 6 that uses Indy to read the client certificates and write the soap request via https. The …
