Hi,
I would like to use SNI in combination with wildcard certificates. I currently have the following configuration:
[https]
accept = 443
connect = 80
TIMEOUTclose = 0
cert = C:\default.pem
key = C:\default.key
;SNI Config
;==========
[https_a]
connect = 80
cert = C:\a.pem
key = C:\a.key
[https_a_wc]
connect = 80
cert = C:\b.pem
key = C:\b.key
Thanks!
Gustavo