mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
zcl_abapgit_http: add note (#6771)
This commit is contained in:
parent
ffe847c9cc
commit
6c4f7a7c3c
|
@ -160,6 +160,7 @@ CLASS zcl_abapgit_http IMPLEMENTATION.
|
||||||
" a) SSL is setup properly in STRUST
|
" a) SSL is setup properly in STRUST
|
||||||
lv_text = 'HTTPS ARGUMENT_NOT_FOUND | STRUST/SSL Setup correct?'.
|
lv_text = 'HTTPS ARGUMENT_NOT_FOUND | STRUST/SSL Setup correct?'.
|
||||||
WHEN OTHERS.
|
WHEN OTHERS.
|
||||||
|
" Make sure ANONYM PSE exists in transaction STRUST, https://github.com/abapGit/abapGit/issues/6768
|
||||||
lv_text = 'While creating HTTP Client'.
|
lv_text = 'While creating HTTP Client'.
|
||||||
|
|
||||||
ENDCASE.
|
ENDCASE.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user