OpenGene / fastp

An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
MIT License
1.88k stars 332 forks source link

Serve Plotly library using https? #322

Open torfinnnome opened 3 years ago

torfinnnome commented 3 years ago

We are hosting a Galaxy server, where the fastp tool is available.

When visualising the fastp results inside our Galaxy server, we get an error because the Galaxy wrapper points to http://opengene.org/plotly-1.2.0.min.js (as of version 0.20.1). Our server is using secure http/https, and mixing http and https is not popular on most browsers these days.

However, it seems that there is no valid ssl/https certificate on opengene.org. Would it be possible to look into this, and switch to https:// for the Plotly library?

neoformit commented 2 years ago

Some more info: https://github.com/OpenGene/fastp/issues/384