Philips Hue root-bridge certificate? #9
JohnConnett
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi John,
Happy to hear from you.
Unfortunately, I haven't found a solution yet for the validation of the
certificate. Hence, that is why thr release is a Beta release (not
production ready). I'm working on it but I cannot promise if it will be found soon enough since I'm not finding any solution in python at the
moment on the internet. If you know anything about it or want to
contribute, there are steps at the end of the README.md that you can
follow. Also if you're willing to report on the github the issue.
Any help and suggestion would be appreciated!
Sorry for the inconvenience and I guess I should have mentioned certificate
problem in the README.md
…On Fri, 9 Feb 2024, 18:05 John Connett, ***@***.***> wrote:
I have been trying to use Hue Entertainment PyKit but have been hitting
problems with *InsecureRequestWarning: Unverified HTTPS request is being
made to host '192.168.199.25'*. For example, I see it when running
example/example.py from the github repository.
On Ubuntu, I have installed the root-bridge certificate as
/usr/local/share/ca-certificates/Philips-Hue-root-bridge.crt and run sudo
update-ca-certificates. There is a symlink
/etc/ssl/certs/Philips-Hue-root-bridge.pem that points to the
certificate. I copied the certificate from my bridge and that is verified
by openssl verify bridge.pem.
Is there somewhere else I should be installing the root-bridge certificate?
Do I need to configure a certificate path or file in Hue Entertainment
PyKit?
—
Reply to this email directly, view it on GitHub
<#9>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQKHBI4XM63KLCQUC6ZH5Q3YSZJN5AVCNFSM6AAAAABDBZE5BOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGIYDANZVGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to use Hue Entertainment PyKit but have been hitting problems with InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.199.25'. For example, I see it when running
example/example.py
from the github repository.On Ubuntu, I have installed the root-bridge certificate as
/usr/local/share/ca-certificates/Philips-Hue-root-bridge.crt
and runsudo update-ca-certificates
. There is a symlink/etc/ssl/certs/Philips-Hue-root-bridge.pem
that points to the certificate. I copied the certificate from my bridge and that is verified byopenssl verify bridge.pem
.Is there somewhere else I should be installing the root-bridge certificate?
Do I need to configure a certificate path or file in Hue Entertainment PyKit?
Beta Was this translation helpful? Give feedback.
All reactions