Commit 610fe58
committed
Use SSLContext.getDefault() in default SSLOptions.
The way we built the SSLContext before, it would ignore keystore system
properties (javax.net.ssl.keyStore and javax.net.ssl.keyStorePassword).
We provide the default implementation for people who have a simple
configuration that should require no code, so it makes sense that it
would honor those properties.1 parent efbf9bf commit 610fe58
1 file changed
Lines changed: 1 addition & 7 deletions
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 64 | + | |
69 | 65 | | |
70 | | - | |
71 | | - | |
72 | 66 | | |
73 | 67 | | |
74 | 68 | | |
| |||
0 commit comments