ssl - Site hosted in Azure registered through Go Daddy having security and certificate issues -


i've have domain registered go daddy have routed azure updating c name , records in go daddy point azure site. and, have updated webconfig file information below. can navigate site, i'm getting bunch of certificate , security errors when browsing it, stating site potentially unsafe. has run before , if so, there i'm missing in web config file or cert issue need configure in go daddy and/or azure? in advance help.

<rewrite>   <rules>     <rule name="redirect old-domain new-domain" stopprocessing="true">       <match url=".*" />       <conditions>         <add input="{http_host}" pattern="^lazyquiz.azurewebsites.net$" />       </conditions>       <action type="redirect" url="http://www.lazyquiz.com/{r:0}" appendquerystring="true" redirecttype="permanent" />     </rule>     <rule name="www rewrite" enabled="true">       <match url="(.*)" />       <conditions>         <add input="{http_host}" negate="true" pattern="^www\." />         <add input="{http_host}" negate="true" pattern="localhost" />       </conditions>       <action type="redirect" url="https://www.{http_host}/{r:0}" appendquerystring="true" redirecttype="permanent" />     </rule>   </rules> </rewrite> 


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -