Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HTTPS or HTTP service URLs #43

Merged
merged 1 commit into from
Jul 16, 2021
Merged

Support HTTPS or HTTP service URLs #43

merged 1 commit into from
Jul 16, 2021

Conversation

orangejulius
Copy link
Member

@orangejulius orangejulius commented Jul 16, 2021

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.

Fixes pelias/pelias#839

@orangejulius orangejulius force-pushed the https-support branch 2 times, most recently from 8569032 to 97aa414 Compare July 16, 2021 17:39
@orangejulius orangejulius merged commit b4b598a into master Jul 16, 2021
@orangejulius orangejulius deleted the https-support branch July 16, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support HTTPS for communication between services
1 participant