Forums | Mahara Community

Support /
SSL / HTTPS


anonymous profile picture
Account deleted
Posts: 1643

18 August 2009, 19:06

Hi - I think Inaki cleaned up the few things I pointed out, so it might actually be near ready to merge, if Inaki can confirm it's all shipshape against the latest 1.1_STABLE and master versions Smile

I think the last thing he was fighting with was the AJAX login. He might have got stuck there, but if the rest is all apples then I could have a look at implementing it there quickly so we could get it merged Smile 

Iñaki Arenaza's profile picture
Posts: 253

18 October 2009, 10:40

It's been included in core in the last 1.2 beta, so it should be available in 1.2 when it comes out :-)

Saludos,

anonymous profile picture
Account deleted
Posts: 9

22 October 2009, 18:18

Is Iñaki's patch going to be incorporated in release 1.1.7?  If so, when is that release expected?
anonymous profile picture
Account deleted
Posts: 1643

22 October 2009, 19:35

Yes, it has been, and that'll be quite soon - within a week or so.
anonymous profile picture
Account deleted
Posts: 9

29 October 2009, 6:55

I've installed 1.1.7, but the login doesn't appear to be using SSL.  Have I misunderstood what this patch does?  Do I have to configure something?
anonymous profile picture
Account deleted
Posts: 9

29 October 2009, 11:53

Sorry - just found the setting in the config file.
anonymous profile picture
Account deleted
Posts: 1643

29 October 2009, 16:18

Yes, you need to set the httpswwwroot setting, as well as having set up an SSL server of course Smile
Iñaki Arenaza's profile picture
Posts: 253

22 October 2009, 19:38

It looks like the patch is already in the 1.1_STABLE brach (I've just looked at the git log to confirm it), so it seems it'll be part of 1.1.7. As to the expected release date, I'll let the maintainers answer that ;-)

Saludos,
Iñaki

anonymous profile picture
Account deleted
Posts: 27

27 January 2010, 5:57

Hi, I've found a problem when SSL is activated on Mahara  1.2

When my config file has:

$cfg->httpswwwroot = 'https://mydomain.org';

The Settings link under Profile, Groups or My Portfolio (but not Home) results in a 404 error.

Under Profile, the Settings link is: http://mydomain.org/view/account/

Under Groups, the Settings link is:
http://mydomain.org/group/account/

Under My Portfolios, the Settings link is:
http://mydomain.org/view/account/

However, depending on what sub-page I'm on, the link to Settings may change again e.g. Under Edit Profile, the Settings link is:

http://mydomain.org/artefact/internal/account/

which is a 404 error.

Any ideas why this is happening. With HTTPS turned off, there are no such problems.

Thanks
anonymous profile picture
Account deleted
Posts: 27

27 January 2010, 6:06

Ah, ignore this. I just upgraded to 1.2.2 and the problem has disappeared. Thanks to whoever fixed it!