Skip to content

Commit 9b7cd0f

Browse files
Carl Johnsonfabaff
Carl Johnson
authored andcommitted
More SSL warning info in media_player.vizio.markdown (home-assistant#3909)
Adding more specifics on how to *only* block the specific SSL verification warning line. This is a more elegant (if advanced) way since it doesn't involve reducing overall log level or affecting all media_player components.
1 parent 201e94a commit 9b7cd0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_components/media_player.vizio.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,7 @@ Vizio SmartCast service is accessible through HTTPS with self-signed certificate
9797
`InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.`
9898

9999
You can adjust the log level for `media_player` components with the [logger](https://home-assistant.io/components/logger/) component, or if you need to keep a low log level for `media_player` you could proxy calls to your TV through an NGINX reverse proxy.
100+
101+
If you want to only ignore only this specific [python urllib3 SSL warning](https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings), you will need to run Home Assistant with the python flag `-W` or the environment variable `PYTHONWARNINGS` set to:
102+
`ignore:Unverified HTTPS request is being made`
100103
</p>

0 commit comments

Comments
 (0)