We just upgraded our moodle 3.2 to 3.4.x and also OS/PHP/DB/ to RHEL 7.2 64-bit, PHP 7.1.8, and MySQL 5.7.21
I want to understand this https conversion tool and to confirm this is what we have to do:
What
this tool does is that it scans and warn you which external urls are in the system
that just use "http"… and list them. Then the user has to confirm that an “https”
version is available for that link ONE BY ONE AND EACH ONE so when the conversion is done (similar to a
search and replace) from http to https, that it would work after the replacement
From what I understand, lets say that is found the ff urls to be http:
- http://library.somesite.com with 2 content in them
- http://buy.me.com with x content in them
- http://science.com with x content in them
- http://www.college.com with x content in them
etc.
So what we now have to do is to go through each one and check to see
if there is a valid that the https:// version exist and renders
properly for each one of them so it
would render properly in moodle now after we convert from http to https
using the conversion tool, correct?
- https://library.somesite.com with 2 content in them
- https://buy.me.com with x content in them
- https://science.com with x content in them
- https://www.college.com with x content in them
this is what I think is going to happen