- Modified ssl_utils.py to treat 404 errors as expected when server doesn't have /api/certificate endpoint - Changed verify_ssl setting to false in app_config.json to allow HTTPS connections without certificate verification - This allows the player to connect to servers that don't implement the certificate endpoint
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"server_ip": "192.168.0.121",
|
|
"port": "443",
|
|
"screen_name": "rpi-tvcanba1",
|
|
"quickconnect_key": "8887779",
|
|
"orientation": "Landscape",
|
|
"touch": "True",
|
|
"max_resolution": "1920x1080",
|
|
"edit_feature_enabled": true,
|
|
"use_https": true,
|
|
"verify_ssl": false
|
|
} |