[twsocket] [SSLHttpServer] AcceptableHost and BackgroundException

2008-08-19 Thread Guillaume ROQUES
Hi,

I have questions about 2 functionnalities in SSLHttpServer components :

1. What is the purpose of the Acceptable Hosts List ? 

2. I understand what Acceptable Hosts List contain but Why is it present in the 
SSL component and why not in the HttpServer component too ?

3. The OnBgException event : When is it Trigerred ?

Thanksfully,

Guillaume ROQUES
CANYON Technologies
-- 
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] [SSLHttpServer] AcceptableHost and BackgroundException

2008-08-19 Thread Arno Garrels
Guillaume ROQUES wrote:
 1. What is the purpose of the Acceptable Hosts List ?

It's initial purpose was to use it as a list of hosts which
have been temporarily accepted even though their certificates
did not pass certificate validation etc.
The Https client demo demonstrates it's use. 

 
 2. I understand what Acceptable Hosts List contain but Why is it
 present in the SSL component and why not in the HttpServer component
 too ?  

See above. You can easily derive you own component and add this property.
 
 3. The OnBgException event : When is it Trigerred ?

It's triggered when an unhandled exception is raised in the various event
handlers and at some other places.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



 


-- 
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


[twsocket] Rs: [SSLHttpServer] AcceptableHost and BackgroundException

2008-08-19 Thread Guillaume ROQUES
Ok, thank you for answering !

By the way I tested the WebServerDemo and when I'd like to access to demo.html, 
on SSL default port, I got an Exception : Unsupported OpenSSL version
Do we need to install OpenSSL ? Then We have to deploy it in our customer 
office ?

Guillaume ROQUES
CANYON Technologies
-- 
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] Rs: [SSLHttpServer] AcceptableHost andBackgroundException

2008-08-19 Thread Arno Garrels
Guillaume ROQUES wrote:
 
 By the way I tested the WebServerDemo and when I'd like to access to
 demo.html, on SSL default port, I got an Exception : Unsupported
 OpenSSL version Do we need to install OpenSSL ? 

Yes, but only if you actually use SSL in the project, OpenSSL
libraries are loaded dynamically on the first call to an OpenSSL function.
There is a download link to the required OpenSSL-Binaries v0.9.8e
on the Overbyte-ICS page and a short description of how to build your
own libraries with MinGW at the bottom of IcsSslHowTo.txt
The download includes an installer that copies the DLLs to
the system32 directory. You need to deploy two DLLs libeay32.dll and
ssleay32.dll, copy them into the application folder to avoid conflicts. 
Note that the libraries from the installer-download do not work on all
systems since they require some microsoft library not always available.
I suggest that you deploy the self-compiled libraries even though they
are a bit bigger.
Currently OpenSSL v0.9.8e is the only version supported and tested.
Any other version will raise an exception.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

-- 
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] Rs: [SSLHttpServer] AcceptableHost andBackgroundException

2008-08-19 Thread Francois Piette
 By the way I tested the WebServerDemo and when I'd like to access
 to demo.html, on SSL default port, I got an Exception : Unsupported
OpenSSL version
 Do we need to install OpenSSL ? Then We have to deploy it in our customer
office ?

It is likely that you already have OpenSSL on your system, but an old
version.
You can download the correct binaries from my website on the ICS download
page where a link is provided.
You need to deploy two DLL along with your application. There is no real
installation. It is enough to have the two DLLs in the same folder as your
executable, or anywhere on the path.
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

-- 
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


[twsocket] Rs: [SSLHttpServer] AcceptableHost andBackgroundException

2008-08-19 Thread Guillaume ROQUES
It is likely that you already have OpenSSL on your system, but an old version.
You can download the correct binaries from my website on the ICS download page 
where a link is provided.
You need to deploy two DLL along with your application. There is no real 
installation. It is enough to have the two DLLs in the same folder as your 
executable, or anywhere on the path.

I checked it before, because the error handle show me the DLL that I have, the 
registered DLL is from my subversion local server which is in 0.9.8.7...the 
version known by ICS is v0.9.8e. ??
Nevertheless, I'll download the DLL you provided us allbut I don't 
understand the difference.

Guillaume ROQUES
CANYON Technologies
-- 
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


[twsocket] ICS in New York, Seattle, San Diego and San Francisco

2008-08-19 Thread Francois PIETTE
Hi !

Starting next week, I start a tour in the USA to visit my customers in New 
York, Seattle, San Diego and San Francisco. I think this could be a good 
opportunity for me to meet ICS  Midware users living in those areas.

Since my agenda is quite busy, my idea is to meet ICS  Midware users in a 
quite restaurant at the evening, for example around 8PM.
Since I don't know any of the town, if ICS users want to meet me, just 
suggest a restaurant not too far away from my hotels and not to expensive 
(each one will pay for him).

Here is the dates and locations. The adresses are my hotels:
Wednesday 08/27 New York, 522 West 38th street.
Friday 08/29 Seattle, 17338 Intern. Blvd (nearby Tacoma airport).
Monday 09/01 San Diego, 555 W Ash Street (I know, monday is labor day in the 
USA)
Monday 09/08 San Francisco, 1800 Sutter St.

I leave home next week end. So please answer quickly here in the mailing 
list if you are interested so that we can arrange something. Once travelling 
it will not be easy for me to check emails and discuss.

--
[EMAIL PROTECTED]
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

-- 
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


[twsocket] OpenSSL v0.9.8h

2008-08-19 Thread Arno Garrels
Guillaume ROQUES wrote:
 I checked it before, because the error handle show me the DLL that I
 have, the registered DLL is from my subversion local server which is
 in 0.9.8.7...the version known by ICS is v0.9.8e. ??
 Nevertheless, I'll download the DLL you provided us allbut I
 don't understand the difference.   

Check the SVN repository it now runs with OpenSSL v0.9.8e to v0.9.8h. 

svn://svn.overbyte.be/ics/
http://svn.overbyte.be:8443/svn/ics/
( User: ics Password: ics )

Latest OpenSSL installers are available here: 
http://www.slproweb.com/products/Win32OpenSSL.html

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



 
-- 
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] ICS in New York, Seattle, San Diego and San Francisco

2008-08-19 Thread Hoby Smith
 Starting next week, I start a tour in the USA to visit my customers...

Bummer!  All too far from me.  Actually, with the current price of gas, I
think across the street may be too far for me ... ;)  Oh well, I would love
to have met you.  Hope you have a great trip in the states!


-- 
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] OpenSSL v0.9.8h

2008-08-19 Thread Hein du Plessis
I've tried to install:

Win32 OpenSSL v0.9.8h Light
Win32 OpenSSL v0.9.8g Light

But none of the installers finish, they just hang up right at the end. I've
tried it on another computer as well.

I've found gnuwin32 openssl 0.9.7c - would this matter?

I've tried to run the batch file in order to build the certificates, but got
some errors, although it's all because of the location of the opensll.exe. I
can modify this. I just want to know if I can use 0.9.7c?

Thanks,
Hein
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Arno Garrels
Sent: 19 August 2008 18:12
To: ICS support mailing
Subject: [twsocket] OpenSSL v0.9.8h

Guillaume ROQUES wrote:
 I checked it before, because the error handle show me the DLL that I 
 have, the registered DLL is from my subversion local server which is 
 in 0.9.8.7...the version known by ICS is v0.9.8e. ??
 Nevertheless, I'll download the DLL you provided us allbut I
 don't understand the difference.   

Check the SVN repository it now runs with OpenSSL v0.9.8e to v0.9.8h. 

svn://svn.overbyte.be/ics/
http://svn.overbyte.be:8443/svn/ics/
( User: ics Password: ics )

Latest OpenSSL installers are available here: 
http://www.slproweb.com/products/Win32OpenSSL.html

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



 
--
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


-- 
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] OpenSSL v0.9.8h

2008-08-19 Thread Francois PIETTE
 I just want to know if I can use 0.9.7c?

I think you need either at least 0.9.8e and at most 0.9.8h if you updated 
TODAY your source code from SVN. See Arno's message.

--
[EMAIL PROTECTED]
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


- Original Message - 
From: Hein du Plessis [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Tuesday, August 19, 2008 7:53 PM
Subject: Re: [twsocket] OpenSSL v0.9.8h


 I've tried to install:

 Win32 OpenSSL v0.9.8h Light
 Win32 OpenSSL v0.9.8g Light

 But none of the installers finish, they just hang up right at the end. 
 I've
 tried it on another computer as well.

 I've found gnuwin32 openssl 0.9.7c - would this matter?

 I've tried to run the batch file in order to build the certificates, but 
 got
 some errors, although it's all because of the location of the opensll.exe. 
 I
 can modify this. I just want to know if I can use 0.9.7c?

 Thanks,
 Hein


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Arno Garrels
 Sent: 19 August 2008 18:12
 To: ICS support mailing
 Subject: [twsocket] OpenSSL v0.9.8h

 Guillaume ROQUES wrote:
 I checked it before, because the error handle show me the DLL that I
 have, the registered DLL is from my subversion local server which is
 in 0.9.8.7...the version known by ICS is v0.9.8e. ??
 Nevertheless, I'll download the DLL you provided us allbut I
 don't understand the difference.

 Check the SVN repository it now runs with OpenSSL v0.9.8e to v0.9.8h.

 svn://svn.overbyte.be/ics/
 http://svn.overbyte.be:8443/svn/ics/
 ( User: ics Password: ics )

 Latest OpenSSL installers are available here:
 http://www.slproweb.com/products/Win32OpenSSL.html

 --
 Arno Garrels [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html




 --
 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


 -- 
 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 

-- 
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] OpenSSL v0.9.8h

2008-08-19 Thread Arno Garrels
Francois PIETTE wrote:
 I just want to know if I can use 0.9.7c?
 
 I think you need either at least 0.9.8e and at most 0.9.8h if you
 updated TODAY your source code from SVN. See Arno's message.

Well, he could use this very old version, but it is **not recommented**.
To support the old Openssl versions as all he could uncomment directive 
{#$DEFINE BEFORE_OSSL_098E} in OverbyteIcsSslDefs.inc and rebuild all. 

--
Arno Garrels

 
 --
 [EMAIL PROTECTED]
 The author of the freeware multi-tier middleware MidWare
 The author of the freeware Internet Component Suite (ICS)
 http://www.overbyte.be
 
 
 - Original Message -
 From: Hein du Plessis [EMAIL PROTECTED]
 To: 'ICS support mailing' twsocket@elists.org
 Sent: Tuesday, August 19, 2008 7:53 PM
 Subject: Re: [twsocket] OpenSSL v0.9.8h
 
 
 I've tried to install:
 
 Win32 OpenSSL v0.9.8h Light
 Win32 OpenSSL v0.9.8g Light
 
 But none of the installers finish, they just hang up right at the
 end. I've
 tried it on another computer as well.
 
 I've found gnuwin32 openssl 0.9.7c - would this matter?
 
 I've tried to run the batch file in order to build the certificates,
 but got
 some errors, although it's all because of the location of the
 opensll.exe. I
 can modify this. I just want to know if I can use 0.9.7c?
 
 Thanks,
 Hein
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels
 Sent: 19 August 2008 18:12
 To: ICS support mailing
 Subject: [twsocket] OpenSSL v0.9.8h
 
 Guillaume ROQUES wrote:
 I checked it before, because the error handle show me the DLL that I
 have, the registered DLL is from my subversion local server which is
 in 0.9.8.7...the version known by ICS is v0.9.8e. ??
 Nevertheless, I'll download the DLL you provided us allbut I
 don't understand the difference.
 
 Check the SVN repository it now runs with OpenSSL v0.9.8e to v0.9.8h.
 
 svn://svn.overbyte.be/ics/
 http://svn.overbyte.be:8443/svn/ics/
 ( User: ics Password: ics )
 
 Latest OpenSSL installers are available here:
 http://www.slproweb.com/products/Win32OpenSSL.html
 
 --
 Arno Garrels [TeamICS]
 http://www.overbyte.be/eng/overbyte/teamics.html
 
 
 
 
 --
 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
 
 
 --
 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
-- 
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] OpenSSL v0.9.8h

2008-08-19 Thread Angus Robertson - Magenta Systems Ltd
 I've tried to install:
 Win32 OpenSSL v0.9.8h Light
 But none of the installers finish, they just hang up right at the 
 end. 

Ditto, I just tried to use the light installer, and had to crash it using
Task Manager.  But it did copy the actual SSL DLLs into the windows
directory OK, which is not exactly a mind blowing complicated
installation process.  And the guy want $250 donations for his
'installer'. 

Angus
-- 
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] OpenSSL v0.9.8h

2008-08-19 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote:
 I've tried to install:
 Win32 OpenSSL v0.9.8h Light
 But none of the installers finish, they just hang up right at the
 end.
 
 Ditto, I just tried to use the light installer, and had to crash it
 using Task Manager.  But it did copy the actual SSL DLLs into the
 windows directory OK, which is not exactly a mind blowing complicated
 installation process.  And the guy want $250 donations for his
 'installer'.

No idea, I compiled my own with MinGW.

 
 Angus
-- 
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] OpenSSL v0.9.8h

2008-08-19 Thread Hein du Plessis
I saw the same, but the openssl.exe file seems corrupt after terminating the
installation.

I've sent an email to their support address just to get a bounce that the
mail server does not exist.

*sob* I just want to get SSL working!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Angus Robertson - Magenta Systems Ltd
Sent: 19 August 2008 20:36
To: twsocket@elists.org
Subject: Re: [twsocket] OpenSSL v0.9.8h

 I've tried to install:
 Win32 OpenSSL v0.9.8h Light
 But none of the installers finish, they just hang up right at the end.

Ditto, I just tried to use the light installer, and had to crash it using
Task Manager.  But it did copy the actual SSL DLLs into the windows
directory OK, which is not exactly a mind blowing complicated installation
process.  And the guy want $250 donations for his 'installer'. 

Angus
--
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


-- 
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] OpenSSL v0.9.8h

2008-08-19 Thread Francois PIETTE
 *sob* I just want to get SSL working!

Until OpenSSL solve their distribution, use the previous version available 
from my website.

--
[EMAIL PROTECTED]
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


- Original Message - 
From: Hein du Plessis [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Tuesday, August 19, 2008 8:57 PM
Subject: Re: [twsocket] OpenSSL v0.9.8h


I saw the same, but the openssl.exe file seems corrupt after terminating 
the
 installation.

 I've sent an email to their support address just to get a bounce that the
 mail server does not exist.

 *sob* I just want to get SSL working!

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Angus Robertson - Magenta Systems Ltd
 Sent: 19 August 2008 20:36
 To: twsocket@elists.org
 Subject: Re: [twsocket] OpenSSL v0.9.8h

 I've tried to install:
 Win32 OpenSSL v0.9.8h Light
 But none of the installers finish, they just hang up right at the end.

 Ditto, I just tried to use the light installer, and had to crash it using
 Task Manager.  But it did copy the actual SSL DLLs into the windows
 directory OK, which is not exactly a mind blowing complicated installation
 process.  And the guy want $250 donations for his 'installer'.

 Angus
 --
 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


 -- 
 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 

-- 
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