Skip to content

SSL Certificate Error / Timing Out causing Docker run Failure #1

@HaydenMM

Description

@HaydenMM

I was having some issues running my built image docker run --name imdb -p 5432:5432 -v imdb_data:/var/lib/postgresql/data imdb
I was getting an error downloading the imdb dataset. I realized I needed a flag to bypass SSL verification using the --no-check-certificate flag and it was also timing out so I needed to increase the timeout time.

It could be helpful to add in some conditionals for wget @ imdblib/table/init.py Line 76 - 78,

  • --no-check-certificate
  • --timeout={timeout}
  • --background

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions