Need Help enabling ssl?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
im using v1.6 i need to enable the ssl... i have no clue how.. if anyone knows please tell me. thanks
Il y a 13 ans
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.