Following the wiki
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Proxy_Pass for Proxypass I setup the SME server to pass a DNS directly to a windows 2008 IIS server sitting behind the SME.
This successfully passes the https request to the windows server. However when Internet Explorer connects to the Windows server from outside, it says the certificate is invalid. When looking at the certificate it gets, shows the SME certificate instead of the WIN2008 IIS certificate.
Here are my db domains parameters.
portal.charton-mgmt.com=domain
Nameservers=internet
ProxyPassTarget=http://192.168.93.2/
TemplatePath=ProxyPassVirtualHosts/
Should I try
https://192.168.93.2/ instead of http on the target line? Would that pass the Win2008 through the SME out to the Internet?
Thanks.