Change https
to http
in the url.
I had the same error, then found out it’s because my application did not support https, so jetty cannot recognize the https encrypted request.
Change https
to http
in the url.
I had the same error, then found out it’s because my application did not support https, so jetty cannot recognize the https encrypted request.