SSL setup

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/5/2011 1:03:08 AM
Gravatar
Total Posts 3

SSL setup

Hello, When I set up SSL to Secure folder and tried to login with https protocol I got following error,

 ConfigurationErrorsException
   Could not load file or assembly 'Brettle.Web.NeatUpload' or one of its dependencies. The system cannot find the file specified.(web.config error on line 950) this line are

 <httpModules>
           <add name="UploadHttpModule" type="Brettle.Web.NeatUpload.UploadHttpModule, Brettle.Web.NeatUpload" />

Pl. Guide me in setting up SSL

site works well using http for other pages

3/5/2011 6:05:56 AM
Gravatar
Total Posts 18439

Re: SSL setup

You have to let mojoPortal know that SSL is available.

Add this to your user.config file then touch web.config to make it reload settings.

<add key="SSLIsAvailable" value="true"/>

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.