Skip to content

Commit 7468e65

Browse files
authored
Update SSL setup and troubleshooting (#208)
1 parent bd95b02 commit 7468e65

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/user-guide/setup/ssl-setup.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,26 @@ The following blog posts on the SAP Community Network might be helpful:
149149
- [Calling WebServices from ABAP via HTTPS/SSL with pfx certificates](https://scn.sap.com/people/jens.gleichmann/blog/2008/10/31/calling-webservices-from-abap-via-httpsssl-with-pfx-certificates)
150150
- [BSP a Developer’s Journal Part XIV – Consuming WebServices with ABAP](https://scn.sap.com/people/thomas.jung/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap)
151151

152+
:::info
153+
There might be user exits in play that modify the default connection behavior (see section below). Check which exits are implemented and what values they return!
154+
:::
155+
152156
### Notes
153157

154158
#### Actions Requiring Authentication
155159

156-
To perform operations that require authentication, like e.g. cloning a private repository or pushing to any GitHub repository, you need to install not only the certificates for github.com but also for [https://**api**.github.com](https://api.github.com). Repeat the download and STRUST import steps as described in the sections above accordingly. (See also [#1491](https://github.com/abapGit/abapGit/issues/1491))
160+
To perform operations that require authentication, like e.g. cloning a **private repository** or **pushing to any GitHub repository**, you need to install not only the certificates for github.com but also for [https://**api**.github.com](https://api.github.com). Repeat the download and STRUST import steps for the API server as described in the sections above accordingly (see also [#1491](https://github.com/abapGit/abapGit/issues/1491) and [#6768](https://github.com/abapGit/abapGit/issues/6768))
161+
162+
### User Exits
163+
164+
The following exits are available to customize certain aspects of connection to the Git server using ABAP:
165+
166+
- Using a RFC connection instead of HTTP
167+
- Defining proxy host and port (if abapGit settings are not sufficient)
168+
- Defining the SSL certificate section (if other than `ANONYM`)
169+
- Identifying local systems and setting logon tickets
170+
171+
See [User Exits](/user-guide/reference/exits.md) for more details.
157172

158173
#### Accessing GitHub
159174

0 commit comments

Comments
 (0)