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 installed the bitcoin indexer, it finished synching but i cannot send requests to it, heres the terminal output.
➜ build git:(master) curl https://localhost:9130curl:(60)SSL certificate problem:self signed certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it.To learn more about this situation and
how to fix it, please visit the web page mentioned above.
if i want to use ssl, what should i do?
if i dont want to use it, how can i disable it? i removed certfile from service file but it didnt worked.
thanks, dante
The text was updated successfully, but these errors were encountered:
Blockbook is by default using self signed certificates, you have to run curl with -k option to accept them.
To not use SSL at all, remove the -certfile from Blockbook flags.
hi, i installed the bitcoin indexer, it finished synching but i cannot send requests to it, heres the terminal output.
if i want to use ssl, what should i do?
if i dont want to use it, how can i disable it? i removed certfile from service file but it didnt worked.
thanks, dante
The text was updated successfully, but these errors were encountered: