1 개요[ | ]
- curl: (60) Peer's Certificate issuer is not recognized.
Console
Copy
[root@localhost ~]# curl https://localhost:9200
curl: (60) Peer's Certificate issuer is not recognized.
More details here: http://curl.haxx.se/docs/sslcerts.html
...
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Console
Copy
[root@localhost ~]# curl https://localhost:9200 -k
Unauthorized
Console
Copy
[root@localhost ~]# curl https://localhost:9200 -k -u admin:admin
{
"name" : "5bee8264a65f",
"cluster_name" : "cluster1",
"cluster_uuid" : "ImWOEJTCR9G32oKTizMnCQ",
...
"tagline" : "You Know, for Search"
}
2 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.