Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95468

Lutron Certificate - Did my certificate generate?

$
0
0

@Pashovski wrote:

I cant tell if it generated or not. I even re-installed Hassio, and tried again and still nothing. Can anybody tell anything from this log? I literally have a fresh install, and I’ve been trying this all day. Is there any more info I need to provide to get somewhere?

Log
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: Lutron Certificate
 Generate certificate to control Lutron Caseta bridge locally
-----------------------------------------------------------
 Add-on version: 0.5.0
 You are running the latest version of this add-on.
 System: HassOS 3.11  (armv7 / raspberrypi4)
 Home Assistant Core: 0.107.6
 Home Assistant Supervisor: 209
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] uuidgen.sh: executing... 
[cont-init.d] uuidgen.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[15:09:12] INFO: Starting Lutron certificate server...
 * Serving Flask app "cert_server" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://0.0.0.0:5817/ (Press CTRL+C to quit)
192.168.1.199 - - [24/Mar/2020 15:10:19] "GET / HTTP/1.1" 200 -
192.168.1.199 - - [24/Mar/2020 15:10:19] "GET /static/js/bootstrap.min.js HTTP/1.1" 200 -
192.168.1.199 - - [24/Mar/2020 15:10:19] "GET /static/css/highlight.min.css HTTP/1.1" 200 -
192.168.1.199 - - [24/Mar/2020 15:10:19] "GET /static/js/popper.min.js HTTP/1.1" 200 -
192.168.1.199 - - [24/Mar/2020 15:10:19] "GET /static/js/jquery.slim.min.js HTTP/1.1" 200 -
192.168.1.199 - - [24/Mar/2020 15:10:19] "GET /static/js/highlight.min.js HTTP/1.1" 200 -
192.168.1.199 - - [24/Mar/2020 15:10:19] "GET /static/css/bootstrap.min.css HTTP/1.1" 200 -
192.168.1.199 - - [24/Mar/2020 15:10:59] "POST /process_url HTTP/1.1" 302 -
192.168.1.199 - - [24/Mar/2020 15:10:59] "GET / HTTP/1.1" 200 -
[2020-03-24 15:11:54,932] ERROR in app: Exception on /process_addr [POST]
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2446, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1951, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1820, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1949, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1935, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/opt/lutron/cert_server.py", line 266, in process_addr
    leap_response = get_ca_cert(server_addr)
  File "/opt/lutron/cert_server.py", line 150, in get_ca_cert
    ssl_socket.connect((server_addr, 8081))
  File "/usr/local/lib/python3.8/ssl.py", line 1342, in connect
    self._real_connect(addr, False)
  File "/usr/local/lib/python3.8/ssl.py", line 1333, in _real_connect
    self.do_handshake()
  File "/usr/local/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1108)
192.168.1.199 - - [24/Mar/2020 15:11:54] "POST /process_addr HTTP/1.1" 500 - 

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95468

Trending Articles