More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Utilities) - GameBrew! | |title=Vita Homebrew Apps (Utilities) - GameBrew! | ||
Line 16: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/itlsensovita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/itlsensovita.7z | ||
|website= | |website= https://github.com/SKGleba/iTLS-Enso | ||
|source=https://github.com/SKGleba/iTLS-Enso | |source=https://github.com/SKGleba/iTLS-Enso | ||
}} | }} | ||
iTLS-Enso is a piece of software written by SKGleba that lets you install a compatibility module from FW 3.68 and newer CA root certificates on older firmwares. As mentioned above, the compatibility module adds TLSv1.2 support and lets you access previously inaccessible sites like: | |||
*GitHub | |||
*SourceForge | |||
Now, websites like GitHub can be accessed again on the FW 3.60/5 browser so you can download your favourite homebrew via DownloadEnabler directly on your Vita! | |||
*News websites like Gizmodo and MacRumors | |||
*Many others to come in the future | |||
This piece of software was released back in July 29, 2018 but I haven’t written about it until now, why? The reason is because it previously used an unsafe method to install the compatibility pack and this was by directly replacing system files. As a result of this, you could lose your ability to apply HENkaku/taiHEN (as it uses the browser to run the exploit) on FW 3.60 if something went wrong and Ensō decided to stop working! | |||
Now, with iTLS-Enso v2.0, the above fear is gone because it employs a much safer approach in order to function. This update adds the ability to install the compatibility module as a plugin so that it doesn’t touch any system files. Thanks to this, you can still reapply taiHEN if you need to and it can work even without Ensō installed! | |||
==How do I install it?== | |||
The [https://github.com/SKGleba/iTLS-Enso/blob/master/README.md installation process] is a little more complicated than just installing a VPK this time and is as follows: | |||
* If you don’t have dots_tb’s [https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/ioPlus ioplus kernel plugin] installed, you must install it on your PSVita under the *KERNEL section of your taiHEN configuration file. (I can confirm that the utility still works if you have Rinnegatamante’s kuio plugin installed instead) | |||
* Open your taiHEN config file (you either have it located at ux0:/tai or ur0:/tai) and add “ur0:itls/itls.suprx” under the *ALL section as this a user-mode and not a kernel plugin. | |||
*Download and install the VPK from here. | |||
*Open the iTLS-Enso utility you just installed and select the 4th option which reads “Install/Uninstall the iTLS plugin” | |||
*You may optionally also update your CA root certificates to FW 3.69 ones as this may help some websites/web services work properly | |||
*Reboot your device and enjoy TLSv1.2 support in your browser! | |||
==Media== | ==Media== | ||
<youtube>MaFs5sG38fA</youtube> | <youtube>MaFs5sG38fA</youtube> | ||
==Screenshot== | |||
[[image:itlsensovita.jpg]]<br> | |||
Avoid the first option.. for your device’s safety 😉 | |||
==FAQ== | |||
'''Can I use it without enso?'''<br> | |||
Yes for the browser patch only. | |||
'''Where can I find the CA certs?'''<br> | |||
vs0:/data/external/cert/CA_LIST.cer | |||
'''Can I delete the bubble after iTLS is installed?'''<br> | |||
yes, the un/installer is independent of the plugin | |||
==Notes== | |||
*Since version 3.0 iTLS also patches app-side TLS stuff. | |||
*Since version 3.2 iTLS also patches the NP server link on firmware 3.60. | |||
*Updating CA certs may fix some problems with web sites, apps (like netflix), etc. | |||
*For any help/serious issue DM me on twitter (twitter.com/skgleba) | |||
== | ==Credits== | ||
*Team Molecule | |||
*Testers from the HenKaku discord server | |||
*Cuevavirus for the 3.60 np server fix | |||
==Changelogs== | ==Changelogs== | ||
''' | '''v3.2''' | ||
* | *Reworked the patch method | ||
*Added a livearea icon | |||
*Fixed some 3.60 PSN errors | |||
*Reworked the un/installer, will no longer reset the tai config.txt | |||
'''v3.1.1'''<br> | |||
INSTALLER: | |||
*Made the installer more user-friendly | |||
USER: | |||
*Removed the user plugin | |||
KERNEL: | |||
*Added patches for the compat module | |||
*Added file checks, should not boot-crash anymore | |||
'''v3.0'''<br> | |||
BROWSER: | |||
*Changed redirect mode for the compat module | |||
APPS: | |||
*Added patches for in-app TLS | |||
'''v2.0''' | |||
*Added a plugin version | |||
'''v1.75''' | |||
*Updated certs to the ones used on 3.69. | |||
*Fixed some I/O errors. | |||
'''1.5''' | |||
*Added ability to install 3.68 CA certs. | |||
'''v1.0''' | |||
*Add files via upload | |||
== External links == | == External links == | ||
* Official Website - | * Official Website - https://github.com/SKGleba/iTLS-Enso | ||
* Github - https://github.com/SKGleba/iTLS-Enso | * Github - https://github.com/SKGleba/iTLS-Enso | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/404 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/404 | ||
* | * Donation - https://ko-fi.com/skgleba | ||
* | * Wololo - https://wololo.net/2018/11/04/itls-enso-v2-0-released-with-a-safer-plugin-option-safely-make-the-browser-on-your-hacked-psvita-pstv-running-fw-3-60-5-great-again-with-tlsv1-2-support-and-access-sites-like-github-and-many-other/ | ||
Revision as of 11:21, 13 October 2022
iTLS-Enso | |
---|---|
File:Itlsensovita.jpg | |
General | |
Author | SKGleba |
Type | Utilities |
Version | 3.2 |
License | Mixed |
Last Updated | 2021/06/18 |
Links | |
Download | |
Website | |
Source | |
iTLS-Enso is a piece of software written by SKGleba that lets you install a compatibility module from FW 3.68 and newer CA root certificates on older firmwares. As mentioned above, the compatibility module adds TLSv1.2 support and lets you access previously inaccessible sites like:
- GitHub
- SourceForge
Now, websites like GitHub can be accessed again on the FW 3.60/5 browser so you can download your favourite homebrew via DownloadEnabler directly on your Vita!
- News websites like Gizmodo and MacRumors
- Many others to come in the future
This piece of software was released back in July 29, 2018 but I haven’t written about it until now, why? The reason is because it previously used an unsafe method to install the compatibility pack and this was by directly replacing system files. As a result of this, you could lose your ability to apply HENkaku/taiHEN (as it uses the browser to run the exploit) on FW 3.60 if something went wrong and Ensō decided to stop working!
Now, with iTLS-Enso v2.0, the above fear is gone because it employs a much safer approach in order to function. This update adds the ability to install the compatibility module as a plugin so that it doesn’t touch any system files. Thanks to this, you can still reapply taiHEN if you need to and it can work even without Ensō installed!
How do I install it?
The installation process is a little more complicated than just installing a VPK this time and is as follows:
- If you don’t have dots_tb’s ioplus kernel plugin installed, you must install it on your PSVita under the *KERNEL section of your taiHEN configuration file. (I can confirm that the utility still works if you have Rinnegatamante’s kuio plugin installed instead)
- Open your taiHEN config file (you either have it located at ux0:/tai or ur0:/tai) and add “ur0:itls/itls.suprx” under the *ALL section as this a user-mode and not a kernel plugin.
- Download and install the VPK from here.
- Open the iTLS-Enso utility you just installed and select the 4th option which reads “Install/Uninstall the iTLS plugin”
- You may optionally also update your CA root certificates to FW 3.69 ones as this may help some websites/web services work properly
- Reboot your device and enjoy TLSv1.2 support in your browser!
Media
Screenshot
File:Itlsensovita.jpg
Avoid the first option.. for your device’s safety 😉
FAQ
Can I use it without enso?
Yes for the browser patch only.
Where can I find the CA certs?
vs0:/data/external/cert/CA_LIST.cer
Can I delete the bubble after iTLS is installed?
yes, the un/installer is independent of the plugin
Notes
- Since version 3.0 iTLS also patches app-side TLS stuff.
- Since version 3.2 iTLS also patches the NP server link on firmware 3.60.
- Updating CA certs may fix some problems with web sites, apps (like netflix), etc.
- For any help/serious issue DM me on twitter (twitter.com/skgleba)
Credits
- Team Molecule
- Testers from the HenKaku discord server
- Cuevavirus for the 3.60 np server fix
Changelogs
v3.2
- Reworked the patch method
- Added a livearea icon
- Fixed some 3.60 PSN errors
- Reworked the un/installer, will no longer reset the tai config.txt
v3.1.1
INSTALLER:
- Made the installer more user-friendly
USER:
- Removed the user plugin
KERNEL:
- Added patches for the compat module
- Added file checks, should not boot-crash anymore
v3.0
BROWSER:
- Changed redirect mode for the compat module
APPS:
- Added patches for in-app TLS
v2.0
- Added a plugin version
v1.75
- Updated certs to the ones used on 3.69.
- Fixed some I/O errors.
1.5
- Added ability to install 3.68 CA certs.
v1.0
- Add files via upload
External links
- Official Website - https://github.com/SKGleba/iTLS-Enso
- Github - https://github.com/SKGleba/iTLS-Enso
- VitaDB - https://vitadb.rinnegatamante.it/#/info/404
- Donation - https://ko-fi.com/skgleba
- Wololo - https://wololo.net/2018/11/04/itls-enso-v2-0-released-with-a-safer-plugin-option-safely-make-the-browser-on-your-hacked-psvita-pstv-running-fw-3-60-5-great-again-with-tlsv1-2-support-and-access-sites-like-github-and-many-other/