Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
8213369c
Commit
8213369c
authored
Jun 04, 2013
by
Leigh B Stoller
Browse files
More backout unti Flack fixed.
parent
2c75aa10
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/protogeni-wrapper.pl.in
View file @
8213369c
...
...
@@ -551,6 +551,7 @@ if (!defined($user_certificate)) {
# us the server cert, which is useless. So we have to recompute the
# chain to find the CA.
#
if
(
0
)
{
if
(
$user_certificate
->
VerifySSLChain
(
@chaincerts
))
{
print
STDERR
"
Could not verify user certificate chain:
\n
";
print
STDERR
Dumper
([
$user_certificate
,
@chaincerts
]);
...
...
@@ -573,6 +574,7 @@ if ($user_certificate->VerifyGeniChain(\$errorstr, @chaincerts)) {
"
Could not verify user URN namespace chain:
$errorstr
");
}
}
}
my
$result
;
push
(
@metadata
,
["
URN
",
$GENIURN
]);
...
...
Write
Preview
Supports
Markdown
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