{"id":6741,"date":"2017-11-27T08:46:47","date_gmt":"2017-11-27T08:46:47","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=6741"},"modified":"2020-06-16T10:06:22","modified_gmt":"2020-06-16T14:06:22","slug":"ssl-support-for-core-zoom-operations","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/","title":{"rendered":"Enable SSL for Desktop Zoom Applications"},"content":{"rendered":"\n<p>Towards fortifying Zoom further against security vulnerabilities, from Zoom 7.0 onward we support SSL for desktop Zoom applications such as Asset Browser. This is in addition to the already available <a href=\"https:\/\/evolphin.com\/help\/faq-answers\/enable-ssl-for-zoom-webvab\/\">SSL support<\/a> on Zoom Preview Server and Zoom MAM Server.<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\"><em>From Zoom 7.1 onwards<\/em><\/span>, additional security measures have been added to the way SSL is set up. Now, during an SSL handshake, a hostname check is also performed. There is no change in the commercial SSL setup due to this modification.<\/p>\n\n\n\n<p>However, additional setup is needed for self-signed certificates. You have two options here:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Either, you need to create a new self-signed certificate that has all the needed hostnames defined in it. Click <a href=\"https:\/\/evolphin.com\/help\/docs\/ssl\/creating-a-self-signed-certificate-for-multiple-hostnames-ips\/\">here<\/a> to see an example of creating a new self-signed certificate to accommodate these changes.<\/li><li>Or, you could bypass the hostname check altogether. This method is described in the <a href=\"#certificate-setup\">Certificate Setup<\/a> below.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Enable SSL on each Zoom Server instance<\/h2>\n\n\n\n<div class=\"warning\">Stop services for Zoom in the order Curator, Preview, Zoom, and HADR services before continuing. Restart services for HADR, Zoom, Preview and Curator services in that order after completing the steps mentioned below.<\/div>\n\n\n\n<p>To enable SSL in Zoom desktop apps, do the following for each of the Zoom Server and Preview Server. Ignore the HADR peer section if HADR is not in use. If you have already enabled Zoom SSL support for Web Apps, some of the settings below may already be in effect.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">On each Zoom Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>On the Zoom Server,&nbsp;<span class=\"command\">navigate<\/span> to the conf folder in the Zoom Install directory (For Windows &#8211; <em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em> and for Linux &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>).<\/li><li><span class=\"command\">Open<\/span> <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code> and <span class=\"command\">update<\/span> the following tags: <ol style=\"list-style-type: lower-alpha;\"><li>Under <code>&lt;networkspec&gt;<\/code>,&nbsp;set <code>&lt;securePortEnabled&gt;<\/code> tag&nbsp;as <em>true<\/em><\/li><li>Under <code>&lt;networkspec&gt;<\/code>,&nbsp;set <code>&lt;securePort&gt;<\/code> tag&nbsp;as <em>9880<\/em> <figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png\"><img decoding=\"async\" border=\"2\" class=\"alignnone wp-image-6097 size-large\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png\" alt=\"Sample Server.xml\"><\/a><\/figure><\/li><li>Under <code>&lt;webserverspec&gt;<\/code>,&nbsp;set <code>&lt;useSslForDesktopClient&gt;<\/code> tag&nbsp;as <em>true<\/em><\/li><li>Under <code>&lt;webserverspec&gt;<\/code>,&nbsp;<code>&lt;sslPort&gt;<\/code>check tag&nbsp;is <em>9443<\/em><\/li><li>Under <code>&lt;webserverspec&gt;<\/code>,&nbsp;set <code>&lt;ssl&gt;<\/code> tag&nbsp;as <em>true<\/em> <figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a1.png\"><img decoding=\"async\" border=\"2\" class=\"alignnone wp-image-6097 size-large\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a1.png\" alt=\"Sample Server.xml\"><\/a><\/figure><\/li><li>If the LDAP server is not in use then skip this step. If LDAP server is in use, then under <code>&lt;ldapspec&gt;<\/code>,&nbsp;set <code>&lt;authspec&gt;&lt;ldapspec&gt;<\/code>, set <code>&lt;useSsl&gt;<\/code> tag&nbsp;as <em>true<\/em> <figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a21.png\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"292\" border=\"2\" class=\"alignnone wp-image-6889 size-full\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a21.png\" alt=\"\"><\/a><\/figure><div class=\"note\">If any of the tags specified above are not found, please add the tag under that relevant section.<\/div><\/li><\/ol><\/li><li><span class=\"command\">Save<\/span> changes to the <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code> file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">On each Preview Server\/Transcoder\/Ingest Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>On the Preview Server, <span class=\"command\">navigate<\/span> to the conf folder in the Zoom Install directory (For Windows &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em>&nbsp;and for Linux &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>).<\/li><li><span class=\"command\">Open<\/span>&nbsp;<code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code>&nbsp;and&nbsp;<span class=\"command\">update<\/span>&nbsp;the following tags: <ol style=\"list-style-type: lower-alpha;\"><li>Under&nbsp;<code>&lt;reviewserverspec&gt;&lt;ServerConnection&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;sslPort&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>8973<\/em><\/li><li>Under&nbsp;<code>&lt;reviewserverspec&gt;&lt;ServerConnection&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;enableSsl&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>true<\/em><\/li><li>Under&nbsp;<code>&lt;reviewserverspec&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;proxySslPort&gt; <\/code>&nbsp;tag&nbsp;as&nbsp;<em>8874<\/em><\/li><li>Under&nbsp;<code>&lt;reviewserverspec&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;useSslForDesktopClient&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>true<\/em> <figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a6.png\"><img loading=\"lazy\" decoding=\"async\" width=\"964\" height=\"260\" border=\"2\" class=\"alignnone wp-image-6888 size-full\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a6.png\" alt=\"\"><\/a><\/figure><\/li><\/ol><\/li><li><span class=\"command\">Save<\/span> changes to the <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code> file.<\/li><li>Now, <span class=\"command\">navigate<\/span> to the conf folder in Zoom Install directory (For Windows &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em> and for Linux &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>).<\/li><li><span class=\"command\">Open<\/span> <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">preview-server.xml<\/code> and <span class=\"command\">update<\/span> the tag <span style=\"font-family: Courier New;\">&lt;ZoomServerHostPort&gt;<\/span> to use <em>https<\/em> (eg.&nbsp;<span style=\"font-family: Courier New;\">&lt;ZoomServerHostPort&gt;<em>https<\/em>:\/\/[ZoomServerIP]:9880&lt;\/ZoomServerHostPort&gt;<\/span>).&nbsp;<span class=\"command\">Save<\/span> changes.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">On the Curator<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>On the Curator, <span class=\"command\">navigate<\/span> to the conf folder in the Zoom Install directory (For Windows &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em>&nbsp;and for Linux &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>).<\/li><li><span class=\"command\">Open<\/span>&nbsp;<code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code>&nbsp;and&nbsp;<span class=\"command\">update<\/span>&nbsp;the following tags: <ol style=\"list-style-type: lower-alpha;\"><li>For Zoom 7.3 onwards: <ol style=\"list-style-type: lower-roman;\"><li>Under&nbsp;<code>&lt;curatorSpec&gt;&lt;curatorConnection&gt;<\/code>, set <code>&lt;useSsl&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>true<\/em><\/li><li>Under&nbsp;<code>&lt;curatorSpec&gt;&lt;curatorConnection&gt;<\/code>, set&nbsp;<code>&lt;sslPort&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>8984<\/em> <figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/03\/img_5e83259f783fd.png\"><img loading=\"lazy\" decoding=\"async\" width=\"617\" height=\"303\" class=\"alignnone wp-image-14235 size-full\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/03\/img_5e83259f783fd.png\" alt=\"\"><\/a><\/figure><\/li><\/ol><\/li><li>For Zoom versions before 7.3: <ol style=\"list-style-type: lower-roman;\"><li>Under&nbsp;<code>&lt;ftsSpec&gt;<\/code>, set <code>&lt;sslEnabled&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>true<\/em><\/li><li>Under&nbsp;<code>&lt;ftsSpec&gt;<\/code>, set&nbsp;<code>&lt;sslPort&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>8984<\/em> <figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/04\/Screen-Shot-2017-04-06-at-10.18.13.png\"><img loading=\"lazy\" decoding=\"async\" width=\"589\" height=\"515\" border=\"2\" class=\"alignnone wp-image-6097\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/04\/Screen-Shot-2017-04-06-at-10.18.13-1024x894.png\" alt=\"\"><\/a><\/figure><\/li><\/ol><\/li><\/ol><\/li><li><span class=\"command\">Save<\/span> changes to the <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code> file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">On each Zoom&nbsp;HADR&nbsp;Peer<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>On each Zoom HADR Peer,&nbsp;<span class=\"command\">navigate<\/span> to the conf folder in the Zoom Install directory (For Windows &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em>&nbsp;and for Linux &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>).<\/li><li><span class=\"command\">Open<\/span>&nbsp;<code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code>&nbsp;and&nbsp;<span class=\"command\">update<\/span>&nbsp;the following tags: <ol style=\"list-style-type: lower-alpha;\"><li>Under&nbsp;<code>&lt;hadrspec&gt;&lt;hadrGroup&gt;&lt;peer&gt;&lt;networkSpec&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;securePortEnabled&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>true<\/em><\/li><li>Under&nbsp;<code>&lt;hadrspec&gt; &lt;networkSpec&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;securePort&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>9880<\/em><\/li><li>Under&nbsp;<code>&lt;hadrspec&gt;&lt;hadrGroup&gt;&lt;peer&gt;&lt;networkSpec&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;hadrPortSecured&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>true<\/em><\/li><li>Under&nbsp;<code>&lt;hadrspec&gt;&lt;hadrGroup&gt;&lt;peer&gt;&lt;networkSpec&gt;<\/code>,&nbsp;set&nbsp;<code>&lt;fileTransferProtocol&gt;<\/code>&nbsp;tag&nbsp;as&nbsp;<em>https<\/em> <figure><a href=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a5.png\"><img decoding=\"async\" border=\"2\" class=\"alignnone wp-image-6097 size-large\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a5.png\" alt=\"Sample Server.xml\"><\/a><\/figure><\/li><\/ol><\/li><li><span class=\"command\">Save<\/span> changes to the <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">server.xml<\/code> file.<\/li><li>Again, on each Zoom HADR Peer, <span class=\"command\">navigate<\/span> to the conf folder in Zoom Install directory (For Windows &#8211; <em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em> and for Linux &#8211; <em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>).<\/li><li><span class=\"command\">Open<\/span> <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">filetransfer-spec.xml<\/code> and <span class=\"command\">update<\/span> the following tags: <ol style=\"list-style-type: lower-alpha;\"><li>Set <code>&lt;sslPort&gt;<\/code> tag as <em>8874<\/em><\/li><li>Set <code>&lt;ssl&gt;<\/code> tag as <em>true<\/em> <\/li><\/ol><\/li><li><span class=\"command\">Save<\/span> changes to&nbsp;<code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">filetransfer-spec.xml<\/code> file.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Certificate Setup<\/h2>\n\n\n\n<div class=\"warning\">Before setting up the SSL certificates on servers, stop services for Zoom in the order Curator, Preview, Zoom, and HADR services. Restart services in the reverse order after the server-side setup is complete. Similarly, stop the Zoom Client Proxy processes on the client machine before setting up the SSL certificates (only for self-signed certificate). Stop watchdog.exe and then zmclientproxy.exe in that order. After the certificates are set up, start watchdog.exe and then zmclientproxy.exe in that order.<\/div>\n\n\n\n<div class=\"warning\">For any serious deployment consider setting up commercial certificates signed by valid certificate authorities this will ensure you do not have to set up certificates on each client workstation.<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">With a commercial certificate<\/h3>\n\n\n\n<p><span class=\"command\">Copy<\/span> the certificate file to the conf folder in the Zoom Install directory (For Windows &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em> and for Linux &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>) for each server machine.<\/p>\n\n\n\n<p>Now, save the password&nbsp;provided with&nbsp;the SSL certificate in each of the&nbsp;Zoom modules as follows:<\/p>\n\n\n\n<div class=\"note\">The number used at the end of the java parameter may be different in your file. Do not change this number. Only look for the property name. In the eg., <code>wrapper.java.additional.12=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code>, look for the property name, <code>Dzoom.ssl.keystore.pass<\/code>.<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Zoom Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder,&nbsp;<span class=\"command\">open<\/span> file<code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">wrapper.conf<\/code><\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.13=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Preview Server\/Transcoder\/Ingest Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder, <span class=\"command\">open<\/span> file <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">preview-server.conf<\/code><\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.13=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Curator<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder, <span class=\"command\">open<\/span> file <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">curator-server.conf<\/code><\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.13=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">File Transfer Server (HADR)<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder, <span class=\"command\">open<\/span> file <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">hadr-filetransfer.conf<\/code><\/li><li><span class=\"command\">Set<\/span> these two properties for the location: <p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.13=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><div class=\"warning\">Set these properties for each HADR peer.<\/div><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Client Systems<\/h4>\n\n\n\n<p>No setup needed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">With a self-signed certificate (not recommended)<\/h3>\n\n\n\n<p>For each server in your Zoom setup (Zoom MAM Server, Preview Server, all HADR peers, Ingest Server, Transcoders, and other such servers) and each Zoom Client machine, set up the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><span class=\"command\">Copy<\/span> the certificate file to the conf folder in the Zoom install directory (For Windows &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\\conf<\/span><\/em> and for Linux &#8211;&nbsp;<em><span style=\"font-family: Courier New;\">[ZoomInstallDir]\/conf<\/span><\/em>).<\/li><li>The certificate information also needs to be set up&nbsp;in the&nbsp;<span style=\"text-decoration: underline;\">zoom.properties file for each of these machines<\/span>: <ol style=\"list-style-type: lower-alpha;\"><li>From the user folder (..\/users\/$user\/.zm\/), <span class=\"command\">open<\/span> <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">zoom.properties<\/code>&nbsp;(make sure the hidden files are visible to view the .zm folder).<\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>ZOOM_SSL_TRUSTSTORE_PATH=&lt;SSL Certificate file's location inside the Zoom Installation Folder&gt;<\/code><\/p><p><code>ZOOM_SSL_TRUSTSTORE_PASSWORD=&lt;actual password&gt;<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol><\/li><\/ol>\n\n\n\n<p>The location of the certificate file and its Keystore password also needs to be saved on each of the Zoom machines as shown below:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Zoom Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder, <span class=\"command\">open<\/span> file <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">wrapper.conf<\/code><\/li><li>Set these two properties: <p><code>wrapper.java.additional.11=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Preview Server\/Transcoder\/Ingest Server<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder, <span class=\"command\">open<\/span> file <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">preview-server.conf<\/code><\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>wrapper.java.additional.11=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Curator<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder, <span class=\"command\">open<\/span> file <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">curator-server.conf<\/code><\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>wrapper.java.additional.11=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">File Transfer Server (HADR)<\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>From the conf folder, <span class=\"command\">open<\/span> file <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">hadr-filetransfer.conf<\/code><\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>wrapper.java.additional.11=-Dzoom.ssl.keystore.path=&lt;SSL Certificate file location relative to the Zoom Install directory&gt;<\/code><\/p><p><code>wrapper.java.additional.12=-Dzoom.ssl.keystore.pass=&lt;actual password&gt;<\/code><\/p><div class=\"warning\">Set these properties for each HADR peer.<\/div><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Client Systems<\/h4>\n\n\n\n<p>As described above, the certificate needs to be copied to the conf folder in the Zoom install directory (For Windows &#8211;&nbsp;<em>[ZoomInstallDir]\\conf<\/em> and for Linux &#8211;&nbsp;<em>[ZoomInstallDir]\/conf<\/em>). The certificate information also needs to be set up&nbsp;in the&nbsp;<span style=\"text-decoration: underline;\">zoom.properties file&nbsp;for each client machine&nbsp;in your Zoom setup<\/span>.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>From the user folder (..\/users\/$user\/.zm\/), <span class=\"command\">open<\/span> <code style=\"padding: 2px 4px; border-radius: 4px; color: #c7254e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; white-space: nowrap; box-sizing: border-box; background-color: #f9f2f4;\">zoom.properties<\/code>\u00a0(make sure the hidden files are visible to view the .zm folder).<\/li><li><span class=\"command\">Set<\/span> these two properties: <p><code>ZOOM_SSL_TRUSTSTORE_PATH=&lt;SSL Certificate file's absolute location>ZOOM_SSL_TRUSTSTORE_PASSWORD=&lt;actual password><\/code><\/p><\/li><li>For Zoom 7.1 onwards, <span style=\"text-decoration: underline;\">if you are setting up a new SSL certificate without hostnames<\/span>, then\u00a0<strong>add<\/strong> a new property: <p><code>DISABLE_SECURE_HOSTNAME_VERIFIER=true<\/code><\/p><div class=\"warning\"><p>When upgrading to Zoom 7.1+, it is recommended to generate a\u00a0new self-signed certificate that also has hostname definitions. You do not need to follow step 3 in this case.<\/p><span style=\"font-size: 1rem; font-weight: inherit;\">If you want to proceed without hostname definitions, then you would need to skip hostname check on each Zoom Client. This is done in step 3 above.<\/span><\/div><\/li><li>From Zoom 7.6.1 onwards, <span style=\"text-decoration: underline;\">if you are using a self-signed SSL certificate with the AWS C3<\/span> on a Zoom Client machine, then\u00a0<strong>add<\/strong> a new property:<p><code>SELF_SIGN_SSL_CERT=true<\/code><\/p><\/li><li><strong>Save<\/strong> and <strong>close<\/strong> the file.<\/li><\/ol>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Towards fortifying Zoom further against security vulnerabilities, from Zoom 7.0 onward we support SSL for desktop Zoom applications such as Asset Browser. This is in addition to the already available SSL support on Zoom Preview Server and Zoom MAM Server. From Zoom 7.1 onwards, additional security measures have been added to the way SSL is [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[135],"tags":[13],"class_list":["post-6741","post","type-post","status-publish","format-standard","hentry","category-ssl","tag-zoom-7"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Enable SSL for Desktop Zoom Applications - Evolphin Documentation<\/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:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enable SSL for Desktop Zoom Applications - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Towards fortifying Zoom further against security vulnerabilities, from Zoom 7.0 onward we support SSL for desktop Zoom applications such as Asset Browser. This is in addition to the already available SSL support on Zoom Preview Server and Zoom MAM Server. From Zoom 7.1 onwards, additional security measures have been added to the way SSL is [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-27T08:46:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-16T14:06:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Enable SSL for Desktop Zoom Applications\",\"datePublished\":\"2017-11-27T08:46:47+00:00\",\"dateModified\":\"2020-06-16T14:06:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/\"},\"wordCount\":1417,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/a4.png\",\"keywords\":[\"zoom 7\"],\"articleSection\":[\"SSL\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/\",\"name\":\"Enable SSL for Desktop Zoom Applications - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/a4.png\",\"datePublished\":\"2017-11-27T08:46:47+00:00\",\"dateModified\":\"2020-06-16T14:06:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/a4.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/a4.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/ssl-support-for-core-zoom-operations\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enable SSL for Desktop Zoom Applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Enable SSL for Desktop Zoom Applications - Evolphin Documentation","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:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/","og_locale":"en_US","og_type":"article","og_title":"Enable SSL for Desktop Zoom Applications - Evolphin Documentation","og_description":"Towards fortifying Zoom further against security vulnerabilities, from Zoom 7.0 onward we support SSL for desktop Zoom applications such as Asset Browser. This is in addition to the already available SSL support on Zoom Preview Server and Zoom MAM Server. From Zoom 7.1 onwards, additional security measures have been added to the way SSL is [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/","og_site_name":"Evolphin Documentation","article_published_time":"2017-11-27T08:46:47+00:00","article_modified_time":"2020-06-16T14:06:22+00:00","og_image":[{"url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png","type":"","width":"","height":""}],"author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Enable SSL for Desktop Zoom Applications","datePublished":"2017-11-27T08:46:47+00:00","dateModified":"2020-06-16T14:06:22+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/"},"wordCount":1417,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png","keywords":["zoom 7"],"articleSection":["SSL"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/","url":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/","name":"Enable SSL for Desktop Zoom Applications - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png","datePublished":"2017-11-27T08:46:47+00:00","dateModified":"2020-06-16T14:06:22+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/#primaryimage","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2017\/11\/a4.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/ssl-support-for-core-zoom-operations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Enable SSL for Desktop Zoom Applications"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/6741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=6741"}],"version-history":[{"count":2,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/6741\/revisions"}],"predecessor-version":[{"id":15314,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/6741\/revisions\/15314"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=6741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=6741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=6741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}