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

Collecting mosquitto>=1.1 (from beaver==31): SNIMissingWarning #18

Open
muddman opened this issue Apr 19, 2016 · 0 comments
Open

Collecting mosquitto>=1.1 (from beaver==31): SNIMissingWarning #18

muddman opened this issue Apr 19, 2016 · 0 comments

Comments

@muddman
Copy link

muddman commented Apr 19, 2016

The default beaver version should be incremented to 36.2.0 which fixes the issue where the installs fail because the Mosquitto library has been replaced with Paho-mqtt for mqtt transport when attempting to install beaver 31 using the default recipe in this cookbook.

Ubuntu 14.04

Berksfile

cookbook 'beaver', '~> 1.6.0'

recipes/default.rb

include_recipe 'beaver'

Error

Collecting mosquitto>=1.1 (from beaver==31)
==> default:   STDERR: /opt/beaver/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
==> default:     SNIMissingWarning
==> default:   /opt/beaver/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
==> default:     InsecurePlatformWarning
==> default:     Could not find a version that satisfies the requirement mosquitto>=1.1 (from beaver==31) (from versions: )
==> default:   No matching distribution found for mosquitto>=1.1 (from beaver==31)
==> default:   ---- End output of ["/opt/beaver/bin/python", "-m", "pip.__main__", "install", "beaver==31"] ----
==> default:   Ran ["/opt/beaver/bin/python", "-m", "pip.__main__", "install", "beaver==31"] returned 1

FIX

attributes/default.rb

default['beaver']['version'] = '36.2.0'
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

1 participant