3DS SSL mitm with Fiddler: Difference between revisions

From ihaveahax's Site
Jump to navigationJump to search
(Created page with "In order to use Fiddler to mitm connections on the 3DS: #Install {{code|ctr-common-1.p12}} to the Windows certificate store #Set up {{code|Documents\Fiddler\ClientCertificate...")
 
No edit summary
Line 1: Line 1:
In order to use Fiddler to mitm connections on the 3DS:
In order to use Fiddler to mitm connections on the 3DS:


#Install {{code|ctr-common-1.p12}} to the Windows certificate store
#Set up {{code|Documents\Fiddler\ClientCertificate.cer}} (forgot how to make this)
#Set up {{code|Documents\Fiddler\ClientCertificate.cer}} (forgot how to make this)
#Set up {{gh|SciresM/3DS-SSL-Patch}}. The patch works on 9.6 and 11.4 versions of the SSL module
#Set up {{gh|SciresM/3DS-SSL-Patch}}. The patch works on 9.6 and 11.4 versions of the SSL module
#Install {{code|ClCertA.p12}} from the repo to the Windows certificate store


I haven't had to re-set this up many times so I keep forgetting something, especially installing the client cert which causes things like the eShop to break.
I haven't had to re-set this up many times so I keep forgetting something, especially installing the client cert which causes things like the eShop to break.


[[Category:Nintendo 3DS]]
[[Category:Nintendo 3DS]]

Revision as of 19:07, 11 May 2021

In order to use Fiddler to mitm connections on the 3DS:

  1. Set up Documents\Fiddler\ClientCertificate.cer (forgot how to make this)
  2. Set up SciresM/3DS-SSL-Patch. The patch works on 9.6 and 11.4 versions of the SSL module
  3. Install ClCertA.p12 from the repo to the Windows certificate store

I haven't had to re-set this up many times so I keep forgetting something, especially installing the client cert which causes things like the eShop to break.