Skip to content
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

PostgreSQL log full of rollbar/ssl warnings #407

Open
luisbosque opened this issue Nov 6, 2017 · 1 comment
Open

PostgreSQL log full of rollbar/ssl warnings #407

luisbosque opened this issue Nov 6, 2017 · 1 comment

Comments

@luisbosque
Copy link
Contributor

The postgresql log is full of these messages. This is bad because we are talking about several GB of logs.

WARNING:rollbar:Rollbar already initialized. Ignoring re-init.
/usr/local/lib/python2.7/dist-packages/urllib3/util/ssl_.py:137: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecurePlatformWarning

/cc @ethervoid @rafatower

@ethervoid
Copy link
Contributor

  • The rollbar warning comes from here so we have to try to deactivate that warning method or cache the rollbar object

  • To fix the SSL warning looks like we have to install a new package of requests to include some security packages. We should check if it works properly but once we have it done, that messages should dissapear

@luisbosque luisbosque self-assigned this Nov 6, 2017
@luisbosque luisbosque removed their assignment May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants