Skip to content

[BUG] Documentation cannot be build behind https proxy #2044

@schmitts

Description

@schmitts

Current Behavior:

The documentation build during the installation of npm fails when an https proxy is used:

"gatsby-plugin-prefetch-google-fonts" threw an error while running the onPreBootstrap lifecycle: write EPROTO 140379905034048:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:331: 

Expected Behavior:

Installation does not fail.

Steps To Reproduce:

wget https://registry.npmjs.org/npm/-/npm-6.14.8.tgz tar xfz npm-6.14.8.tgz cd package # set some https proxy, eg. export https_proxy=http://167.86.120.160:8080 ./configure make 

Environment:

  • OS: Ubuntu 20.04
  • npm: 6.14.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bugthing that needs fixingRelease 6.xwork is associated with a specific npm 6 release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions