mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
api.github.com SSL error, add comment
This commit is contained in:
parent
4faaa25131
commit
9431a24156
|
@ -60,7 +60,7 @@ ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CLASS zcl_abapgit_2fa_github_auth IMPLEMENTATION.
|
CLASS ZCL_ABAPGIT_2FA_GITHUB_AUTH IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
METHOD constructor.
|
METHOD constructor.
|
||||||
|
@ -336,6 +336,8 @@ CLASS zcl_abapgit_2fa_github_auth IMPLEMENTATION.
|
||||||
|
|
||||||
li_client->receive( EXCEPTIONS OTHERS = 1 ).
|
li_client->receive( EXCEPTIONS OTHERS = 1 ).
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
|
* if the code fails here with a SSL error, make sure STRUST is setup to
|
||||||
|
* work with https://api.github.com
|
||||||
raise_comm_error_from_sy( ).
|
raise_comm_error_from_sy( ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user