Prebid.js: [Currency] Request latest.json over https

Created on 21 Nov 2017  路  6Comments  路  Source: prebid/Prebid.js

Type of issue

Feature Request / Bug

Description

latest.json is currently requested over http which leads to some browsers blocking the request if the prebid bundle with currency module is used in a site being servedwith https

Steps to reproduce

  1. Build prebid bundle with currency modules
  2. Use in a site with https
  3. pbjs.setConfig({ currency: { adServerCurrency: 'EUR' } })

Expected results

Currency conversion can be set up

Actual results

screen shot 2017-11-21 at 13 36 51

Currency conversion can not be set up.

Platform details

e.g. Chrome Browser

Other information

Tied to #1843 as failing to set up currency conversion leads to prebid not working at all (no bid responses at all)

Most helpful comment

That's right. We are in the process of obtaining a cert for this. Stay tuned.

All 6 comments

That's more than fixing one symbol unfortunately... (I think). Whole prebid.org will have to be put on SSL.

That's right. We are in the process of obtaining a cert for this. Stay tuned.

This is a known issue as noted in the doc. Issue #1834 was directly tied to our being able to fix this feature. The plan is to make it happen early in January.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Ironic that stale-bot closed this at just about the same time we were launching the feature.

Good news -- https://currency.prebid.org/latest.json is now available.

Should we use conversionRateFile parameter to use https URI instead of the http one or Prebid will guess it automatically (and from which version)?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mkendall07 picture mkendall07  路  5Comments

jdwieland8282 picture jdwieland8282  路  5Comments

jaiminpanchal27 picture jaiminpanchal27  路  3Comments

eyedar picture eyedar  路  6Comments

matthewlane picture matthewlane  路  8Comments