Texas Tech University Authentication Library. This library allows programmatic client access to scrape Texas Tech University sites and data sources for given student user accounts.
- Export Fiddler Root Certificate to desktop.
- Copy the file to the <JDK_HOME>\bin\ directory. It should look like this: C:\Program Files\Java\jdk1.8.0_25\bin
- CMD to the <JDK_HOME>\bin\ directory.
- Type as follows: keytool.exe -import -file FiddlerRoot.cer -keystore FiddlerKeystore -alias Fiddler
- Enter a password (remember it lol)
- Create the file \src\com\maximusvladimir\ttuauth\tests\keystore.dat
- In the first line put <JDK_HOME>\bin\FiddlerKeystore
- In the second line put your password.
- Make sure no other lines in the file exist.
- Save.