-
Notifications
You must be signed in to change notification settings - Fork 61
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
routines:CONNECT_CR_SRVR_HELLO:wrong version number #2
Comments
Could you please show your code? |
|
curl sends a CONNECT method request to your app, then it sends TLS handshake data, but receives
back. HTML data is not a valid TLS server handshake data! |
how can i do to change the https response body ? I trace the code
then
It looks like the same thing what the OnRequest Func do
|
HTTP proxy
OnRequest change the body . but get error info :
if I dont change anything, all fine.
need some help
thanks.
The text was updated successfully, but these errors were encountered: