Bioconductor / bioconductor_docker

Docker Containers for Bioconductor
https://bioconductor.org/help/docker/
Artistic License 2.0
73 stars 31 forks source link

Link to localhost in Documentation Gives SSL Error #13

Closed const-ae closed 4 years ago

const-ae commented 4 years ago

Hi Nitesh,

I just played around with the Docker containers to reproduce an error. Thank you very much for providing those, they make it much easier to reproduce problems that appear on other machines.

In the Quick Start section of the Docker Containers for Bioconductor page, it is suggested to go to https://localhost:8787. However on my machine, I get an ERR_SSL_PROTOCOL_ERROR which is particularly confusing because the site looks very similar to a page if the application wasn't running:

image

The error goes away if you go to the standard http page at http://localhost:8787.

Best, Constantin

nturaga commented 4 years ago

I am closing this issue. I've updated the documentation. Thanks, @const-ae.

const-ae commented 4 years ago

Great, always happy to help :)