Need Help enabling ssl?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anos atrás
im using v1.6 i need to enable the ssl... i have no clue how.. if anyone knows please tell me. thanks
13 anos atrás
once you buy your ssl certificate and get it installed on your server

open web.config


and replace

    <add key="UseSSL" value="false" />

with

    <add key="UseSSL" value="true" />
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.