-
Notifications
You must be signed in to change notification settings - Fork 670
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
docker run error N ] Illegal character 0x16 in state=START for buffer #1451
Comments
|
The Gitblit server opened a HTTP port listening on 8080 and a HTTPS port listening on 8443. It looks like you mapped this to ports 96 and 95 respectively. |
but docker i use 96 mapiing 8080 ,so access 96 ,the error log will show Illegal character 0x16 in state=START for buffer HeapByteBuffer@741b537e[ |
if not access 96 ,will no docker error @flaix ,so i think 96 mappping 8080 is working. |
Ah, sorry, I didn't realize that the URL you gave at the start was what you use to access the Gitblit server. |
still error |
Well, googling for the error shows that this is usually caused by incorrect HTTP requests. |
@flaix chrome |
I just encountered a maybe similar problem with Chrome proxied through Nginx. Do you run a reverse proxy in front of Gitblit? |
docker run after , i try access http://route.lozn.top:96
The text was updated successfully, but these errors were encountered: