[Solved] Forums running over https connections

Let us know how we are doing -
Post Reply
User avatar
RGB
Posts: 1456
Joined: Mon Oct 08, 2007 1:34 am

[Solved] Forums running over https connections

Post by RGB »

Message from Jan Iversen on dev mailing list:
Hi

I am happy to announce that https://forum.openoffice.org is now open.

All http://forum.openoffice.org request are permanently redirected to
https://forum.openoffice.org

The site has been briefly tested, and the http/https mix problem exist on
forum, just like on wiki.

Thanks to all that helped make this happen.

on behalf of the infrastructure team
jan I.
Normal forum users will no see any difference: every http link will be redirected to https, but this mean greater security on connection, which is important for mods and admins.

NOTE: since yesterday, the wiki is running on https too.
Last edited by Hagar Delest on Sun Aug 10, 2014 10:57 pm, edited 1 time in total.
Reason: tagged [Solved].
There are two types of people: those who believe that there are two types of people and those who do not.

openSUSE Leap with KDE Plasma / LibreOffice
User avatar
Hagar Delest
Moderator
Posts: 32652
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Forums running over https connections

Post by Hagar Delest »

Note that if you use the [rel] tag instead of the full url when pointing to an address inside the forum, it should be more "transparent" I guess.
LibreOffice 7.6.2.1 on Xubuntu 23.10 and 7.6.4.1 portable on Windows 10
gerard24
Volunteer
Posts: 958
Joined: Sat Oct 30, 2010 5:12 pm
Location: France

Re: Forums running over https connections

Post by gerard24 »

The forum is becoming inaccessible, thus perfectly secure. :(
LibreOffice 6.4.5 on Windows 10
User avatar
Hagar Delest
Moderator
Posts: 32652
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Forums running over https connections

Post by Hagar Delest »

:lol:
Works fine for me since yesterday evening after last tweaks from RGB.
Forum responsive and no captcha. But still to be fixed, users should not have the same IP.
LibreOffice 7.6.2.1 on Xubuntu 23.10 and 7.6.4.1 portable on Windows 10
User avatar
RoryOF
Moderator
Posts: 34610
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Forums running over https connections

Post by RoryOF »

Very slow (glacial) most of today, but OK now.

I agree about the IP. Also logged-on statistics need to be brought back to previous form.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.4 LTS
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Forums running over https connections

Post by Villeroy »

RoryOF wrote:Very slow (glacial) most of today, but OK now.
+1
I agree about the IP. Also logged-on statistics need to be brought back to previous form.
+1
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Daiwe01
Posts: 124
Joined: Fri Nov 21, 2008 4:49 am
Location: Georgia USA

Re: Forums running over https connections

Post by Daiwe01 »

Villeroy wrote:
RoryOF wrote:
I agree about the IP. Also logged-on statistics need to be brought back to previous form.
+1
As posted earlier (viewtopic.php?f=50&t=65448&sid=a09cfdbd ... 6c#p290679, the originator's IP is available in the packet header.

phpBB may also be configured to validate X-Forwarded-For IP in addition to the TCP-level IP.
AOO 4.1.5 Win7Pro/2KPro/XP & *nix (But my heart is still VAX/VMS)
User avatar
RGB
Posts: 1456
Joined: Mon Oct 08, 2007 1:34 am

Re: Forums running over https connections

Post by RGB »

Daiwe01 wrote:As posted earlier (viewtopic.php?f=50&t=65448&sid=a09cfdbd ... 6c#p290679, the originator's IP is available in the packet header.
Problem is that do not result evident how to read that info on an easy way.
Daiwe01 wrote:phpBB may also be configured to validate X-Forwarded-For IP in addition to the TCP-level IP.
It's already configured that way.
There are two types of people: those who believe that there are two types of people and those who do not.

openSUSE Leap with KDE Plasma / LibreOffice
Daiwe01
Posts: 124
Joined: Fri Nov 21, 2008 4:49 am
Location: Georgia USA

Re: Forums running over https connections

Post by Daiwe01 »

RGB wrote:
Daiwe01 wrote:As posted earlier (viewtopic.php?f=50&t=65448&sid=a09cfdbd ... 6c#p290679, the originator's IP is available in the packet header.
Problem is that do not result evident how to read that info on an easy way.
Try replacing $_SERVER['REMOTE_ADDR']
in session_begin in session.php
with $_SERVER['HTTP_X_FORWARDED_FOR']

You should test boundary conditions, etc and the usual disclaimers apply
AOO 4.1.5 Win7Pro/2KPro/XP & *nix (But my heart is still VAX/VMS)
User avatar
RGB
Posts: 1456
Joined: Mon Oct 08, 2007 1:34 am

Re: Forums running over https connections

Post by RGB »

Daiwe01 wrote:Try replacing $_SERVER['REMOTE_ADDR']
in session_begin in session.php
with $_SERVER['HTTP_X_FORWARDED_FOR']
Thanks, that explain why I was not able to find it :)

I do not have access to the php configuration files, only to the board configuration. I think that only Imacat can change that.
There are two types of people: those who believe that there are two types of people and those who do not.

openSUSE Leap with KDE Plasma / LibreOffice
Post Reply