SSL implementation on Moodle

SSL implementation on Moodle

de către Syed Ali-
Număr de răspunsuri: 7
I replace all non https url with https by using search and replace tool.

There is an strange issue. Whenever a user tries to loign, if the password doesn't mach a record in the manual user database table, there is supposed to be a redirect to https://domian-name.com/auth/shibboleth/index.php

What is happening instead, though, is a redirect to the following URL https://domian-name.comauth/shibboleth/index.php

It looks as though there is a slash missing between “com” and “auth”.  I scanned the database for this setting but couldn’t find anything.

OS: RHEL 7.3

Moodle 3.1

Media notelor: -
Ca răspuns la Syed Ali

Re: SSL implementation on Moodle

de către Matteo Scaramuccia-
Imaginea Core developers Imaginea Peer reviewers Imaginea Plugin developers

Hi Syed,
that URL cannot be found in the Moodle database but in the Moodle code.

How did you configure the URL in your config.php file?

HTH,
Matteo

Ca răspuns la Matteo Scaramuccia

Re: SSL implementation on Moodle

de către Syed Ali-

I still have same issue.

Ca răspuns la Syed Ali

Re: SSL implementation on Moodle

de către AL Rachels-
Imaginea Core developers Imaginea Particularly helpful Moodlers Imaginea Plugin developers Imaginea Testers

Have you looked at Site administration > Server > HTTP, for the Use slash arguments setting. See if changing it helps.

Ca răspuns la AL Rachels

Re: SSL implementation on Moodle

de către Syed Ali-

It is there and enable. This problem started after I change site from http to https.

Ca răspuns la Syed Ali

Re: SSL implementation on Moodle

de către Ken Task-
Imaginea Particularly helpful Moodlers
Check the config of shilbbolth server/service (probably on the server itself)  as well as any 'call back' URL for the moodle server the IdP server might have for the moodle.


'spirit of sharing', Ken


Ca răspuns la Ken Task

Re: SSL implementation on Moodle

de către Syed Ali-

I need to check call back URL. I don't think I have control on that URL.