You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I set up an internal lan webserver running https on 192.168.0.2:81
Running
curl --data "action=getEncryptedPassword" https://192.168.0.2:81/raspibolt/utilities.php
I get error
curl: (51) SSL: no alternative certificate subject name matches target host name '192.168.0.2'
Only if I run curl with option -k then it works.
Is there a way to get the certificate to work inside the lan? Thanks
The text was updated successfully, but these errors were encountered:
Hi, I set up an internal lan webserver running https on 192.168.0.2:81
Running
curl --data "action=getEncryptedPassword" https://192.168.0.2:81/raspibolt/utilities.php
I get error
curl: (51) SSL: no alternative certificate subject name matches target host name '192.168.0.2'
Only if I run curl with option -k then it works.
Is there a way to get the certificate to work inside the lan? Thanks
The text was updated successfully, but these errors were encountered: