When attempting to run the AccessGANO application a dialog asking for proxy information keeps popping up (even though I'm not behind a proxy). I also see the error below in the "launcher.log" file (located in the root of the AccessGANO application's installation folder located by default at C:\Users\[user]\AppData\Local\AccessGANO\).
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The most common reason for this issue is the application is being run on a network that requires an SSL certificate that was provided by an internal Root CA or is a Self-Signed Certificate. This can cause problems with Java since the certificate is not signed by an authority in Java's "trusted" list of Certificate Authorities.
The following test can help determine if the fix described below is a possible solution.
# Access/GANO Getdown script
If you were able to access the URL above it is likely that your network is using a certificate not recognized by the application. If this is the case the certificate can be imported directly into the application because we know that the certificate is "valid". In doing so, we tell the application that this is a "trusted" certificate.
The next step is to export the certificate so that it can be sent to JWA staff to be imported into the application.
The following instructions are provided for the Chrome browser, but similar steps are available for all other browsers.
| Edge | Chrome |
![]() |
![]() |
| Edge | Chrome |
![]() |
![]() |
| Edge | Chrome |
![]() |
![]() |
| Edge | Chrome |
![]() |
![]() |
After completing the steps above you should have a file (with .CRT extension) that contains the certificate that needs to be imported into the AccessGANO application.
The Noise Specialist will forward the file to BridgeNet (the AccessGANO vendor) who will do the following:
The final step to get the AccessGANO application working (assuming this was the problem)...