{"id":10126,"date":"2017-05-22T07:34:22","date_gmt":"2017-05-22T05:34:22","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/"},"modified":"2017-05-22T07:34:22","modified_gmt":"2017-05-22T05:34:22","slug":"documentum-setup-a-cps-in-https-unable-to-register-it","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/","title":{"rendered":"Documentum &#8211; Setup a CPS in HTTPS &#8211; Unable to register it"},"content":{"rendered":"<p>In a previous blog (see this <a title=\"Documentum \u2013 Setup WildFly in HTTPS\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-wildfly-in-https\/\" target=\"_blank\" rel=\"noopener\">one<\/a>), I described how to setup a WildFly instance in HTTPS and I quickly mentioned something related to the CPS. When I wrote this previous blog, I was already aware of one specific issue that prevented the CPS to be usable but I didn&#8217;t want to mention it to stay focus on the WildFly specific steps for the HTTPS setup which are common between the JMS and the CPS.<\/p>\n<p>&nbsp;<\/p>\n<p>In this blog, I will NOT talk about the Java cacerts because the commands are exactly the same as in the previous blog and they aren&#8217;t dependent on the JBoss\/WildFly version. As described in the previous blog, the setup of the CPS in HTTPS isn&#8217;t described in the official EMC\/OTX Documentation (yet). Because of that, I worked with EMC on defining the minimal steps that are required to get one up&amp;running.<\/p>\n<p>&nbsp;<\/p>\n<p>So in this blog and just to compare with the previous blog, I will start with setting up a JBoss 7.1.1 in SSL (without the Java cacerts stuff) without using the ConfigSSL.groovy since it&#8217;s not able to handle the CPS setup. So as before, I&#8217;m starting with defining some environment variables (I&#8217;m using the same CPS name) and then stopping the CPS:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 ~]$ cd \/tmp\/certs\/\n[xplore@full_text_server_01 certs]$ read -s -p \"  ----&gt; Please enter the JKS password: \" jks_pw\n[xplore@full_text_server_01 certs]$ \n[xplore@full_text_server_01 certs]$ export server_name=\"Node2_CPS1\"\n[xplore@full_text_server_01 certs]$ $JBOSS_HOME\/server\/stop${server_name}.sh\n[xplore@full_text_server_01 certs]$ \n[xplore@full_text_server_01 certs]$ mv \/tmp\/certs\/full_text_server_01.jks $JBOSS_HOME\/server\/DctmServer_${server_name}\/configuration\/my.keystore\n[xplore@full_text_server_01 certs]$ chmod 600 $JBOSS_HOME\/server\/DctmServer_${server_name}\/configuration\/my.keystore<\/pre>\n<p>&nbsp;<\/p>\n<p>In this case with JBoss 7.1.1, the $JBOSS_HOME used above is &#8220;$XPLORE_HOME\/jboss7.1.1&#8221;. So now the commands to configure a JBoss 7.1.1 in HTTPS are the following ones:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 certs]$ cd $JBOSS_HOME\/server\/DctmServer_${server_name}\/configuration\/\n[xplore@full_text_server_01 configuration]$ cp standalone.xml standalone.xml_bck_$(date +%Y%m%d)\n[xplore@full_text_server_01 configuration]$ \n[xplore@full_text_server_01 configuration]$ sed -i 's\/inet-address value=\"${jboss.bind.address.management:[^}]*}\/inet-address value=\"${jboss.bind.address.management:127.0.0.1}\/' standalone.xml\n[xplore@full_text_server_01 configuration]$ sed -i '\/&lt;subsystem .*\/a             &lt;connector name=\"https\" protocol=\"HTTP\/1.1\" scheme=\"https\" socket-binding=\"https\" secure=\"true\"&gt;n                &lt;ssl name=\"https\" password=\"'${jks_pw}'\" certificate-key-file=\"'$JBOSS_HOME'\/server\/DctmServer_'${server_name}'\/configuration\/my.keystore\" cipher-suite=\"PUT_HERE_SSL_CIPHERS\"\/&gt;n            &lt;\/connector&gt;' standalone.xml<\/pre>\n<p>&nbsp;<\/p>\n<p>And that&#8217;s all. As you can see, it&#8217;s even easier to setup a JBoss 7.1.1 in SSL that it was with a WildFly 9.0.1. This is a small description of these commands:<\/p>\n<ul>\n<li>Line 2: Backup of the standalone.xml file<\/li>\n<li>Line 4: Changing the default IP on which WildFly is listening for the Management Interface (by default 0.0.0.0 which means no restriction) to 127.0.0.1 so it&#8217;s only accessible locally<\/li>\n<li>Line 5: Adding a new connector specific to https and which defines the keystore path, password as well as the SSL Ciphers to be used. Just replace &#8220;PUT_HERE_SSL_CIPHERS&#8221; with a comma separated list of SSL Ciphers that you want to enable<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>With the above commands, both HTTP and HTTPS will be enabled. If you want to disable all HTTP communications (which I recommend), then you can just remove the http connector:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 configuration]$ sed -i '\/&lt;connector .*name=\"http\" .*socket-binding=\"http\"\/d' standalone.xml<\/pre>\n<p>&nbsp;<\/p>\n<p>Alright so now JBoss 7.1.1 is setup &amp; enabled in HTTPS only as we did for the WildFly setup. At this point, if you start the CPS again and then access the URL in HTTPS, it will work. Then what is the purpose of this blog? Well the URL will work but the issue I faced is that this CPS is actually unusable.<\/p>\n<p>&nbsp;<\/p>\n<p>When you install a remote CPS, you then need to register it to the PrimaryDsearch so it can be used. If you do not register it, then it just won&#8217;t do\u00a0much so it&#8217;s kind of useless. Usually when you install a remote CPS, you will want to register it in HTTP directly in the PrimaryDsearch. This is done in the following way (I&#8217;m considering a PrimaryDsearch on the same host with port 9302 in HTTPS):<\/p>\n<ol>\n<li>Open the dsearchadmin (E.g.: https:\/\/full_text_server_01:9302\/dsearchadmin) and login with the JBoss admin account<\/li>\n<li>Navigate to &#8220;Home &gt; Services &gt; Content Processing Service&#8221;<\/li>\n<li>Click on the &#8220;Add&#8221; button<\/li>\n<li>Select the &#8220;remote&#8221; checkbox<\/li>\n<li>Set the URL to: http:\/\/full_text_server_01:9400\/cps\/ContentProcessingService?wsdl<\/li>\n<li>Set the Instance &amp; Usage according to your needs<\/li>\n<li>Click on the &#8220;OK&#8221; button<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>If you are using a CPS in HTTP as in the URL mentioned (step 5 &#8211; the port might change depending on what you configured), then you will see a pop-up showing that the PrimaryDsearch was able to connect to the CPS and the CPS is now registered. As a side note, for the CPS to be fully usable, you will need to restart the PrimaryDsearch so the status can be changed to green (INITIALIZED).<\/p>\n<p>&nbsp;<\/p>\n<p>So what&#8217;s the difference when using a CPS in HTTPS-only? Well when you are at the step 5, you will need to use the HTTPS URL of the CPS which is therefore: https:\/\/full_text_server_01:9402\/cps\/ContentProcessingService?wsdl. When you click on the &#8220;OK&#8221; button at the last step (7), you will not get a pop-up saying that the PrimaryDsearch was able to connect to the CPS but instead you will see a failure message. The exact error message from the pop-up is:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">Fail to connect the remote CPS at https:\/\/full_text_server_01:9402\/cps\/ContentProcessingService?wsdl<\/pre>\n<p>&nbsp;<\/p>\n<p>On this failure pop-up, there is only a OK button and when you click on it, you can see that the CPS hasn&#8217;t been registered at all. On the CPS logs, there are absolutely no information related to this issue and on the Dsearch logs, it&#8217;s not really much better: the only message that is printed is an INFO message with the following information:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">2017-05-01 10:59:02,951 UTC INFO [RMI TCP Connection(5)-147.167.175.209] c.e.d.core.fulltext.indexserver.cps.CPSSubmitter - Begin to connect to CPS at (https:\/\/full_text_server_01:9402\/cps\/ContentProcessingService?wsdl)  with connection 16<\/pre>\n<p>&nbsp;<\/p>\n<p>That&#8217;s all, no errors, nothing. Of course you can enable some debug. For example you can add the &#8220;-Djavax.net.debug=ssl&#8221; inside the JAVA_OPTIONS of the PrimaryDsearch and the remote CPS, restart them both and then try again. You should be able (if you followed this blog properly) to see that the Dsearch and the CPS are exchanging properly the Hello requests but then the CPS is still not registered.<\/p>\n<p>&nbsp;<\/p>\n<p>To solve this issue, there is actually just one small thing that need to be done and that&#8217;s updating the web.xml file for the CPS. You just need to add a security-constraint tag inside this file to specify that all pages are now using HTTPS:<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">[xplore@full_text_server_01 configuration]$ sed -i '\/&lt;\/web-app&gt;\/i \\n    &lt;security-constraint&gt;n        &lt;web-resource-collection&gt;n            &lt;web-resource-name&gt;secured pages&lt;\/web-resource-name&gt;n            &lt;url-pattern&gt;\/*&lt;\/url-pattern&gt;n        &lt;\/web-resource-collection&gt;n        &lt;user-data-constraint&gt;n            &lt;transport-guarantee&gt;CONFIDENTIAL&lt;\/transport-guarantee&gt;n        &lt;\/user-data-constraint&gt;n    &lt;\/security-constraint&gt;' ..\/deployments\/cps.war\/WEB-INF\/web.xml<\/pre>\n<p>&nbsp;<\/p>\n<p>When this has been added, the web.xml file for the CPS should look like that:<\/p>\n<pre class=\"brush: xml; gutter: true; first-line: 1; highlight: [34,35,36,37,38,39,40,41,42]\">[xplore@full_text_server_01 configuration]$ cat ..\/deployments\/cps.war\/WEB-INF\/web.xml\n&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;web-app version=\"2.4\"  xmlns_xsi=\"http:\/\/www.w3.org\/2001\/XMLSchema-instance\" xsi_schemaLocation=\"http:\/\/java.sun.com\/xml\/ns\/j2ee http:\/\/java.sun.com\/xml\/ns\/j2ee\/web-app_2_4.xsd\"&gt;\n        &lt;listener&gt;\n        &lt;listener-class&gt;com.emc.cma.cps.management.CPSContextListener&lt;\/listener-class&gt;\n    &lt;\/listener&gt;\n        &lt;listener&gt;\n        &lt;listener-class&gt;com.sun.xml.ws.transport.http.servlet.WSServletContextListener&lt;\/listener-class&gt;\n    &lt;\/listener&gt;\n    &lt;servlet&gt;\n        &lt;servlet-name&gt;AgentService&lt;\/servlet-name&gt;\n        &lt;servlet-class&gt;com.sun.xml.ws.transport.http.servlet.WSServlet&lt;\/servlet-class&gt;\n        &lt;load-on-startup&gt;1&lt;\/load-on-startup&gt;\n    &lt;\/servlet&gt;\n    &lt;servlet&gt;\n        &lt;servlet-name&gt;ContextRegistryService&lt;\/servlet-name&gt;\n        &lt;servlet-class&gt;com.sun.xml.ws.transport.http.servlet.WSServlet&lt;\/servlet-class&gt;\n        &lt;load-on-startup&gt;1&lt;\/load-on-startup&gt;\n    &lt;\/servlet&gt;\n    &lt;servlet&gt;\n        &lt;servlet-name&gt;ContentProcessingService&lt;\/servlet-name&gt;\n        &lt;servlet-class&gt;com.sun.xml.ws.transport.http.servlet.WSServlet&lt;\/servlet-class&gt;\n        &lt;load-on-startup&gt;1&lt;\/load-on-startup&gt;\n    &lt;\/servlet&gt;\n    &lt;servlet-mapping&gt;\n        &lt;servlet-name&gt;ContentProcessingService&lt;\/servlet-name&gt;\n        &lt;url-pattern&gt;\/ContentProcessingService&lt;\/url-pattern&gt;\n    &lt;\/servlet-mapping&gt;\n    &lt;servlet-mapping&gt;\n        &lt;servlet-name&gt;ContextRegistryService&lt;\/servlet-name&gt;\n        &lt;url-pattern&gt;\/runtime\/ContextRegistryService&lt;\/url-pattern&gt;\n    &lt;\/servlet-mapping&gt;\n\n    &lt;security-constraint&gt;\n        &lt;web-resource-collection&gt;\n            &lt;web-resource-name&gt;secured pages&lt;\/web-resource-name&gt;\n            &lt;url-pattern&gt;\/*&lt;\/url-pattern&gt;\n        &lt;\/web-resource-collection&gt;\n        &lt;user-data-constraint&gt;\n            &lt;transport-guarantee&gt;CONFIDENTIAL&lt;\/transport-guarantee&gt;\n        &lt;\/user-data-constraint&gt;\n    &lt;\/security-constraint&gt;\n&lt;\/web-app&gt;\n[xplore@full_text_server_01 configuration]$<\/pre>\n<p>&nbsp;<\/p>\n<p>Then simply start\/restart the remote CPS and this time, when you register it inside the PrimaryDsearch, you will get the success message!<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In a previous blog (see this one), I described how to setup a WildFly instance in HTTPS and I quickly mentioned something related to the CPS. When I wrote this previous blog, I was already aware of one specific issue that prevented the CPS to be usable but I didn&#8217;t want to mention it to [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[525],"tags":[1101,129,1102,118],"type_dbi":[],"class_list":["post-10126","post","type-post","status-publish","format-standard","hentry","category-enterprise-content-management","tag-cps","tag-documentum","tag-https","tag-jboss"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Documentum - Setup a CPS in HTTPS - Unable to register it - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Documentum - Setup a CPS in HTTPS - Unable to register it\" \/>\n<meta property=\"og:description\" content=\"In a previous blog (see this one), I described how to setup a WildFly instance in HTTPS and I quickly mentioned something related to the CPS. When I wrote this previous blog, I was already aware of one specific issue that prevented the CPS to be usable but I didn&#8217;t want to mention it to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-22T05:34:22+00:00\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"Documentum &#8211; Setup a CPS in HTTPS &#8211; Unable to register it\",\"datePublished\":\"2017-05-22T05:34:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/\"},\"wordCount\":994,\"commentCount\":0,\"keywords\":[\"CPS\",\"Documentum\",\"HTTPS\",\"JBoss\"],\"articleSection\":[\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/\",\"name\":\"Documentum - Setup a CPS in HTTPS - Unable to register it - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2017-05-22T05:34:22+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Documentum &#8211; Setup a CPS in HTTPS &#8211; Unable to register it\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\/\/blog.dbi-services.com\/author\/morgan-patou\/\",\"https:\/\/x.com\/MorganPatou\"],\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Documentum - Setup a CPS in HTTPS - Unable to register it - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/","og_locale":"en_US","og_type":"article","og_title":"Documentum - Setup a CPS in HTTPS - Unable to register it","og_description":"In a previous blog (see this one), I described how to setup a WildFly instance in HTTPS and I quickly mentioned something related to the CPS. When I wrote this previous blog, I was already aware of one specific issue that prevented the CPS to be usable but I didn&#8217;t want to mention it to [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/","og_site_name":"dbi Blog","article_published_time":"2017-05-22T05:34:22+00:00","author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"Documentum &#8211; Setup a CPS in HTTPS &#8211; Unable to register it","datePublished":"2017-05-22T05:34:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/"},"wordCount":994,"commentCount":0,"keywords":["CPS","Documentum","HTTPS","JBoss"],"articleSection":["Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/","url":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/","name":"Documentum - Setup a CPS in HTTPS - Unable to register it - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-05-22T05:34:22+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/documentum-setup-a-cps-in-https-unable-to-register-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Documentum &#8211; Setup a CPS in HTTPS &#8211; Unable to register it"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10126"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10126\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10126"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}