openzipkin / openzipkin.github.io

content for https://zipkin.io
https://zipkin.io
Apache License 2.0
39 stars 64 forks source link

Issue in Installing the ZipKin using the quick Start helper #171

Closed praveenpk59 closed 1 year ago

praveenpk59 commented 1 year ago

Below is the trace output, reporting that the legitimacy of the Server can't be verified.

$ curl -k --insecure -sSL https://zipkin.io/quickstart.sh | bash -sx --
+ set -euo pipefail
+ DO_CLEANUP=0
++ tput setaf 7
++ tput bold
+ color_title=''
++ tput setaf 8
+ color_dim=''
++ tput setaf 2
+ color_good=''
++ tput setaf 1
+ color_bad=''
++ tput setaf 3
+ color_warn=''
++ tput sgr0
+ color_reset=''
+ repo=https://repo1.maven.org/maven2
+ main
+ local artifact_group=io.zipkin
+ local artifact_id=zipkin-server
+ local artifact_version=LATEST
+ local artifact_version_lowercase=latest
+ local artifact_classifier=exec
+ local artifact_group_with_slashes
+ local artifact_url
+ [[ 0 -eq 0 ]]
+ local filename=zipkin.jar
+ trap 'handle_shutdown "zipkin.jar" ' EXIT
+ [[ -n exec ]]
+ artifact_classifier_suffix=-exec
+ welcome
+ cat
Thank you for trying Zipkin!
This installer is provided as a quick-start helper, so you can try Zipkin out
without a lengthy installation process.

+ '[' io.zipkin = io.zipkin.java ']'
+ artifact_group_with_slashes=io/zipkin
++ tr '[:upper:]' '[:lower:]'
+ artifact_version_lowercase=latest
+ '[' latest = latest ']'
+ printf '%s\n' 'Fetching version number of latest io.zipkin:zipkin-server release...'
Fetching version number of latest io.zipkin:zipkin-server release...
++ fetch_latest_version io.zipkin zipkin-server
++ local artifact_group=io.zipkin
++ shift
++ local artifact_id=zipkin-server
++ shift
++ local url=https://repo1.maven.org/maven2/io/zipkin/zipkin-server/maven-metadata.xml
+++ curl -sSL https://repo1.maven.org/maven2/io/zipkin/zipkin-server/maven-metadata.xml
+++ sed -n '/<version>/s/.*<version>\([^<]*\)<\/version>.*/\1/p'
+++ tail -1
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.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.
++ printf
printf: usage: printf [-v var] format [arguments]
+ artifact_version=
+ handle_shutdown zipkin.jar
+ local status=2
+ local base_filename=zipkin.jar
+ shift
+ [[ 2 -eq 0 ]]
+ cat

It looks like quick-start setup has failed. Please run the command again
with the debug flag like below, and open an issue on
https://github.com/openzipkin/openzipkin.github.io/issues/new. Make sure
to include the full output of the run.

    \curl -sSL https://zipkin.io/quickstart.sh | bash -sx --

In the meanwhile, you can manually download and run the latest executable jar
from the following URL:

https://search.maven.org/remote_content?g=io.zipkin&a=zipkin-server&v=LATEST&c=exec
shakuzen commented 1 year ago

Are you still having the issue now? Do you have a proxy configured? I tried to reproduce the issue and I am not getting it on my machine when I try the quickstart command.

praveenpk59 commented 1 year ago

I think I have a proxy which isn't allowing me , thanks for having a look , I will try it on my Personal Computer. For now I will close this ticket