[twsocket] Error updating to last revision

2018-07-04 Thread Xavier Mor-Mur
ERBYTEICSMSSSLUTILS.OBJ [ILINK32 Error] Error: Unresolved external 'CertFreeCertificateChain' referenced from C:\USERS\XAVI\DOCUMENTS\BC\COMPONENTS\ICS\LIB\DEBUG\WIN32\D2009\OVERBYTEICSMSSSLUTILS.OBJ [ILINK32 Error] Error: Unresolved external 'CryptUIDlgViewCertificateW' refe

Re: [twsocket] Body not send on https post

2017-08-15 Thread Xavier Mor-Mur
tream = new TStringStream(asPost); SslHttpCli1->SendStream->Seek(0,soFromBeginning); SslHttpCli1->ContentTypePost='application/json'; SslHttpCli1->PostASync(); -- Xavier Mor-Mur --- El software de antivirus Avast ha analizado este correo electrónico en busca de virus. https

Re: [twsocket] Body not send on https post

2017-08-14 Thread Xavier Mor-Mur
st = PostMemo->Text; SslHttpCli1->SendStream->WriteBuffer(&asPost, asPost.Length()); What kind of stream have you assigned to the SendStream property? Don't forget to reset the SendStream position before the request. The component sends from the stream position. SslHttpCli1.S

[twsocket] Body not send on https post

2017-08-10 Thread Xavier Mor-Mur
r(&asPost, asPost.Length()); WideString ws; ws = PostMemo->Text; SslHttpCli1->SendStream->WriteBuffer(&ws, ws.Length()); I would appreciate any tip on it. Thanks in advance -- Xavier Mor-Mur --- El software de antivirus Avast ha analizado este correo electrónico en busca de virus. https://w

Re: [twsocket] Need some help on TSslHttpCli Post

2017-08-08 Thread Xavier Mor-Mur
RTT That worked perfect. Thanks El 08/08/2017 a les 0:39, RTT ha escrit: On 07/08/2017 19:53, Xavier Mor-Mur wrote: Hi all I need send a request using http post to get some data from an https server. I know url and body to post, and additional data which identify session that should be

[twsocket] Need some help on TSslHttpCli Post

2017-08-07 Thread Xavier Mor-Mur
would appreciate any help. Thanks in advance -- Xavier Mor-Mur --- El software de antivirus Avast ha analizado este correo electrónico en busca de virus. https://www.avast.com/antivirus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/ma

Re: [twsocket] Need help on smtp with office365 server

2016-05-06 Thread Xavier Mor-Mur
TATUSCODES < 250-8bitmime < 250-BINARYMIME < 250-CHUNKING < 250-VRFY < 250-AUTH LOGIN PLAIN XOAUTH2 < 250 OK AUTH LOGIN < 334 xXNlxm5xbWx6 bWFnx3lzQxxpdmUxY29t < 334 Uxxzcxdxcmx6 cxdxcxRxNw== < 235 2.7.0 Authentication succeeded Angus -- Xavier Mor-Mur -- To

[twsocket] Need help on smtp with office365 server

2016-05-05 Thread Xavier Mor-Mur
Hello Recently a client has migrated all email accounts to send mail using office365 server. Now my programs can't send email using that server. Always get "Error=535 5.7.3 Authentication unsuccessful" I tried many options but always get error 553. < 250-DB5PR04CA0024.outlook.office365.com He

Re: [twsocket] OpenSSL update distributor

2015-07-16 Thread Xavier Mor-Mur
GLIBEAY_DLL_FileName) else DispInfoLog ('SSL/TLS DLL: ' + GLIBEAY_DLL_FileName + ', Version: ' + OpenSslVersion) ; except DispInfoLog ('Failed to Initialse SSL/TLS - ' + GetExceptMess (ExceptObject)) ; end; Angus -

Re: [twsocket] Need help on https

2015-07-16 Thread Xavier Mor-Mur
Many thanks RTT I will play with your suggestions on both post. Xavi El 16/07/2015 a les 11:05, RTT ha escrit: On 15-Jul-2015 20:34, Xavier Mor-Mur wrote: I tried also with application/json but get same error too. I take a look on debug files changing only the content type and basically

Re: [twsocket] OpenSSL update distributor

2015-07-15 Thread Xavier Mor-Mur
any problems on other programs. I think any moment they may be replaced with a wrong version. -- Xavier Mor-Mur -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Need help on https

2015-07-15 Thread Xavier Mor-Mur
es 17:12, RTT ha escrit: On 13-Jul-2015 14:15, Xavier Mor-Mur wrote: Content-Type: application/x-www-form-urlencoded Are you sure this is the Content-Type you should indicate? The HttpCli has this by default, but you are sending json data so probably the server is expecting "app

[twsocket] Need help on https

2015-07-13 Thread Xavier Mor-Mur
Hi Angus The first one was to big in length (45k with a limit of 40k) and was parked waiting for moderator approval. Three days after I tried to send a new one with only start and end of debug file. I don't know what happened with the contents. Next is the post I tried to post last time with.

[twsocket] Fwd: Need more help on https

2015-07-06 Thread Xavier Mor-Mur
pending(sslbio) = 0 [165] 21:45:34:441 022A4070 Socket data pending: 0 Err: 0 592 21:45:34:442 022A4070 FCloseInvoked=0 592 21:45:34:444 SessionClosed Error: 0 21:45:34:446 022A4070 ResetSslSession 592 -- Xavier Mor-Mur -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Need help on using https

2015-06-11 Thread Xavier Mor-Mur
Thanks RTT Finally it works. I was not using correctly SendStream. Regards, Xavi El 11/06/2015 a les 0:53, RTT ha escrit: On 10/06/2015 19:58, Xavier Mor-Mur wrote: I tried with sample OverbyteIcsHttpsTst but don't get success changing Get command for Post-. Are you putting the da

[twsocket] Need help on using https

2015-06-10 Thread Xavier Mor-Mur
ord:my_password,clientid:my_clientid,signature:my_signature} I tried with sample OverbyteIcsHttpsTst but don't get success changing Get command for Post-. I would appreciate any help Thanks for advance -- Xavier Mor-Mur -- To unsubscribe or change your settings for TWSocket mailing l