Foros de discusión

Sync cannot connect to portal through https with self signed certificates

Stefano Barella, modificado hace 11 años.

Sync cannot connect to portal through https with self signed certificates

New Member Mensajes: 3 Fecha de incorporación: 15/02/13 Mensajes recientes
I am trying the Liferay Sync for Window.

I have a HTTPS comunication problem from Liferay Sync with my installation of Liferay. ( Liferay Portal 6.1 Community Edition (6.1 CE GA2).

My certificate is self signed and Liferay Sync tells me always that "the certificate is not secure"...and always a warning message with that message appears....
even if I push the button with the message "Proceed anyway...".

So I can't connect my desktop Liferay Sync with the Liferay Server.

In attach the log file.

Archivos adjuntos:

Gail Hernandez, modificado hace 11 años.

RE: Sync cannot connect to portal through https with self signed certificat

Stefano Barella, modificado hace 11 años.

RE: Sync cannot connect to portal through https with self signed certificat

New Member Mensajes: 3 Fecha de incorporación: 15/02/13 Mensajes recientes
there isn't an option to accept self signed certificates.

In attach an image with the warning error. (never it disappears)
thumbnail
Dennis Ju, modificado hace 11 años.

RE: Sync cannot connect to portal through https with self signed certificat

Regular Member Mensajes: 228 Fecha de incorporación: 30/09/10 Mensajes recientes
I have seen this issue before but haven't been able to reproduce the environment locally. I have created a ticket for this issue here: SYNC-815.

Can you describe how you have setup https? Are you using apache to redirect to port 443? What settings do you have in portal-ext.properties?
Stefano Barella, modificado hace 11 años.

RE: Sync cannot connect to portal through https with self signed certificat

New Member Mensajes: 3 Fecha de incorporación: 15/02/13 Mensajes recientes
Hi,

I attached the tomcat server.xml and the portal-ext.properties file to the SYNC-815.

I don't use apache but I only configured the TOMCAT to accept only the https connections:

TOMCAT:

<Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" keystoreFile="conf/XXXXXXXXXX.keystore"
ciphers="SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA"
keystorePass="XXXXXXXXX" scheme="https" secure="true"
clientAuth="false" connectionTimeout="20000" sslProtocol="TLS" />

<Connector port="8009" protocol="AJP/1.3" redirectPort="443" URIEncoding="UTF-8" />
thumbnail
Dennis Ju, modificado hace 11 años.

RE: Sync cannot connect to portal through https with self signed certificat

Regular Member Mensajes: 228 Fecha de incorporación: 30/09/10 Mensajes recientes
We've been able to resolve this issue and the fix will be included in the next release of Sync (which should be coming out soon).
thumbnail
Krzysztof Smaga, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Junior Member Mensajes: 59 Fecha de incorporación: 13/03/14 Mensajes recientes
I've got this issue with LR 6.2.

<connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" URIEncoding="UTF-8" SSLCertificateFile="/etc/ssl/certs/zzz.pem" SSLCertificateKeyFile="/etc/ssl/private/zzz.key" SSLCertificateChainFile="/etc/ssl/zzz.pem" SSLVerifyClient="false" SSLProtocol="TLSv1" />

    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" />


Could you help me?
I'm using Liferay bundled with Tomcat.
thumbnail
Dennis Ju, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Regular Member Mensajes: 228 Fecha de incorporación: 30/09/10 Mensajes recientes
Are you having trouble using Liferay Sync or getting https set up with the portal? If the latter, you should post on the portal message boards.
thumbnail
Krzysztof Smaga, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Junior Member Mensajes: 59 Fecha de incorporación: 13/03/14 Mensajes recientes
Dennis Ju:
Are you having trouble using Liferay Sync or getting https set up with the portal? If the latter, you should post on the portal message boards.



My https works perfectly fine. I use https for www and webdav and even for Sync for mobile devices - everything is just fine.

The problem is only with Sync for desktops/laptops.
thumbnail
Dennis Ju, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Regular Member Mensajes: 228 Fecha de incorporación: 30/09/10 Mensajes recientes
Can you describe in detail what problems you're encountering and with what version of Liferay Sync?
thumbnail
Krzysztof Smaga, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Junior Member Mensajes: 59 Fecha de incorporación: 13/03/14 Mensajes recientes
Dennis Ju:
Can you describe in detail what problems you're encountering and with what version of Liferay Sync?


I'll show you at two print screens:
a) of my directors Mac (attachment - PastedGraphic-1.tiff). When he tried to connect to our portal
b) of my desktop (test.png) when I tried to connect to my test machine

No matter how I write the site address - usage of https is not possible.

EDIT: connecting to our portal with https via www works perfectly fine.
thumbnail
Dennis Ju, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Regular Member Mensajes: 228 Fecha de incorporación: 30/09/10 Mensajes recientes
What happens when you click "Proceed Anyway"

Can you attempt the connection again then send your logs found in ~/.liferay-sync/logs/liferay-sync.log?

Thanks
thumbnail
Krzysztof Smaga, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Junior Member Mensajes: 59 Fecha de incorporación: 13/03/14 Mensajes recientes
Hi Denis,
After clicking 'Proceed Anyway' it gives me same error and I can again 'Proceed Anyway' or 'Cancel' which... gives me this same error.
This is the log you asked me for:

05 maj 2014 12:16:16,607 DEBUG [BaseSyncDaoImpl:144] Database JDBC URL jdbc:h2:/home/crowman/.liferay-sync/liferay-sync;AUTO_SERVER=TRUE
05 maj 2014 12:16:16,733 WARN  [VersionUtils:47] Mismatched versions: core is 'VERSION__4.45__', while jdbc is 'VERSION__4.45-SNAPSHOT__'
05 maj 2014 12:16:23,998 DEBUG [UserSiteRootFolderMonitor:178] Adding user site /home/crowman/liferay-sync/My Documents (admin)
05 maj 2014 12:16:23,999 DEBUG [UserSiteRootFolderMonitor:178] Adding user site /home/crowman/liferay-sync/UCI
05 maj 2014 12:16:24,000 DEBUG [UserSiteRootFolderMonitor:178] Adding user site /home/crowman/liferay-sync/Projekt Moje AGH
05 maj 2014 12:16:24,185 DEBUG [NativityMonitor:383] Nativity connection attempt: 1 of 5
05 maj 2014 12:16:24,185 ERROR [UnixNativityControlBaseImpl:81] Connection refused
05 maj 2014 12:16:24,194 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:24,195 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:24,195 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:24,196 ERROR [DesktopSyncClient:211] Unsupported operating system
05 maj 2014 12:16:24,196 INFO  [DesktopSyncClient:214] Starting Liferay Sync
05 maj 2014 12:16:24,541 DEBUG [DLServer:125] Start sync server
05 maj 2014 12:16:24,542 DEBUG [BaseMonitor:71] Status change STARTED class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemManager
05 maj 2014 12:16:24,543 DEBUG [BaseMonitor:141] Starting [1] 
05 maj 2014 12:16:24,543 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemManager
05 maj 2014 12:16:24,545 DEBUG [RemoteFileSystemManager:382] Starting
05 maj 2014 12:16:24,545 DEBUG [RemoteFileSystemManager:390] Ready to start start
05 maj 2014 12:16:24,546 DEBUG [RemoteFileSystemManager:396] Finished initialize
05 maj 2014 12:16:24,546 DEBUG [RemoteFileSystemManager:404] Done initializing executor
05 maj 2014 12:16:24,546 DEBUG [BaseMonitor:71] Status change STARTED class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemMonitor
05 maj 2014 12:16:24,546 DEBUG [BaseMonitor:141] Starting [1] 
05 maj 2014 12:16:24,546 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemMonitor
05 maj 2014 12:16:24,557 DEBUG [RemoteFileSystemMonitor:162] Starting user site 10409
05 maj 2014 12:16:24,558 DEBUG [RemoteFileSystemMonitor:162] Starting user site 12239
05 maj 2014 12:16:24,558 DEBUG [RemoteFileSystemMonitor:162] Starting user site 17829
05 maj 2014 12:16:24,559 DEBUG [BaseMonitor:71] Status change STARTED class com.liferay.sync.modules.documentlibrary.server.monitor.RootFolderMonitor
05 maj 2014 12:16:24,559 DEBUG [BaseMonitor:141] Starting [1] 
05 maj 2014 12:16:24,559 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RootFolderMonitor
05 maj 2014 12:16:24,621 DEBUG [aw:58] JAVA_VERSION = 6
05 maj 2014 12:16:24,633 DEBUG [aw:146] DefaultLibraryLoader.generateTmpFolderName
05 maj 2014 12:16:24,633 DEBUG [aw:146] classContainer = rsrc:liferay-sync-wrapper.jar
05 maj 2014 12:16:24,645 DEBUG [aw:146] bundleVersion = 1.7.5
05 maj 2014 12:16:24,645 DEBUG [aw:146] DefaultLibraryLoader.getJarName from the container: rsrc:liferay-sync-wrapper.jar
05 maj 2014 12:16:24,646 DEBUG [aw:146] jarName = rsrc:liferay-sync-wrapper
05 maj 2014 12:16:24,646 DEBUG [aw:146] systemTempFolder = /tmp
05 maj 2014 12:16:24,646 DEBUG [aw:146] DefaultLibraryLoader.generateTmpFolderName: /tmp/rsrc:liferay-sync-wrapper.Build.1.7.52036170959
05 maj 2014 12:16:24,646 DEBUG [aw:368] Finding library libjniwrap64.so
05 maj 2014 12:16:24,646 DEBUG [aw:399] Looking for library in JAR jar:rsrc:liferay-sync-wrapper.jar!/libjniwrap64.so
05 maj 2014 12:16:24,646 DEBUG [aw:583] DefaultLibraryLoader.findLibraryInJars. Loading resources to: /tmp/rsrc:liferay-sync-wrapper.Build.1.7.52036170959
05 maj 2014 12:16:24,802 INFO  [FileWatcher:495] Detected OS: Linux
05 maj 2014 12:16:25,015 DEBUG [aw:368] Finding library libjniwrap64.so
05 maj 2014 12:16:25,015 DEBUG [aw:399] Looking for library in JAR jar:rsrc:liferay-sync-wrapper.jar!/libjniwrap64.so
05 maj 2014 12:16:25,015 DEBUG [aw:583] DefaultLibraryLoader.findLibraryInJars. Loading resources to: /tmp/rsrc:liferay-sync-wrapper.Build.1.7.52036170959
05 maj 2014 12:16:25,016 DEBUG [aw:510] Loading library from /tmp/rsrc:liferay-sync-wrapper.Build.1.7.52036170959/libjniwrap64.so
05 maj 2014 12:16:25,022 DEBUG [aw:368] Finding library libc.so.6
05 maj 2014 12:16:25,022 DEBUG [aw:424] Finding library in system library path...
05 maj 2014 12:16:25,094 INFO  [FileWatcher:202] FileWatcher started, folder: /home/crowman
05 maj 2014 12:16:25,094 DEBUG [BaseMonitor:71] Status change STARTED class com.liferay.sync.modules.documentlibrary.server.monitor.UserSiteRootFolderMonitor
05 maj 2014 12:16:25,094 DEBUG [BaseMonitor:141] Starting [1] 
05 maj 2014 12:16:25,094 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.UserSiteRootFolderMonitor
05 maj 2014 12:16:25,095 INFO  [FileWatcher:495] Detected OS: Linux
05 maj 2014 12:16:25,100 INFO  [FileWatcher:202] FileWatcher started, folder: /home/crowman/liferay-sync
05 maj 2014 12:16:25,100 DEBUG [BaseMonitor:71] Status change STARTED class com.liferay.sync.modules.documentlibrary.server.monitor.LocalFileSystemMonitor
05 maj 2014 12:16:25,100 DEBUG [BaseMonitor:141] Starting [1] 
05 maj 2014 12:16:25,100 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.LocalFileSystemMonitor
05 maj 2014 12:16:25,181 DEBUG [BaseMonitor:71] Status change STARTED class com.liferay.sync.modules.documentlibrary.server.monitor.OfflineChangeMonitor
05 maj 2014 12:16:25,181 DEBUG [BaseMonitor:141] Starting [1] 
05 maj 2014 12:16:25,181 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.OfflineChangeMonitor
05 maj 2014 12:16:25,181 DEBUG [OfflineChangeMonitor:208] Resolving offline changes
05 maj 2014 12:16:25,183 DEBUG [OfflineChangeMonitor:224] Resolving offline changes for My Documents (admin)
05 maj 2014 12:16:25,199 DEBUG [OfflineChangeMonitor:224] Resolving offline changes for UCI
05 maj 2014 12:16:25,427 DEBUG [OfflineChangeMonitor:224] Resolving offline changes for Projekt Moje AGH
05 maj 2014 12:16:25,436 DEBUG [BaseMonitor:71] Status change STARTED class com.liferay.sync.modules.documentlibrary.server.monitor.NativityMonitor
05 maj 2014 12:16:25,436 DEBUG [BaseMonitor:141] Starting [1] 
05 maj 2014 12:16:25,437 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.NativityMonitor
05 maj 2014 12:16:25,437 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:25,437 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:25,437 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:25,442 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemManager INITIALIZING
05 maj 2014 12:16:25,442 DEBUG [BaseMonitor:155] Stopping 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemManager
05 maj 2014 12:16:25,442 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemMonitor INITIALIZING
05 maj 2014 12:16:25,442 DEBUG [BaseMonitor:155] Stopping 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemMonitor
05 maj 2014 12:16:25,443 DEBUG [RemoteFileSystemMonitor:187] Stopping user site 12239
05 maj 2014 12:16:25,443 DEBUG [RemoteFileSystemMonitor:220] Cancelled task 12239
05 maj 2014 12:16:25,443 DEBUG [RemoteFileSystemMonitor:187] Stopping user site 17829
05 maj 2014 12:16:25,443 DEBUG [RemoteFileSystemMonitor:220] Cancelled task 17829
05 maj 2014 12:16:25,444 DEBUG [RemoteFileSystemMonitor:187] Stopping user site 10409
05 maj 2014 12:16:25,444 DEBUG [RemoteFileSystemMonitor:220] Cancelled task 10409
05 maj 2014 12:16:25,444 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.RootFolderMonitor INITIALIZING
05 maj 2014 12:16:25,444 DEBUG [BaseMonitor:155] Stopping 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RootFolderMonitor
05 maj 2014 12:16:25,452 DEBUG [DLServer:151] Done starting sync server
05 maj 2014 12:16:25,472 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.UserSiteRootFolderMonitor INITIALIZING
05 maj 2014 12:16:25,472 DEBUG [BaseMonitor:155] Stopping 1 class com.liferay.sync.modules.documentlibrary.server.monitor.UserSiteRootFolderMonitor
05 maj 2014 12:16:25,473 ERROR [BaseRootMonitor:164] Unable to stop watching /home/crowman/liferay-sync/Projekt Moje AGH 
05 maj 2014 12:16:25,474 ERROR [BaseRootMonitor:164] Unable to stop watching /home/crowman/liferay-sync/UCI 
05 maj 2014 12:16:25,474 ERROR [BaseRootMonitor:164] Unable to stop watching /home/crowman/liferay-sync/My Documents (admin) 
05 maj 2014 12:16:25,474 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.LocalFileSystemMonitor INITIALIZING
05 maj 2014 12:16:25,475 DEBUG [BaseMonitor:155] Stopping 1 class com.liferay.sync.modules.documentlibrary.server.monitor.LocalFileSystemMonitor
05 maj 2014 12:16:25,476 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.OfflineChangeMonitor INITIALIZING
05 maj 2014 12:16:25,476 DEBUG [BaseMonitor:155] Stopping 1 class com.liferay.sync.modules.documentlibrary.server.monitor.OfflineChangeMonitor
05 maj 2014 12:16:25,476 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.NativityMonitor INITIALIZING
05 maj 2014 12:16:25,476 DEBUG [BaseMonitor:155] Stopping 1 class com.liferay.sync.modules.documentlibrary.server.monitor.NativityMonitor
05 maj 2014 12:16:25,667 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:25,798 DEBUG [PingServerTaskBaseEvent:123] Stopping ping task
05 maj 2014 12:16:25,804 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemManager SYNCING
05 maj 2014 12:16:25,804 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemManager
05 maj 2014 12:16:25,804 DEBUG [RemoteFileSystemManager:382] Starting
05 maj 2014 12:16:25,804 DEBUG [RemoteFileSystemManager:390] Ready to start start
05 maj 2014 12:16:25,805 DEBUG [RemoteFileSystemManager:396] Finished initialize
05 maj 2014 12:16:25,805 DEBUG [RemoteFileSystemManager:404] Done initializing executor
05 maj 2014 12:16:25,805 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemMonitor SYNCING
05 maj 2014 12:16:25,805 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RemoteFileSystemMonitor
05 maj 2014 12:16:25,808 DEBUG [RemoteFileSystemMonitor:162] Starting user site 10409
05 maj 2014 12:16:25,808 DEBUG [RemoteFileSystemMonitor:162] Starting user site 12239
05 maj 2014 12:16:25,809 DEBUG [RemoteFileSystemMonitor:162] Starting user site 17829
05 maj 2014 12:16:25,809 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.RootFolderMonitor SYNCING
05 maj 2014 12:16:25,809 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.RootFolderMonitor
05 maj 2014 12:16:25,809 INFO  [FileWatcher:495] Detected OS: Linux
05 maj 2014 12:16:25,856 INFO  [FileWatcher:202] FileWatcher started, folder: /home/crowman
05 maj 2014 12:16:25,856 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.UserSiteRootFolderMonitor SYNCING
05 maj 2014 12:16:25,856 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.UserSiteRootFolderMonitor
05 maj 2014 12:16:25,857 INFO  [FileWatcher:495] Detected OS: Linux
05 maj 2014 12:16:25,861 INFO  [FileWatcher:202] FileWatcher started, folder: /home/crowman/liferay-sync
05 maj 2014 12:16:25,862 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.LocalFileSystemMonitor SYNCING
05 maj 2014 12:16:25,862 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.LocalFileSystemMonitor
05 maj 2014 12:16:25,869 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.OfflineChangeMonitor SYNCING
05 maj 2014 12:16:25,869 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.OfflineChangeMonitor
05 maj 2014 12:16:25,870 DEBUG [OfflineChangeMonitor:208] Resolving offline changes
05 maj 2014 12:16:25,871 DEBUG [OfflineChangeMonitor:224] Resolving offline changes for My Documents (admin)
05 maj 2014 12:16:25,875 DEBUG [OfflineChangeMonitor:224] Resolving offline changes for UCI
05 maj 2014 12:16:26,008 DEBUG [OfflineChangeMonitor:224] Resolving offline changes for Projekt Moje AGH
05 maj 2014 12:16:26,015 DEBUG [BaseMonitor:57] Account state changed class com.liferay.sync.modules.documentlibrary.server.monitor.NativityMonitor SYNCING
05 maj 2014 12:16:26,015 DEBUG [BaseMonitor:133] Starting 1 class com.liferay.sync.modules.documentlibrary.server.monitor.NativityMonitor
05 maj 2014 12:16:26,108 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:26,405 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[{"changeLog":"","checksum":"RubnfmKhP27nOVt9WY+fgIgUKzo=","companyId":10153,"createTime":1398263114139,"description":"","event":"update","extension":"docx","extraSettings":"","lockExpirationDate":null,"lockUserId":0,"lockUserName":"","mimeType":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","modifiedTime":1398862613408,"name":"MAGH_Karta projektu.docx","objectId":48219,"parentFolderId":48205,"repositoryId":17829,"size":22735,"type":"file","typePK":48209,"typeUuid":"3b5afa41-60d4-46b4-a669-c2a0af5d88db","version":"1.2"}]}
05 maj 2014 12:16:26,412 DEBUG [GetSyncDLObjectUpdateBaseEvent:130] Processing MAGH_Karta projektu.docx (file)
05 maj 2014 12:16:27,185 DEBUG [NativityMonitor:383] Nativity connection attempt: 2 of 5
05 maj 2014 12:16:27,187 ERROR [UnixNativityControlBaseImpl:81] Połączenie odrzucone
05 maj 2014 12:16:30,187 DEBUG [NativityMonitor:383] Nativity connection attempt: 3 of 5
05 maj 2014 12:16:30,188 ERROR [UnixNativityControlBaseImpl:81] Połączenie odrzucone
05 maj 2014 12:16:31,108 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:16:31,402 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:31,694 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:16:32,752 DEBUG [FileEventHandler:36] Received event MODIFY : /home/crowman/liferay-sync/Projekt Moje AGH/NaszeDokumenty/ProjectManagement/MAGH_Karta projektu.docx 
05 maj 2014 12:16:33,188 DEBUG [NativityMonitor:383] Nativity connection attempt: 4 of 5
05 maj 2014 12:16:33,189 ERROR [UnixNativityControlBaseImpl:81] Połączenie odrzucone
05 maj 2014 12:16:36,109 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:16:36,189 DEBUG [NativityMonitor:383] Nativity connection attempt: 5 of 5
05 maj 2014 12:16:36,190 ERROR [UnixNativityControlBaseImpl:81] Połączenie odrzucone
05 maj 2014 12:16:36,400 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:36,692 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:16:39,190 DEBUG [NativityMonitor:399] Failed to connect to Nativity
05 maj 2014 12:16:39,191 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:39,192 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:39,192 DEBUG [UnixNativityControlBaseImpl:114] LiferayNativity is not connected
05 maj 2014 12:16:41,113 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:16:41,405 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:41,699 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:16:46,106 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:16:46,396 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:46,685 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:16:51,108 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:16:51,399 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:51,690 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:16:56,106 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:16:56,398 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:16:56,689 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:01,107 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:01,396 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:01,687 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:06,106 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:06,396 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:06,688 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:11,106 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:11,396 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:11,687 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:16,108 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:16,400 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:16,689 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:21,110 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:21,398 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:21,689 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:26,110 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:26,400 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:26,690 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:31,108 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:31,399 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:31,689 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:36,109 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:36,398 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:36,688 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:41,116 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:41,407 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:41,695 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:46,109 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:46,402 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:46,691 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:51,108 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:51,398 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}
05 maj 2014 12:17:51,688 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398862613408,"syncDLObjects":[]}
05 maj 2014 12:17:56,109 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398769846603,"syncDLObjects":[]}
05 maj 2014 12:17:56,398 DEBUG [BaseSyncDLObjectUpdateEvent:36] {"lastAccessTime":1398845910464,"syncDLObjects":[]}


thumbnail
Dennis Ju, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Regular Member Mensajes: 228 Fecha de incorporación: 30/09/10 Mensajes recientes
Are you accessing a public site that I can attempt accessing? If so, can you provide me with your portal URL? I don't need a username/password as the SSL certification check happens before sending user credentials. If you want to email me instead of posting it here, you can email me at dennis.ju@liferay.com.

Also, the log seems to show that Sync is enabled and connecting. Can you try starting completely fresh by closing Sync, deleting the configuration folder in ~/.liferay-sync, restarting Sync, then send me the log files again after you click on "Proceed Anyway"?
thumbnail
Krzysztof Smaga, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Junior Member Mensajes: 59 Fecha de incorporación: 13/03/14 Mensajes recientes
Hi Dennis,
I sent you an e-mail some time ago.
Have you got any informations (good ones please!) for me?
thumbnail
Dennis Ju, modificado hace 9 años.

RE: Sync cannot connect to portal through https with self signed certificat

Regular Member Mensajes: 228 Fecha de incorporación: 30/09/10 Mensajes recientes
Hi Krzysztof,

I'll follow up with you via email.