rpatel8624 / android-cmis-browser

Automatically exported from code.google.com/p/android-cmis-browser
0 stars 0 forks source link

Problem handling https connections #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Be sure your CMIS server (Nuxeo in my case) is configured to handle https 
connections
2. Create a new server in the CMIS Browser menu
3. Be sure to input an address starting with https
4. Tap to connect to the configured server

What is the expected output? What do you see instead?

I expected the CMIS browser connect to my server and browse the repository as 
over http connection. Instead I received the error: "An error occured during 
the treatment. Please try again..."

What version of the product are you using? On what operating system?

CMIS Browser 0.9.6, on Android 4.1.2

Please provide any additional information below.

I tried also with one of the default repositories exchanging its http for a 
https (which in a PC browser worked fine) and receive the same error. After 
several tries and errors, I figured out that even in my own repository the CMIS 
browser handled well http (proxyed) and http (tomcat 8080) without problems. 
But for https (proxyed) it always received the error: "An error occured during 
the treatment. Please try again..."

Is this due to the lack of capability of handling https connections?

Check issue 29 ( 
https://code.google.com/p/android-cmis-browser/issues/detail?id=29 ). I think 
that person got the same error.

Original issue reported on code.google.com by jvli...@gmail.com on 30 Jul 2015 at 2:19