-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
TypeError: this.stream.write is not a function
error when PGSSLMODE
is set to use SSL
#3294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
TypeError: this.stream.write is not a function
error when PGSSLMODE
is set to use SSL
I found more information, the error is caused by |
The tests aren’t currently written to be runnable with |
Ohh I see, thanks for letting me know @charmander |
I realize this error seems to only be present with unit tests |
Uh oh!
There was an error while loading. Please reload this page.
When I set
PGSSLMODE
torequire
orprefer
, I getTypeError: this.stream.write is not a function
error when I try to run the tests underpackages/pg
. What could be the cause of this error? This error message is very cryptic. Have others seen this before?Error log: (replaced full project path with simplified path)
Commands to reproduce this error:
System: CentOS
The text was updated successfully, but these errors were encountered: