Skip to content

Instantly share code, notes, and snippets.

@yubik9
Forked from warnergodfrey/gist:7512051
Last active August 29, 2015 14:23
Show Gist options
  • Save yubik9/8f4d7ac51170e0570c4b to your computer and use it in GitHub Desktop.
Save yubik9/8f4d7ac51170e0570c4b to your computer and use it in GitHub Desktop.

Revisions

  1. @warnergodfrey warnergodfrey revised this gist Nov 17, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original 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?
    - 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?
    - 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?'
  2. @warnergodfrey warnergodfrey revised this gist Nov 17, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original 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!
  3. @warnergodfrey warnergodfrey revised this gist Nov 17, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original 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!
  4. @warnergodfrey warnergodfrey revised this gist Nov 17, 2013. 1 changed file with 11 additions and 2 deletions.
    13 changes: 11 additions & 2 deletions gistfile1.md
    Original 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'
    - 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
    - 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'
  5. @warnergodfrey warnergodfrey created this gist Nov 17, 2013.
    21 changes: 21 additions & 0 deletions gistfile1.md
    Original 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