Re: [twsocket] TSslHttpServer with wildcard cert

2009-03-26 Thread Arno Garrels
Fastream Technologies wrote: > I don't see your point. The SSL web server requires the domains to be > used by client to access to be in the accepted hosts--tested! Most SSL-demos have an Edit for this property. But AFAIR only the HTTPS client demo actually make use of it as a non-perstistent cach

Re: [twsocket] TSslHttpServer with wildcard cert

2009-03-26 Thread Fastream Technologies
I don't see your point. The SSL web server requires the domains to be used by client to access to be in the accepted hosts--tested! However, I don't have a wildcard cert to test. HTH, SZ On 3/26/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > How would one define the multiple doma

Re: [twsocket] Is there a SSL/TLS version of THtmlSmtpCli

2009-03-26 Thread Arno Garrels
Иван Тонев wrote: > Hi, > > I'd like to send HTML emails with attached images (just what > THtmlSmtpCli is for) but to a SSL/TLS SMTP server (GMail actually). > Is there a SSL enabled version of THtmlSmtpCli No, however you could try to change (OverbyteIcs)SmtpProt.pas like below and the rebuil

Re: [twsocket] TSslHttpServer with wildcard cert

2009-03-26 Thread Arno Garrels
Fastream Technologies wrote: > How would one define the multiple domains in accepted hosts? Is this > ok: *. domain.com ? If you mean property SslAcceptableHosts, which is a simple string list, you may put in whatsoever you like. Unless you don't use these strings somewhere in your application co

[twsocket] Is there a SSL/TLS version of THtmlSmtpCli

2009-03-26 Thread Иван Тонев
Hi, I'd like to send HTML emails with attached images (just what THtmlSmtpCli is for) but to a SSL/TLS SMTP server (GMail actually). Is there a SSL enabled version of THtmlSmtpCli or is there a way to accomplish this task with TSslSmtpCli somehow? I'm sending plain-text nessages with TSslSmtp

Re: [twsocket] TSslHttpServer with wildcard cert

2009-03-26 Thread Fastream Technologies
How would one define the multiple domains in accepted hosts? Is this ok: *. domain.com ? On 3/25/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > Hello, > > > > Anybody tested this configuration? Is there any code changes needed > > to have it working? > > No changes required. > > --