Skip to content

Commit

Permalink
exchange ssl fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
javaes committed Jul 19, 2016
1 parent a69b83b commit 1bfc42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/figo/internal/FigoTrustManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class FigoTrustManager implements X509TrustManager {

private static final List<String> VALID_FINGERPRINTS = new ArrayList<String>(Arrays.asList(
"38AE4A326F16EA1581338BB0D8E4A635E727F107",
"CFC1BC7F6A16092B10838AB0224F3A65D270D73E"));
"DBE2E9158FC9903084FE36CAA61138D85A205D93"));

/**
* @return the list of trusted certificate fingerprints using SHA1
Expand Down

0 comments on commit 1bfc42a

Please sign in to comment.