Hi,
I am unable to access my website with HTTPS.
After install, I see the SSL certificate is installed in the
Personal\Certificates store and is also listed in the Server Certificates in
IIS manager. But I don't see the certificate listed in the binding window
that associates the port, ipaddress, header and ssl cert.
How can I get the certificate selected to the port binding using the code
below ?
<Component Id="InstallWebsite" Guid="{GUID_VALUE}" KeyPath="yes"
Win64="yes">
<iis:Certificate Id="PCert" BinaryKey="ProvCertPath" Name="ProvCert"
PFXPassword="PASSWORD" Overwrite="yes" StoreLocation="localMachine"
StoreName="personal" Request="no" />
<iis:WebSite Id="ProvisionIISWebsite"
Description="$(var.IISWebSite)" Directory='IIS_WEBAPP' AutoStart='yes'
StartOnInstall='yes'>
<iis:WebAddress Id="AllUnassigned" Port="[IISPORT]" Secure="yes"
/>
<iis:WebApplication Id="IISApplication"
Name="[ProvisionIISWebsite]"
WebAppPool="IISWebsiteAppPool"></iis:WebApplication>
<iis:CertificateRef Id="PCert" />
</iis:WebSite>
</Component>
Thanks!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-access-HTTPS-after-installing-ssl-certificate-to-website-tp7600136.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users