Skip to content

Commit 61957e4

Browse files
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#839
1 parent 07fc584 commit 61957e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"pelias-config": "^5.0.1",
5353
"pelias-labels": "^1.16.1",
5454
"pelias-logger": "^1.2.0",
55-
"pelias-microservice-wrapper": "^1.7.0",
55+
"pelias-microservice-wrapper": "^1.10.0",
5656
"pelias-model": "^9.0.0",
5757
"pelias-parser": "pelias/parser#remove-unit-type",
5858
"pelias-query": "^11.0.0",

0 commit comments

Comments
 (0)