- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2014 01:09 PM
Hi,
I have some troubles to connect my UAT instance to Nuxeo Connect/Marketplace/... ; I'm using Nuxeo 5.8 with hotfix up to 13 on a RHEL 6.5 VM.
- I defined the proxy on nuxeo side; this works well.
- I asked the network team to whitelist access to connect.nuxeo.com & sso.nuxeo.com on port 80/443 and this works well with curl in CLI.
However :
- Registering my instance does not completely work. Instance is registered but nuxeo said it failed to validatate. However, I can find it on Connect side. I checked at other questions and time of my VM is up to date.
- For Marketplace & other online resources, are there other domains to whitelist ?
On log side, I have things like :
2014-06-02 17:01:05,554 WARN [http-bio-0.0.0.0-80-exec-10] [org.nuxeo.connect.client.status.ConnectStatusHolder] can not reach connect server org.nuxeo.connect.connector.CanNotReachConnectServer: Connect server set as not reachable
Thanks,
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2014 02:59 PM
Hi,
Of course, you didn't set "org.nuxeo.connect.server.reachable=false
" in your nuxeo.conf
.
What is the output of:
./bin/nuxeoctl mp-update -dc org.nuxeo.connect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2014 02:59 PM
Hi,
Of course, you didn't set "org.nuxeo.connect.server.reachable=false
" in your nuxeo.conf
.
What is the output of:
./bin/nuxeoctl mp-update -dc org.nuxeo.connect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2014 05:49 AM
Hi Julien,
