[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

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