Chemical-Curation / chemcurator_django

Backend services for chemical curation
https://api.chemreg.epa.gov
MIT License
1 stars 0 forks source link

Image Breaking SSL #246

Closed dmlyons2 closed 3 years ago

dmlyons2 commented 3 years ago

Describe the bug When I navigate to https://ccte-api-chemreg-stg.epa.gov the browser complains that not all of the content on the page is secure. Upon further investigation it looks like the image on the page (the chemreg logo with an atom) is http://ccte-api-chemreg-stg.epa.gov:8000/static/openapi/logo.svg which is not SSL/HTTPS.

Not sure if that is hardcoded but when I navigate to https://ccte-api-chemreg-stg.epa.gov/static/openapi/logo.svg it works over SSL/HTTPS on 443.