We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d888e commit 15df700Copy full SHA for 15df700
ocaml/xapi/repository.ml
@@ -306,6 +306,8 @@ let sync ~__context ~self ~token ~token_id ~username ~password =
306
with
307
| Api_errors.Server_error (_, _) as e ->
308
raise e
309
+ | Stunnel.Stunnel_verify_error reason ->
310
+ raise (Api_errors.Server_error (Api_errors.ssl_verify_error, [reason]))
311
| e ->
312
error "Failed to sync with remote YUM repository: %s"
313
(ExnHelper.string_of_exn e) ;
0 commit comments