We have installed Snitz on an unsecure server and have been moving to a secure server. The unsecure version works great. The secure version works - but pitifully slow. Our hosting service says communication with the sql server isn't the problem - that's fine. What else can it be? It's slow when not logged in, even slower when logged in.
Thanks. Sounds like it's an inherent issue that will be hard to work around. Can you or anyone else offer alternatives? Basically we just want to allow members to register and post securely.
If it just registering and posting then you provide those links as secure. ie for the regsiter link you could provide https://company.com/forum/register.asp
and do the same for the posting pages... when you link back to site you will have to provide the http://.
Doing that means you will have to reconfig all of your pages to handle having the Http or Https prefix in front of the URLS.
Thanks. Can anyone tell me how to modify these links so some (register, update profile, etc.) can be placed on a secure server? Is this a page-by-page process?