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

Unknown OpenSSL error from cryptography #3368

Closed
Latitude21 opened this issue Jan 26, 2017 · 2 comments
Closed

Unknown OpenSSL error from cryptography #3368

Latitude21 opened this issue Jan 26, 2017 · 2 comments

Comments

@Latitude21
Copy link

[Thu Jan 26 18:42:32.385225 2017] [:error] [pid 29454] [client 10.8.24.85:49981] Traceback (most recent call last):, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.385245 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/td_testdata_logs/DiagAutomation/Pylon/PyWeb/PyWeb/PyWeb/wsgi.py", line 19, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386314 2017] [:error] [pid 29454] [client 10.8.24.85:49981] application = get_wsgi_application(), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386336 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/django/core/wsgi.py", line 13, in get_wsgi_application, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386383 2017] [:error] [pid 29454] [client 10.8.24.85:49981] django.setup(set_prefix=False), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386395 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/django/init.py", line 27, in setup, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386457 2017] [:error] [pid 29454] [client 10.8.24.85:49981] apps.populate(settings.INSTALLED_APPS), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386480 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/django/apps/registry.py", line 85, in populate, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386609 2017] [:error] [pid 29454] [client 10.8.24.85:49981] app_config = AppConfig.create(entry), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386623 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/django/apps/config.py", line 90, in create, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386719 2017] [:error] [pid 29454] [client 10.8.24.85:49981] module = import_module(entry), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386735 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/importlib/init.py", line 37, in import_module, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386790 2017] [:error] [pid 29454] [client 10.8.24.85:49981] import(name), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386811 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib/python2.7/site-packages/social_django/init.py", line 4, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386859 2017] [:error] [pid 29454] [client 10.8.24.85:49981] from social_core.backends.base import BaseAuth, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386874 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib/python2.7/site-packages/social_core/backends/base.py", line 3, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386959 2017] [:error] [pid 29454] [client 10.8.24.85:49981] from requests import request, ConnectionError, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.386972 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib/python2.7/site-packages/requests/init.py", line 52, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387026 2017] [:error] [pid 29454] [client 10.8.24.85:49981] from .packages.urllib3.contrib import pyopenssl, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387038 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib/python2.7/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 49, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387161 2017] [:error] [pid 29454] [client 10.8.24.85:49981] from cryptography.hazmat.backends.openssl import backend as openssl_backend, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387174 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/init.py", line 7, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387213 2017] [:error] [pid 29454] [client 10.8.24.85:49981] from cryptography.hazmat.backends.openssl.backend import backend, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387224 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl/backend.py", line 52, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387630 2017] [:error] [pid 29454] [client 10.8.24.85:49981] from cryptography.hazmat.bindings.openssl import binding, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387648 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 173, in , referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387752 2017] [:error] [pid 29454] [client 10.8.24.85:49981] Binding.init_static_locks(), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387766 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 137, in init_static_locks, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387784 2017] [:error] [pid 29454] [client 10.8.24.85:49981] cls._ensure_ffi_initialized(), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387805 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 132, in _ensure_ffi_initialized, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387833 2017] [:error] [pid 29454] [client 10.8.24.85:49981] cls._register_osrandom_engine(), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387845 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 114, in _register_osrandom_engine, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387859 2017] [:error] [pid 29454] [client 10.8.24.85:49981] _openssl_assert(cls.lib, cls.lib.ERR_peek_error() == 0), referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387868 2017] [:error] [pid 29454] [client 10.8.24.85:49981] File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 62, in _openssl_assert, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387882 2017] [:error] [pid 29454] [client 10.8.24.85:49981] errors_with_text, referer: http://fc8diags01:8000/
[Thu Jan 26 18:42:32.387901 2017] [:error] [pid 29454] [client 10.8.24.85:49981] InternalError: Unknown OpenSSL error. This error is commonly encountered when another library is not cleaning up the OpenSSL error stack. If you are using cryptography with another library that uses OpenSSL try disabling it before reporting a bug. Otherwise please file an issue at https://github.com/pyca/cryptography/issues with information on how to reproduce this. ([_OpenSSLErrorWithText(code=151441516L, lib=9, func=109, reason=108, reason_text='error:0906D06C:PEM routines:PEM_read_bio:no start line'), _OpenSSLErrorWithText(code=151441516L, lib=9, func=109, reason=108, reason_text='error:0906D06C:PEM routines:PEM_read_bio:no start line')]), referer: http://fc8diags01:8000/

@reaperhulk
Copy link
Member

This is an instance of what we can resolve with #3278

@reaperhulk
Copy link
Member

#3278 is merged so this will be fixed in 1.8

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants