forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make custom keystore compatible with real-world HTTPS server (gradle#…
…14383) Previously we were using custom keystore/truststore for embedded HTTPS server, which is not compatible with real-world HTTPS server. Now we merge JDK cacerts into the custom keystore.
- Loading branch information
1 parent
2f75b03
commit eba295e
Showing
4 changed files
with
16 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,4 @@ | |
*.ttf binary | ||
*.pyc binary | ||
*.gpg binary | ||
*.bin binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+101 KB
...ts/internal-integ-testing/src/main/resources/test-key-store/trustStore-adoptopenjdk-8.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters