Huge thanks for that workaround. Helped me find a solution that works on linux as well. Simply create a python file with this content, for example bypass_ssl.py:
Code:class BypassSSL: def request(self, flow): flow.request.headers["Accept-Encoding"] = "gzip, deflate" def response(self, flow): if flow.response.headers.get("Content-Encoding", "") in ["gzip", "deflate"]: flow.response.decode() addons = [BypassSSL()]
and then run mitmproxy -s bypass_ssl.py.
Connect PS3 to your proxy, accept missing certificate, and it works.
Please if you dont mind making a video explaining this step by step as I am having troubles understanding it. More likely as Fiddler not showing the option of "force accept encoding and deflate".
In point 11, I can't find the rule "Force accept encoding GZIP and Deflate." I am using Fiddler 4.6.
I followed point 9, but I think I did it incorrectly. In C:\Users\<your_user_name>\Documents\Fiddler\Scripts, there is a .js file, and when I open "Customize Rules," in Fiddler there is also rule.js. I don't understand exactly what I should extract and how to replace it since I can only add both files to the archive. I have read other reports with the same issues but don't understand them. Please help, thank you.
Feel free to ask if you need further assistance!
Please make for me a video clip on how you made that second option appear in the rules tab, I've failed to understand all by words, I tried excluding that option since it's isn't appearing in my rules tab but I'm getting a page load error after loading bgtoolsetYou can try, but I'm pretty sure that Everywhere, as well as Fiddler 5.x, are payware.
Maybe Windows Firewall is blocking it. Try checking from another computer or a phone if the port if accessible.
sois unos maestros gracias.
+ herramientas tan espectacular ., También agradecer : DippyLychrono y Fukurowa Gracias por haber confirmado que el método funciona
, yo, soy una persona de bajo recurso si no fuera por gente como vosotros no podrĂa ni en este 2024 jugar a PS3 .
gracias 
; YA e podido instalar el cfw 4.91.2 Evilnat PEX beta 9 cobra 8.5 y funcionando a la perfecciĂłn.
you are masters, thank you.
+ such spectacular tools., Also thank: DippyLychrono and Fukurowa Thank you for confirming that the method works
, me, I am a low-income person if not If it were for people like you, I wouldn't even be able to play PS3 in 2024.
thank you 
; I have ALREADY been able to install cfw 4.91.2 Evilnat PEX beta 9 cobra 8.5 and it works perfectly.Please make for me a video clip on how you made that second option appear in the rules tab, I've failed to understand all by words, I tried excluding that option since it's isn't appearing in my rules tab but I'm getting a page load error after loading bgtoolset
I worked it out!
Step 9 says: " Extract the attached file using 7zip or WinRAR into that folder and overwrite the existing file (you might want to back it up somewhere first)."
However, there is no such file in the scripts directory of Fiddler. Make sure to backup the 'SampleRules' from the scripts folder of Fiddler and delete this file. Then copy in the 'CustomRules' from this thread's attachments. In the Script folder of Fiddler, now rename this 'CustomRules' file to 'SampleRules'. Now verify that you have only file in the scripts folder named 'SampleRules.js'.
Thanks @NiQ
INSTALAr fIyoPor favor, hazme un videoclip sobre cómo hiciste que esa segunda opción apareciera en la pestaña de reglas, no he podido entender todo por palabras, intenté excluir esa opción ya que no aparece en mi pestaña de reglas, pero recibo un error de carga de página después de cargar bgtoolset
Please make for me a video clip on how you made that second option appear in the rules tab, I've failed to understand all by words, I tried excluding that option since it's isn't appearing in my rules tab but I'm getting a page load error after loading bgtoolset
Please make for me a video clip on how you made that second option appear in the rules tab, I've failed to understand all by words, I tried excluding that option since it's isn't appearing in my rules tab but I'm getting a page load error after loading bgtoolset
Did you extract the script file?Hello, I tried the above method with renaming in the scripts folder and it doesn't work, "Force accept encoding GZIP and Deflate" doesn't appear, help?
where is the attached file at i cant find it, in the script file i see browserPAC and CustomRules theyre both javascript files and i dunno what to do from hereMy computer had the same issue. Simply go under rules and press the custom rules tab and then just close it. It should force the file to pop up in the script folder, then you can just overwrite it from there with the attached file.
Extract the attached file on the original thread post. But first do as I stated in my comment above and it'll show you the file you need to overwrite for the rule to pop up.