[ 
https://jira.nuxeo.com/browse/LIVED-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=93651#comment-93651
 ] 

Thierry Martins commented on LIVED-185:
---------------------------------------

* With NLE MS Office, written with .net, we got this exception:

{noformat}
Exception:
System.Net.WebException: The underlying connection was closed: Could not 
establish trust relationship for the SSL/TLS secure channel. ---> 
System.Security.Authentication.AuthenticationException: The remote certificate 
is invalid according to the validation procedure.
at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, 
AsyncProtocolRequest asyncRequest, Exception exception)
....
— End of inner exception stack trace —
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at nuxeo_liveedit_msoffice_launcher.LiveEditCommand.ProcessCommand(String 
command) in 
C:\sources\nuxeo-liveedit\nuxeo-liveedit-msoffice-launcher\LiveEditCommand.cs:line
 48
2011-04-19 17:31:21,178 [1] ERROR Launcher - An error has occured during the 
BootStrap download
{noformat}

* With NLE OOo, written in Java, we get a null value from this call
{code}
NuxeoServer nxServer = new NuxeoServer(url);
...
Representation res = nxServer.doRestletGetCall(pathParams, null); 
// value form response.getEntity();
{code}

> Display a message when using a non trusted certificate
> ------------------------------------------------------
>
>                 Key: LIVED-185
>                 URL: https://jira.nuxeo.com/browse/LIVED-185
>             Project: Nuxeo Live Desktop
>          Issue Type: Improvement
>            Reporter: Thierry Martins
>            Assignee: Arnaud Kervern
>
> When using LiveEdit over HTTPS with a site whose certificate is not trusted 
> by a certificate authority, LiveEdit crashes.
> It should be better to display a message which warns the user the certificate 
> for the site is not trusted and he needs to install its certificate in his 
> truststore

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to