forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support https for retrieving lti xml configs
net http needs some additional config in order to support https requests. fixes #6938 test plan: - try adding an external tool with an http url config (like http://lti-examples.heroku.com/config/course_navigation.xml) - make sure it adds correctly - try adding an external tool with an https url config (like https://lti-examples.heroku.com/config/course_navigation.xml) - make sure it adds correctly Change-Id: Ia26c7d383069bccf761f18a2993f352002cc868a Reviewed-on: https://gerrit.instructure.com/8139 Tested-by: Hudson <[email protected]> Reviewed-by: Bracken Mosbacker <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters