lguo
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by lguo-
lguo commented,
See my posthttps://community.box.com/t5/Developer-Forum/Box-Java-SDK-Connection-Problem-SSLHandshakeException/m-p/27133/highlight/true#M1288 and https://community.box.com/t5/Developer-Forum/Erro...
-
lguo commented,
See my post https://community.box.com/t5/Developer-Forum/Box-Java-SDK-Connection-Problem-SSLHandshakeException/m-p/27133/highlight/true#M1288 for the same error. It always leads me to research the...
-
lguo commented,
Finally, the company product supporter points me the right direction. There is a piece of security software called "Netskope Client" and it blocks the connection. It will produce these security/ce...
-
lguo commented,
grant_type=authorization_code for OAuth2 Step 5grant_type=refresh_token for OAuth2 Step 6Make sure no typo, extra space, character, line etc. I have some curl command problems last time. It gav...
-
lguo commented,
The curl command seems to be working fine now. Actually all you need is just one success with https://docs.box.com/docs/oauth-20#section-5-getting-the-access-token . If you have one success with ...
-
lguo commented,
Anyone can report or help check if you can get a pair of access_token and refresh_token, and the subsequent pair of access_token and refresh_token every time consistently from the Box OAuth2 http...
-
lguo commented,
I follow the instruction of https://docs.box.com/docs/oauth-20 and get an authorization code, then I curl https://www.box.com/api/oauth2/token -d 'grant_type=authorization_code&code={your_code}&cl...
-
lguo commented,
No. I do not use -DhttpProxyPort to the java args.
-
lguo commented,
I updated policy files US_export_policy.jar and local_policy.jar in the \jre\lib\security and got the same error as before. Also if I remove the 2 policy files and it gives me java.lang.SecurityEx...
-
lguo created a post,
Box Java SDK Connection Problem SSLHandshakeException SunCertPathBuilderException
I am new to Box and using the example from https://github.com/box/box-java-sdk Below is the Java source code and the full error messages after it runs in my office computer with company network, ...