Einzelnen Beitrag anzeigen

Benutzerbild von Minz3
Minz3

Registriert seit: 18. Jul 2019
Ort: Thüringen
48 Beiträge
 
Delphi 10.1 Berlin Enterprise
 
#2

AW: Indy - socket error #10061 & Unexpected EOF

  Alt 3. Feb 2020, 10:31
1. Edit:
Das Get Problem scheint sich von selbst gelöst zu haben. Ich habe mit Fiddler mal geschaut, was so hin und her geschickt wird und auf einmal ging es...
Das Post Problem bleibt weiterhin.

2. Edit:
Die oben Angesprochenen Settings werden im Quellcode übrigens bei FormActivate gesetzt.
Delphi-Quellcode:
  IdHTTP.ProxyParams.ProxyPort := PROXYPORT;
  IdHTTP.ProxyParams.ProxyServer := PROXYSERVER;
  IdSSLIOHandlerSocketOpenSSL1.Host := SSLHOST;
  IdSSLIOHandlerSocketOpenSSL1.Port := SSLPORT;
Die Konstanten dazu sehen ähnlich langweilig aus:
Delphi-Quellcode:
  const PROXYPORT = 8888;
  const PROXYSERVER = '127.0.0.1';
  const SSLHOST = 'NB1819157';
  const SSLPORT = 5001;
Ich dachte das wäre vielleicht noch erwähnenswert.
Attention:
Brain.exe has stopped working. Reboot the system in 3... 2... 1... ... ... ... Attempt failed.

Geändert von Minz3 ( 3. Feb 2020 um 12:00 Uhr)
  Mit Zitat antworten Zitat