> Am 01.01.2015 um 14:37 schrieb PiBa-NL <piba.nl....@gmail.com>:
> 
> Yosef Amir schreef op 1-1-2015 om 13:57:
>> 
>> listen IMAP_SSL
>>         mode tcp
>>         bind :443 name VVM_SSL
>>         balance roundrobin
>>         tcp-check connect port 443
> Maybe try the 'ssl' keyword as below. (i have not tested it at all..)
>         tcp-check connect port 443 ssl
>> 
>>         option tcp-check
>>         tcp-check expect string  ?????
>>         server MIPS3 3.3.3.3 check
>>         server MIPS4 4.4.4.4 check
>>  



Hi,
Port 143 will actually be inline-TLS (STARTTLS).
SSL is on port 993.


The above answer should be correct, according to this:

http://comments.gmane.org/gmane.comp.web.haproxy/19274 
<http://comments.gmane.org/gmane.comp.web.haproxy/19274>

But only for SSL. Don’t know about inline-TLS.


Rainer



Reply via email to