Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL certificate problem #1053

Open
dev-dantealighieri opened this issue Mar 21, 2024 · 1 comment
Open

SSL certificate problem #1053

dev-dantealighieri opened this issue Mar 21, 2024 · 1 comment

Comments

@dev-dantealighieri
Copy link

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:9130
curl: (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

@martinboehm
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants