• Official PS3 Toolset is now supporting 4.92 Firmware

    View Official Release Post for additional information HERE

PS3 bgtoolset access workaround guide

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!
 
I second the above results. Props to the person(s) who figured out the SSL issue and workaround.

Ive been modding consoles since 2007 and this was an interesting mod for sure.
 
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.

and it works on windows too. thanks man !!
 
I created an account to let you know that it works 100%. I performed the CFW on a PS3 Slim 2500 in update 4.91. Thank you very much.
 
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".

My 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.

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!

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.
 
Last edited by a moderator:
You 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.
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
 
Muchas gracias a todo el equipo de psx-place:cheerful: :encouragement:sois unos maestros gracias.
también agradecer a todos vosotros Gracias NIQ Y derefd por crear esta guía:cheerful:+ herramientas tan espectacular ., También agradecer : DippyLychrono y Fukurowa Gracias por haber confirmado que el método funciona :encouragement:, yo, soy una persona de bajo recurso si no fuera por gente como vosotros no podría ni en este 2024 jugar a PS3 .
De todo corazĂłn:love heart: gracias :love heart::sorrow:; YA e podido instalar el cfw 4.91.2 Evilnat PEX beta 9 cobra 8.5 y funcionando a la perfecciĂłn.
Confirmado : funciona perfecto Un aplauso a toda la comunidad :victorious:

Many thanks to the entire psx-place team: cheerful: :encouragement: you are masters, thank you.
Also thank you all Thank you NIQ And derefd for creating this guide:cheerful:+ such spectacular tools., Also thank: DippyLychrono and Fukurowa Thank you for confirming that the method works :encouragement:, 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.
With all my heart:love heart: thank you :love heart::sorrow:; I have ALREADY been able to install cfw 4.91.2 Evilnat PEX beta 9 cobra 8.5 and it works perfectly.
Confirmed: it works perfectly. Applause to the entire community: victorious:
 
Last edited by a moderator:
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 read this. I explained it in great detail. The info in step 9 is incorrect. In short:
You should delete the ' SampleRules' from the Script folder of Fiddler and RENAME the ' CustomRules' you downloaded here from this thread to ' SampleRules' and then proceed to copy it in the Script folder.
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
 
Por 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
INSTALAr fIyo

INSTALL FIYO

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

Instala Fiddler4.setup una vez instalado dirígete a la ruta C de tu disco duro / en Program Files (x86) / Fiddler2 / Scripts / entra y aquí borra el archivo SampleRule.js y pega el archivo CustomRule.js aquí , después cámbiale el nombre por SampleRules.js
y ya . solucionado tu problema

Install Fiddler4.setup once installed, go to path C on your hard drive / in Program Files (x86) / Fiddler2 / Scripts / enter and here delete the SampleRule.js file and paste the CustomRule.js file here, then rename it by SampleRules.js
and that's it . solved your problem

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

tuve el mismo problema amigo y de esa manera lo solucione . si te sirviĂł comunĂ­camelo gracias

I had the same problem friend and I solved it that way. If it helped you, let me know, thank you.

MOD EDIT: This is an English forum, so provide an English translation along with your message.

Read the rules: https://www.psx-place.com/threads/site-forum-rules-guidelines.79/

Rule #7: Please provide an English Translation for non-English post
 
Last edited by a moderator:
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?
 
My 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.
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 here
 
Last edited:
I keep getting Internet Connection failed on my ps3, does anyone know why?

I fixed my internet connection issue, but when I try and go to ps3toolset.com, I get DNS lookup for "ps3toolset.com" failed. System.Net.SocketsException No such host is known
Can someone please assist me?
 
Last edited by a moderator:
Back
Top