Questions tagged [indy10]

Indy 10 is a reference to a specific version of Indy.

Indy 10 is a reference to a specific version of Indy.

801 questions
8
votes
1 answer

How to determine which TLS/SSL protocol was negotiated when using sslvSSLv23?

I am using TIdSSLIOHandlerSocketOpenSSL to open a TLS/SSL connection. I currently want to support tls 1.0 to 1.2. I initialize the IOHandler like this. TIdSSLIOHandlerSocketOpenSSL(FSocket.IOHandler).SSLOptions.SSLVersions :=…
Ken Bourassa
  • 6,363
  • 1
  • 19
  • 28
8
votes
1 answer

How to deal with network drops and Indy IdTCPServer

I have created a Client/Server application with the IdTCPServer component. The clients connect and maintain a persistent connection through the life of the application. If the network connection is dropped (which happens quite frequently because…
M Schenkel
  • 6,294
  • 12
  • 62
  • 107
8
votes
1 answer

Indy 10: Undeclared Identifier 'TIdBytes'

Sorry if my question is silly! I'm using Delphi XE4 and now I'm working on IdTelnet. But I got a problem with OnDataAvailable event. Take a look at this picture: So I cannot work with OnDataAvailable Event. Is this because of Delphi XE4? And How…
Sky
  • 4,244
  • 7
  • 54
  • 83
7
votes
2 answers

How to send an email with a calendar request (content type: text/calendar)

I have tried to embed the icalendar code in a email to be sent via indy with a content type text/calendar but it just hangs on the encoding of the email when I add as an attachment it just arrives as an attachment and does not prompt as other…
David Lindsey
  • 73
  • 1
  • 3
7
votes
1 answer

idhttp indy post, do request (parameters) with utf-8

I'm trying to post a request, in utf-8 however the server is getting it in Ascii. Tried the TstringList format of post. Tried the stream format Tried forcing the TStringStream to have UTF8 encoding. Tried updating indy to the xe5 indy Here is an…
none
  • 4,669
  • 14
  • 62
  • 102
7
votes
2 answers

How should I adapt my code for compatibility between TBytes and TIdBytes?

I am having the same problem as mentioned in "Delphi XE4 Indy compatibility issue between TBytes and TidBytes ", i.e. compatibility issues between TBytes(Delphi RTL) and TIdBytes(Indy) datatypes when compiling with the Delphi XE4. The source of my…
kenny
  • 256
  • 1
  • 5
  • 15
7
votes
1 answer

Should I expect Indy Imap SASL connections to work?

In my email checker, I support both POP3 SSL and IMAP SSL. While Pop3 SSL using SASL has been working for some time, I never got IMAP SSL using SASL to work, even though the code for SASL should be very similar between POP3 and IMAP. My…
Jessica Brown
  • 8,222
  • 7
  • 46
  • 82
7
votes
1 answer

Using INDY 10 SMTP with Office365

I'm not familar with the INDY SMTP component. I want to send a mail with INDY and Office 365. Here is a nice topic which helped me a lot: What do the SMTP Indy component security and authentication properties do? But I did not figured out how to use…
Timestop
  • 73
  • 1
  • 2
  • 8
6
votes
0 answers

Seeking simple INDY demo

I want a simple client server communication which I can use an underlying framework and never have to look at again. I want to concentrate on my application and have a simple functional API along the lines of: SendStringFromClentToServer() :…
Mawg says reinstate Monica
  • 38,334
  • 103
  • 306
  • 551
6
votes
3 answers

IdHTTP.get returning HTTP1.1/ 403 Forbidden

I'm trying to access an update.txt file on my website, using a DelphiXE compiled program and the IdHTTP component. The code I'm using is as follows: procedure TFormAbout.SpeedButtonUpdateClick(Sender: TObject); function CheckUpdates: String; var…
Adrian Wreyford
  • 658
  • 3
  • 10
  • 20
6
votes
5 answers

TIdHTTPServer file upload

I'm trying to upload files to a Indy(ver. 10.5.5) TIdHTTPServer. I've been searching for solutions but no luck thus far, what I've found was for older versions of Indy which were not compatible with the version shipped with Delphi 2010. What I'm…
user497849
6
votes
1 answer

How can we connect with a website? Getting SSL error 1409442E

I am using Delphi 10.2 Tokyo, trying to download some information from a web server. I pass the command URL https://poloniex.com/public?command=returnCurrencies through this function using Indy 10.6.2.5366 (the command works if I paste it in a…
MarkAurelius
  • 1,203
  • 1
  • 14
  • 27
6
votes
2 answers

The connection does not timeout while using Indy

I want to download a file from internet and I imagine this should be a simple task. Trying several different approaches I have found that each one has its own drawback. The main issues are: Application freezes until it downloads the…
Gabriel
  • 20,797
  • 27
  • 159
  • 293
6
votes
2 answers

Indy 10 for Delphi 7

Can Indy 10 be used with Delphi 7? I am trying to find it, or purchase it. But, I cannot find any information on it. I found where to download it, though: http://indy.fulgan.com/ZIP/ Their website, http://www.atozed.com, does not give much…
Kawaii-Hachii
  • 1,017
  • 7
  • 22
  • 36
6
votes
2 answers

Indy 10 and OpenSSL

I have recently upgraded my Delphi 7 to Delphi XE2 and I'm kinda new to it. I used Indy 10 with OpenSSL to receive HTTP Content. It works just fine and I would like to share my program with with other people. I just found out that my programs won't…
Ben
  • 3,380
  • 2
  • 44
  • 98
1
2
3
53 54