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

Returns https even when accessed through http #85

Open
angelacastaneda opened this issue Oct 26, 2024 · 0 comments
Open

Returns https even when accessed through http #85

angelacastaneda opened this issue Oct 26, 2024 · 0 comments

Comments

@angelacastaneda
Copy link

$ curl -X PUT --data 'cool' http://127.0.0.1:8820/
https://127.0.0.1:8820/estioustee
$ curl https://127.0.0.1:8820/estioustee

curl: (35) OpenSSL/3.3.2: error:0A0000C6:SSL routines::packet length too long
$ curl http://127.0.0.1:8820/estioustee

cool%
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

1 participant