Use 'verify_ssl' (fixes #2407)

This commit is contained in:
Fabian Affolter 2017-04-11 08:28:09 +02:00
parent 57848913d6
commit c34e7e1579
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -49,5 +49,5 @@ camera:
```
<p class='note'>
Most users will need to set `valid_ssl` to false unless they have installed a valid SSL certificate in place of the built in self-signed certificate.
Most users will need to set `verify_ssl` to false unless they have installed a valid SSL certificate in place of the built in self-signed certificate.
</p>