Skip to content

Commit 1bfc42a

Browse files
author
Jan van Esdonk
committed
exchange ssl fingerprint
1 parent a69b83b commit 1bfc42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/figo/internal/FigoTrustManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class FigoTrustManager implements X509TrustManager {
3838

3939
private static final List<String> VALID_FINGERPRINTS = new ArrayList<String>(Arrays.asList(
4040
"38AE4A326F16EA1581338BB0D8E4A635E727F107",
41-
"CFC1BC7F6A16092B10838AB0224F3A65D270D73E"));
41+
"DBE2E9158FC9903084FE36CAA61138D85A205D93"));
4242

4343
/**
4444
* @return the list of trusted certificate fingerprints using SHA1

0 commit comments

Comments
 (0)