From 6c4f7a7c3c86f77d019bc405fd412f9d8ad8698b Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 25 Jan 2024 17:34:25 +0100 Subject: [PATCH] zcl_abapgit_http: add note (#6771) --- src/http/zcl_abapgit_http.clas.abap | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http/zcl_abapgit_http.clas.abap b/src/http/zcl_abapgit_http.clas.abap index 422f149b0..2aa7cf83b 100644 --- a/src/http/zcl_abapgit_http.clas.abap +++ b/src/http/zcl_abapgit_http.clas.abap @@ -160,6 +160,7 @@ CLASS zcl_abapgit_http IMPLEMENTATION. " a) SSL is setup properly in STRUST lv_text = 'HTTPS ARGUMENT_NOT_FOUND | STRUST/SSL Setup correct?'. WHEN OTHERS. + " Make sure ANONYM PSE exists in transaction STRUST, https://github.com/abapGit/abapGit/issues/6768 lv_text = 'While creating HTTP Client'. ENDCASE.