Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_base_profile
Commits
c7b7364d
Commit
c7b7364d
authored
Jun 11, 2018
by
pprasath
Browse files
Set cas_cert to correct CA cert bundle.
parent
4a576b16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
drupal-settings.php
drupal-settings.php
+3
-0
No files found.
drupal-settings.php
View file @
c7b7364d
...
...
@@ -79,6 +79,9 @@ $conf['cas_domain'] = 'uwaterloo.ca';
if
(
is_file
(
'/etc/pki/tls/certs/ca-bundle.crt'
))
{
$conf
[
'cas_cert'
]
=
'/etc/pki/tls/certs/ca-bundle.crt'
;
}
if
(
is_file
(
'/etc/ssl/certs/ca-certificates.crt'
)){
$conf
[
'cas_cert'
]
=
'/etc/ssl/certs/ca-certificates.crt'
;
}
$conf
[
'site_403'
]
=
'customerror/403'
;
$conf
[
'site_404'
]
=
'customerror/404'
;
$conf
[
'site_default_country'
]
=
'CA'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment