SSL implementation on Moodle

SSL implementation on Moodle

von Syed Ali -
Anzahl Antworten: 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

Mittelwert:  -
Als Antwort auf Syed Ali

Re: SSL implementation on Moodle

von Matteo Scaramuccia -

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

Als Antwort auf Matteo Scaramuccia

Re: SSL implementation on Moodle

von Syed Ali -

I still have same issue.

Als Antwort auf Syed Ali

Re: SSL implementation on Moodle

von AL Rachels -
Nutzerbild von Core developers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von Testers

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

Als Antwort auf AL Rachels

Re: SSL implementation on Moodle

von Syed Ali -

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

Als Antwort auf Syed Ali

Re: SSL implementation on Moodle

von Ken Task -
Nutzerbild von 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