mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
fix URL formatting, add note on **api**.github.com certificates (#2886)
* fix URL formatting, add note on private repos & certificates * fix TLS / TSL typo * clarify when api.github.com certificates are needed according to https://github.com/larshp/abapGit/pull/2886#discussion_r316257182
This commit is contained in:
parent
2d143b081a
commit
ffb832a4ff
|
@ -36,15 +36,18 @@ order: 10
|
|||
|
||||
Report [ZABAPGIT_TEST_SSL](./other-test-ssl.html) can be used to verify that the connection works.
|
||||
|
||||
Also see blogs
|
||||
* http://scn.sap.com/people/jens.gleichmann/blog/2008/10/31/calling-webservices-from-abap-via-httpsssl-with-pfx-certificates
|
||||
* http://scn.sap.com/people/thomas.jung/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
|
||||
Also see the following blog posts on SCN:
|
||||
* [Calling WebServices from ABAP via HTTPS/SSL with pfx certificates](http://scn.sap.com/people/jens.gleichmann/blog/2008/10/31/calling-webservices-from-abap-via-httpsssl-with-pfx-certificates)
|
||||
* [BSP a Developer’s Journal Part XIV – Consuming WebServices with ABAP](http://scn.sap.com/people/thomas.jung/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap)
|
||||
|
||||
The certificate list should end up looking something like this:
|
||||

|
||||
|
||||
### Note on actions that require authentication
|
||||
To perform operations that require authentication, like e.g. cloning a private 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 [Issue#1491](https://github.com/larshp/abapGit/issues/1491))
|
||||
|
||||
### Note about GitHub
|
||||
On [Feburary 22nd](https://githubengineering.com/crypto-removal-notice/), GitHub deprectated weak TSL connections.
|
||||
On [2018-02-22](https://githubengineering.com/crypto-removal-notice/), GitHub deprectated weak TLS connections.
|
||||
|
||||
See [SAP note 510007](https://launchpad.support.sap.com/#/notes/510007), section 7, for information on how to configure SSL.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user