charles-proxy

iOS 8 / Xcode 6 Simulator is not using HTTP Proxy anymore

久未见 提交于 2020-01-10 08:47:05
问题 My iOS 8 Simulator is not using my proxy settings anymore (I want to debug with Charles). The rest of the system does. The simulator somehow seems to get direct internet access. Have I missed some new setting? Caution: this is NO dup of How to use Charles Proxy on the Xcode 6 (iOS 8) Simulator?. I´m not trying to use SSL on the simulator in the first place. My simulator doesn´t even start to use the proxy. Charles: System: 回答1: Restart the simulator between proxy changes 回答2: This is correct.

charles ssl certificate installation on Android not working

不问归期 提交于 2020-01-03 16:56:42
问题 As per SSL Proxy/Charles and Android trouble, I am trying to do setup. Opening browser on Android phone and going to http://charlesproxy.com/getssl , downloaded file by name "charles-proxy-ssl-proxying-certificate.pem" Tapping on this file gives error "The file format is not supported" I'm having Micromax mobile + 5.1 回答1: Follow these steps: Open Device Setting. Navigate to Security. Scroll down the Security setting screen and under Credential Storage, tap on Install from SD card. Select

SSL Proxy/Charles and Android trouble

与世无争的帅哥 提交于 2019-12-27 16:26:33
问题 I want to test Https calls from android device using Charles proxy tool. I need to see the raw request/response contents for debugging app. I've configured Charles by adding the host and port under "Proxy Settings" -> SSL Tab. When I run the app, all SSL calls seems to disappear quickly from the Charles. Does any one has any idea how to fix this issue. Charles documentation doesn't seem to have information for Android devices. 回答1: for the Android7 refer to: How to get charles proxy work with

SSL Proxy/Charles and Android trouble

霸气de小男生 提交于 2019-12-27 16:25:31
问题 I want to test Https calls from android device using Charles proxy tool. I need to see the raw request/response contents for debugging app. I've configured Charles by adding the host and port under "Proxy Settings" -> SSL Tab. When I run the app, all SSL calls seems to disappear quickly from the Charles. Does any one has any idea how to fix this issue. Charles documentation doesn't seem to have information for Android devices. 回答1: for the Android7 refer to: How to get charles proxy work with

SSL Proxy/Charles and Android trouble

流过昼夜 提交于 2019-12-27 16:25:28
问题 I want to test Https calls from android device using Charles proxy tool. I need to see the raw request/response contents for debugging app. I've configured Charles by adding the host and port under "Proxy Settings" -> SSL Tab. When I run the app, all SSL calls seems to disappear quickly from the Charles. Does any one has any idea how to fix this issue. Charles documentation doesn't seem to have information for Android devices. 回答1: for the Android7 refer to: How to get charles proxy work with

Add header to requests with Charles

做~自己de王妃 提交于 2019-12-23 23:25:53
问题 I am trying to use Charles (http://www.charlesproxy.com) to add a header to every HTTP request I execute in a browser. The web app I am using is relying on a header to work correctly. I have setup a rewrite rule to add a header like this: Charles error log shows that the request is matched and it says it added the header: 2017/05/24 16:34:04 INFO com.xk72.charles.tools.rewrite.RewriteFilter CONNECT https://www.googleapis.com Testing: Add Header: MY_HEADER:MY_HEADER_VALUE 2017/05/24 16:34:04

SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed ONLY WHEN PROXYING

大憨熊 提交于 2019-12-23 12:43:24
问题 This post nearly duplicates a number of other posts, including Rails 4 and Ruby 2 Net/HTTP SSL Request: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol and SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed, but with one key difference: the "certificate verify failed" error only happens when proxied via an SSL proxy (Charles), and only in the latest version of Ruby. Specifically, this (non

Charles proxY: rewrite on https does not work

試著忘記壹切 提交于 2019-12-22 10:48:35
问题 I'm using Charles Proxy to rewrite code on website, just for testing a client's site. Rewriting works on every website, except from sites on https. Charles has the option to choose the protocol (http or https), but that doesn't work either. Every rewrite works well on http, not on https. What am I doing wrong?! 回答1: Double check that the Enable SSL Proxy is ticked and that you have entered the domain in the Proxy > Proxy Settings > SSL section. 回答2: it is best to add a site as * that way all

HTTPS sniffing/Charles SSL doesn't work on Facebook

℡╲_俬逩灬. 提交于 2019-12-21 22:37:41
问题 Charles SSL works on basically any other app or website except Facebook. I have installed all the certificates on iOS devices, but when sniffing Facebook only, I always get status Failed when method is CONNECT . What is wrong? 回答1: Probably using certificate pinning. Find some info in the comments to the answers here: How Facebook, SnapChat, or Gmail iOS apps prevent Fiddler decrypting their https traffic? Blog that explains it well Certificate Pinning is an extra layer of security that is

Charles proxy SSL connections won't show hostnames, only ips

旧时模样 提交于 2019-12-20 09:16:07
问题 I'm using Charles to debug my apps- on both android and ios. something rather strange happens, on the secured connection, after I have installed Charles CA on the devices. On IOS, Charles will show the request to the hostname in the list of connections, and it looks great. However, on android, it will only show the IP. I have to open the request and check for the hostname header to figure out the hostname- and that's pretty annoying. Any way around this? 回答1: This happens because Android