This repository has been archived by the owner. It is now read-only.
config option reputationService.host must be able to accept a FQDN value #166
Comments
|
See also mozilla-services/ip-reputation-js-client#3, where the client should be strictSSL and not follow any redirects. (Not directly related to this bug, but both this repo and that repo need to align). |
|
Spoke with @g-k and he said that he was working on some patches for this, possibly sending the service url instead. Connects with mozilla-services/ip-reputation-js-client#3 and mozilla-services/ip-reputation-js-client#4 |
|
ugh, yeah. The package is published: https://www.npmjs.com/package/ip-reputation-js-client. If mozilla-services/ip-reputation-js-client#4 addresses mozilla-services/ip-reputation-js-client#3, then I need to:
|
Merged
|
This was corrected... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In stage/production, the tigerblood endpoint is set up to use an ELB. ELB's advertise multiple IP's and those IP's can change at anytime.
Current master of
ip-reputation-js-client, not yet published to npm, hardcodes the scheme tohttps, which cannot be used with IP addresses.The text was updated successfully, but these errors were encountered: