Commit 61957e4
committed
feat(services): Support HTTP connections to Pelias services
While the recommended configuration for Pelias has used HTTP
communication between services, there are many valid reasons to put each
service behind HTTPS.
Because of Node.js's interesting decision to have completely separate
and incompatible http and https modules, this has not been a supported
configuration out of the box.
However, adding this support is not difficult, and that's what's been
done here. Both HTTP and HTTPS service URLs should work seamlessly now.
This support comes from upgrading `pelias-microservice-wrapper` to
version `1.10.0`.
Fixes pelias/pelias#8391 parent 07fc584 commit 61957e4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments