Commit 9added6
committed
Fix #38 - http vs. https connections
As the try to connect to an unsecure api endpoint with user token leads
to an exception we need to adapt our exception handling to print out the
full and correct information.
As `https` connections are industry standard we don't invest much effort
in implementation of the `encryption` feature.
If anybody needs this feature feel free to contribute or file a feature
request where interested can vote on.1 parent b781e6a commit 9added6
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments