Forum does not run over SSL .. Why not ? [message #7455] |
Sat, 23 November 2002 21:45 |
mnemonic
Messages: 19 Registered: November 2002
Karma: 0
|
Junior Member |
|
|
Does anyone know how to get this Forum to run better over SSL ?
It sais that there are objekts on the page that is not encrypted when I open the forum ..
Regards Mnemonic..
|
|
|
|
Re: Forum does not run over SSL .. Why not ? [message #7460 is a reply to message #7455] |
Sun, 24 November 2002 03:49 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
mnemonic schrieb am Sam, 23 November 2002 22:45 | Does anyone know how to get this Forum to run better over SSL ?
| Goto http://www.apache.org and read the mod_ssl manual. This isn't an issue with the forum, because SSL operates on a lower level: as an OSI layer 5 protocol like ftp, http or gopher. The interface (=forum) u re using would be layer 7Quote: | It sais that there are objekts on the page that is not encrypted when I open the forum ..
| This is ur browser telling u. probably just images from a different server which does not run SSL(avatars, icons, linked images etc). They will get loaded unencrypted. Storing stuff locally should solve the issue.
bye
Olliver
|
|
|
|
|
Re: Forum does not run over SSL .. Why not ? [message #7542 is a reply to message #7464] |
Mon, 02 December 2002 14:52 |
Raven17
Messages: 32 Registered: September 2002 Location: Southern California
Karma: 0
|
Member |
|
|
When I 'moved' my forum to a different directory, I had to go through and update ALL of the references by hand that still pointed back at the old directory. You must do the same. This doesn't happen automagically.
cd to the top level of your forums directory.
find . -exec grep "oldlocation.yourdomain.com" {} \;
and then output that to a file to go find all of the references you will have to update.
[Updated on: Mon, 02 December 2002 14:55] Report message to a moderator
|
|
|
Re: Forum does not run over SSL .. Why not ? [message #7545 is a reply to message #7542] |
Mon, 02 December 2002 14:58 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you modify your domain you need to do 2 things, #1 change WWW_ROOT inside GLOBALS.php, #2 rebuild the themes so that your changes take affect.
FUDforum Core Developer
|
|
|
|
|
|
Re: Forum does not run over SSL .. Why not ? [message #8849 is a reply to message #7455] |
Wed, 26 February 2003 00:54 |
foniks2020
Messages: 5 Registered: February 2003
Karma: 0
|
Junior Member |
|
|
I have set up FUDForum for use over SSL using Apache and Mod_SSL and have not had any problems.
One irritation I experienced was due to browser cacheing of files from before to after the SSL switch which resulted in Windows internet Explorer thinking that it was receiving 'mixed-security' content. This resolved itself by restarting the webserver (IE now saw all served files as brand new and didn't rry to use cached files).
|
|
|