[twsocket] MAX_OSSL_VER update

2011-02-18 Thread Eugene Kotlyarov
Hi everyone I think there were only security fixes in OpenSSL 0.9.8 after 0.9.8n, should not MAX_OSSL_VER be changed to OSSL_VER_0908R? It works for me with NO_OSSL_VERSION_CHECK, but it's not very convenient. Regards, Eugene Kotlyarov -- To unsubscribe or change your settings for TWSocket maili

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-18 Thread Frans van Daalen
What proxy server does your client use? One was using webmarshal and the other ISA. But i'm not behind a proxy and also still keep getting the "HTTP component is busy" error message when using the async get. -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-18 Thread Arno Garrels
Frans van Daalen wrote: >> That's not all, I found and fixed some more problems so far. >> I just checked in Rev. #670 into SVN, please test the fix >> and report back as soon as possible, thanks for your help. >> >> Log: >> Proxy authentication with relocations (hopefully) fixed. SSL not >> teste

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-18 Thread Frans van Daalen
That's not all, I found and fixed some more problems so far. I just checked in Rev. #670 into SVN, please test the fix and report back as soon as possible, thanks for your help. Log: Proxy authentication with relocations (hopefully) fixed. SSL not tested yet. If it still doesn't work it's prob

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-18 Thread Arno Garrels
Arno Garrels wrote: > Arno Garrels wrote: >> Frans van Daalen wrote: > Update : Seems there are still scenario's where the problem > returns also sometimes the proxy settings are lost creating a 407 > when a relocation happens. Seems to happen when executing a > GetAsync and a reloc

Re: [twsocket] TTwitter component

2011-02-18 Thread Francois PIETTE
OK, thanks for the infos. -- francois.pie...@overbyte.be http://www.overbyte.be - Original Message - From: "RTT" To: "ICS support mailing" Sent: Friday, February 18, 2011 3:47 PM Subject: Re: [twsocket] TTwitter component On 18-02-2011 13:52, Francois PIETTE wrote: It starts to be

Re: [twsocket] TTwitter component

2011-02-18 Thread RTT
On 18-02-2011 13:52, Francois PIETTE wrote: It starts to become interesting :-) What other dependency is there ? None What is the license for that component ? Could it be added to ICS distribution or ICS usermade web page ? From what I can see, MIT License for all the code from the author

Re: [twsocket] TTwitter component

2011-02-18 Thread Francois PIETTE
I'm already tweeting from the sample application included with this TTwitter component (even Unicode messages, something not possible with the original), and without any Indy dependency. All replaced by ICS equivalents. ;) It starts to become interesting :-) What other dependency is there ? Wh

Re: [twsocket] SVN update notifications

2011-02-18 Thread RTT
On 17-02-2011 18:50, Angus Robertson - Magenta Systems Ltd wrote: Nothing mine, but a rapid Google search reveals this two > http://www.lakraven.com/delphi-stuff/ttwitter/ which use the Indy HTTP component, not ICS. It's a complex component, not trivial to convert to ICS. I'm already tweeting f

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Ruud Kerstens
Thanks Peter, I will try to get it working that way. Still a newbie in html java etc ;-) Ruud Op 18-2-2011 12:10, Busai Péter schreef: Or using javascript it could be possible to change form's "action" value dinamically to the selected option link and submit a simple get. Hmm, using onChange a

Re: [twsocket] Does SslHttpServer support multippel domains?

2011-02-18 Thread Arno Garrels
Bjørnar Nielsen wrote: > Is it possible to host more than one domain on the same > SslHttpServer-component? Yes, since I implemented SSL Server Name Indication (SNI) last year, search for "SNI" in OverbyteIcsWSocket.pas. Also there's a demo OverbyteIcsSslSniSrv in SslInternet directory. > Must I

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Busai Péter
Or using javascript it could be possible to change form's "action" value dinamically to the selected option link and submit a simple get. Hmm, using onChange and javascipt you dont even need a form. But than it is OT here. > As Francois suggested, embedd select in a form and add define onchange >

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Busai Péter
As Francois suggested, embedd select in a form and add define onchange event to select. In URLHandlerSomething do a relocation to the posted link Peter > The code I had was for a table, giving 'hyperlinks' to the items. > > > Satellite-name > <#table_rows SatList> > <#SAT> > > > > So whe

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Ruud Kerstens
The code I had was for a table, giving 'hyperlinks' to the items. Satellite-name <#table_rows SatList> <#SAT> So when i select my 'value' in the pulldown, it needs to open the link satlist?CUS=<#CUS>&SATNAME=<#SAT> Ruud Kerstens Op 18-2-2011 11:11, Francois PIETTE schreef: Is there a wa

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Francois PIETTE
Is there a way to activate the link in the pulldown after selecting it? Sorry, I don't understand the question. Maybe you want to make the pulldown par of a html form. Just give a name attribute to the select tag and it will be sent as a field when the form is submitted. Your Delphi code can t

Re: [twsocket] Webapp pulldown list

2011-02-18 Thread Ruud Kerstens
Ok, I understand Francois, it is related to the web-app server, and not midware. Is there a way to activate the link in the pulldown after selecting it? The pulldown works perfect! Best regards, Ruud Op 18-2-2011 10:23, Francois PIETTE schreef: Ruud Kerstens wrote in Midware mailing list:

[twsocket] Does SslHttpServer support multippel domains?

2011-02-18 Thread Bjørnar Nielsen
Is it possible to host more than one domain on the same SslHttpServer-component? Must I have a special cert with several alternative names or can I just add more certs to support more domains? Regards Bjørnar Nielsen -- To unsubscribe or change your settings for TWSocket mailing list please got

[twsocket] Webapp pulldown list

2011-02-18 Thread Francois PIETTE
Ruud Kerstens wrote in Midware mailing list: Now I am able to get the information in a table in the webscreen, however due to screenlimitations i need to create a pulldown and fill it with the variable i retrieve. The variable works fine in a table, but my dropdown/pulldown box does not get any

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-18 Thread Arno Garrels
Arno Garrels wrote: > Frans van Daalen wrote: Update : Seems there are still scenario's where the problem returns also sometimes the proxy settings are lost creating a 407 when a relocation happens. Seems to happen when executing a GetAsync and a relocate is triggered (with foll