remote error: tls: user canceled with burp proxy #165
-
I used 0.0.1 version of katana,
output : But trying with 'kf' param that requesting correctly.
output :
I'm curious about this behavior. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
@tequreq feel free to use the discussion board for the questions. When you use Let me know if you noticed any endpoint which is valid and reachable, but katana still failed to connect and displayed under the warning section. |
Beta Was this translation helpful? Give feedback.
-
No @ehsandeep, the domain is reachable. https://feedly.com is live. It burp running *:8080. run : output :
then same configuration and network but only adding '-kf all' ; run : output :
I think having a tls problem but i didn't see any options for ssl or tls in katana. |
Beta Was this translation helpful? Give feedback.
-
@tequreq, my guess is
in the case of still not exactly sure. |
Beta Was this translation helpful? Give feedback.
-
BTW, to give credit, the issue is discovered by @omarkurt. |
Beta Was this translation helpful? Give feedback.
-
Hello @tequreq : The issue is due to burp upgrading requests to HTTP/2 by default if the server supports it, Disabling the |
Beta Was this translation helpful? Give feedback.
Hello @tequreq : The issue is due to burp upgrading requests to HTTP/2 by default if the server supports it, Disabling the
Default to HTTP/2
in Project Options -> HTTP will fix this.