mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[GH-ISSUE #311] Node example SSL Error #2212
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#2212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @harjot1singh on GitHub (Aug 25, 2020).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/311
When trying the example in node 10.16.0:
Error: error:09091064:PEM routines:PEM_read_bio_ex:bad base64 decode.I'm unable to get it to work. Any ideas? I assume it's something to do with SSL. I'm on Mac.
Trace
@harjot1singh commented on GitHub (Aug 25, 2020):
I think this might be more related to Docker/module installation. Will investigate further, because I can get it to work if I don't run the example in a Docker container.
@harjot1singh commented on GitHub (Aug 25, 2020):
For anyone who encounters this, do not supply a dummy
GOOGLE_APPLICATION_CREDENTIALSenvironment variable. The@google-cloud/storagewill attempt to use it.Completely unrelated to the fake gcs server :)