mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-30 00:39:26 +01:00
added verify_ssl_cert option to fix broken ssl installs
This commit is contained in:
@@ -80,6 +80,12 @@
|
||||
<input type="text" name="https_key" value="${config['https_key']}" size="30">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row checkbox">
|
||||
<input type="checkbox" name="verify_ssl_cert" id="verify_ssl_cert" value="1" ${config['verify_ssl_cert']} />
|
||||
<label title="Verify SSL Certificates (Disable this for broken SSL installs (Like QNAP)">
|
||||
Verify SSL
|
||||
</label>
|
||||
</div>
|
||||
</fieldset>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user