-
-
Save yubik9/8f4d7ac51170e0570c4b to your computer and use it in GitHub Desktop.
Revisions
-
warnergodfrey revised this gist
Nov 17, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ - Install the latest JRE from Oracle - In the Java Control Panel, go to the Security tab and make sure 'Enable Java Content' is checked - Open Safari - Go to the ATO Business portal site https://bp.ato.gov.au/BpStatics/homepage.htm - Click Login - A dialog will apear asking you 'Do you want to trust the website “authentication.business.gov.au” to use the “Java” plug-in?' - Click 'Trust' @@ -23,7 +23,7 @@ An error has occurred with a result code of 4402. - A dialog will appear asking 'Are you sure you want to trust the website “authentication.business.gov.au” to run “Java” in unsafe mode - Click 'Trust' - Click 'Done' and exit Preferences - Open the ATO Business portal site again https://bp.ato.gov.au/BpStatics/homepage.htm - Now you will be asked 'Do you want to run this application?' - Click 'Run' - Another dialog will appear asking you to 'Allow access to the following application from this website?' -
warnergodfrey revised this gist
Nov 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,9 +10,9 @@ - Another dialog will appear asking you to 'Allow access to the following application from this website?' - Click 'Allow' - You will now get the following error message: ``` An error has occurred with a result code of 4402. [message=Read-only files cannot be used as keystores: /Users/warner/Library/Application Support/AUSkey/keystore.xml, errorCode=4402] ``` - **NOTE:** Changing the file permissions on the keystore will not help, the ATO requires access to the file system! -
warnergodfrey revised this gist
Nov 17, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,7 @@ - You will now get the following error message: ``` An error has occurred with a result code of 4402. [message=Read-only files cannot be used as keystores: /Users/warner/Library/Application Support/AUSkey/keystore.xml, errorCode=4402] ``` - **NOTE:** Changing the file permissions on the keystore will not help, the ATO requires access to the file system! -
warnergodfrey revised this gist
Nov 17, 2013 . 1 changed file with 11 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,17 @@ - Click Login - A dialog will apear asking you 'Do you want to trust the website “authentication.business.gov.au” to use the “Java” plug-in?' - Click 'Trust' - Now you will be asked 'Do you want to run this application?' - Click 'Run' - Another dialog will appear asking you to 'Allow access to the following application from this website?' - Click 'Allow' - You will now get the following error message: ``` An error has occurred with a result code of 4402. [message=Read-only files cannot be used as keystores: /Users/warner/Library/Application Support/AUSkey/keystore.xml, errorCode=4402] ``` - **NOTE:** Changing the file permissions on the keystore will not help, the ATO requires access to the file system! - To allow file system access, select Safari -> Prefereces... from the menu - Go to the Security tab and click 'Manage Website Settings...' - On the left-hand menu select Java - In the right-hand pane you will see authentication.business.gov.au, in the drop-down menu select 'Run in Unsafe Mode' -
warnergodfrey created this gist
Nov 17, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ - Install the latest JRE from Oracle - In the Java Control Panel, go to the Security tab and make sure 'Enable Java Content' is checked - Open Safari - Go to the ATO Business portal site https://bp.ato.gov.au/BpStatics/homepage.htm? - Click Login - A dialog will apear asking you 'Do you want to trust the website “authentication.business.gov.au” to use the “Java” plug-in?' - Click 'Trust' - This is where things get strange... You may be asked to submit the form again, and when you do an error message will appear - Select Safari -> Prefereces... from the menu - Go to the Security tab and click 'Manage Website Settings...' - On the left-hand menu select Java - In the right-hand pane you will see authentication.business.gov.au, in the drop-down menu select 'Run in Unsafe Mode' - A dialog will appear asking 'Are you sure you want to trust the website “authentication.business.gov.au” to run “Java” in unsafe mode - Click 'Trust' - Click 'Done' and exit Preferences - Open the ATO Business portal site again https://bp.ato.gov.au/BpStatics/homepage.htm? - Now you will be asked 'Do you want to run this application?' - Click 'Run' - Another dialog will appear asking you to 'Allow access to the following application from this website?' - Click 'Allow' - You should now be able to select your AusKey and login to the Business Portal