Julien, Thanks for the help

I successfully changed to https and the port 8443. The
modifications that I had to do were: 
-go to /nuxeo-dm-5.4.1-tomcat/templates/default/conf and
modify the files server.xml and server.xml.nx, in both of
them I had to put between comments the section 

<Connector port="${nuxeo.server.http.port}"
protocol="HTTP/1.1"
               address="${nuxeo.bind.address}"
               connectionTimeout="20000"
               redirectPort="${nuxeo.server.https.port}" />

and the section

<Connector port="${nuxeo.server.ajp.port}"
protocol="AJP/1.3"
               address="${nuxeo.bind.address}"
               redirectPort="${nuxeo.server.https.port}" />

Also I had to remove the comments and add my certificate to
the next section

 <Connector port="${nuxeo.server.https.port}"
protocol="HTTP/1.1" SSLEnabled="true"
               address="${nuxeo.bind.address}"
               maxThreads="150" scheme="https"
secure="true"
               keystoreFile="/home/fguerrero/.keystore"
keystorePass="changeit"
               clientAuth="false" sslProtocol="TLS" />
 

Those are all the modifications that I did in those two
files, the I modified the nuxeo.conf file, I eliminated the
comment from the paramater nuxeo.url=  and I changed its
address to https://localhost:8443/nuxeo
Finally I just run  "nuxeoctl configure" 
 
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to