Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZABAPGIT HTTP Client error #6768

Closed
hakimred opened this issue Jan 24, 2024 · 7 comments
Closed

ZABAPGIT HTTP Client error #6768

hakimred opened this issue Jan 24, 2024 · 7 comments

Comments

@hakimred
Copy link

Hello
I m getting "HTTP Client" error when i try to connect to ABAP repository (RAP) in github. Please advice.

Regards,
Abdul Hakim
abapgit error

@christianguenter2
Copy link
Member

Try putting a breakpoint here and check what's wrong with cl_http_client=>create_by_url

lv_text = 'While creating HTTP Client'.

@hakimred
Copy link
Author

Try putting a breakpoint here and check what's wrong with cl_http_client=>create_by_url

lv_text = 'While creating HTTP Client'.

Error screenshot_abapgit

@christianguenter2
Copy link
Member

yeah, and what's wrong inside cl_http_client=>create_by_url?

@hakimred
Copy link
Author

yeah, and what's wrong inside cl_http_client=>create_by_url?

:-) Please find the exact location where the error is thrown.
ERROR_Screenshot_abapgit_01

@larshp
Copy link
Member

larshp commented Jan 24, 2024

abapGit uses the ANONYM PSE by default, try going to transaction STRUST and check it exists?

rv_ssl_id = 'ANONYM'.

@hakimred
Copy link
Author

abapGit uses the ANONYM PSE by default, try going to transaction STRUST and check it exists?

rv_ssl_id = 'ANONYM'.

Thank you So Much Lars. Issue resolved.

larshp added a commit that referenced this issue Jan 25, 2024
@mbtools
Copy link
Member

mbtools commented Jan 25, 2024

Note: This was fairly well documented at https://docs.abapgit.org/user-guide/setup/ssl-setup.html#sap-trust-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants