You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streaming is crashed because connection from node to postgresql become SSL even if DB_SSLMODE is not set. (regression from mastodon#10210)
Steps to reproduce the problem
Start streaming service with postgresql which works non ssl connections. I got error log, and streaming stopped.
ERR! Error: The server does not support SSL connections
There is not DB_SSLMODE in my .env.production. As far as I investigate, "ssl" option of pg.Pool() of node not has "sslmode" option. Probabry, just only add "ssl" key into config object, and even if it is empty, connection to postgresql become SSL.
The text was updated successfully, but these errors were encountered:
kedamaDQ
changed the title
Streaming crash
Streaming is crashed because connection from node to postgresql become SSL
Mar 9, 2019
kedamaDQ
changed the title
Streaming is crashed because connection from node to postgresql become SSL
Timeline streaming stopped after #10210
Mar 9, 2019
Actual behaviour
Streaming is crashed because connection from node to postgresql become SSL even if DB_SSLMODE is not set. (regression from mastodon#10210)
Steps to reproduce the problem
Start streaming service with postgresql which works non ssl connections. I got error log, and streaming stopped.
There is not DB_SSLMODE in my .env.production. As far as I investigate, "ssl" option of pg.Pool() of node not has "sslmode" option. Probabry, just only add "ssl" key into config object, and even if it is empty, connection to postgresql become SSL.
Specifications
mastodon: master (3f4a6d4)
The text was updated successfully, but these errors were encountered: