{"id":4251,"date":"2015-12-14T15:55:54","date_gmt":"2015-12-14T15:55:54","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=4251"},"modified":"2015-12-14T15:55:54","modified_gmt":"2015-12-14T15:55:54","slug":"enable-ssl-for-zoom-webvab","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/","title":{"rendered":"Enable SSL for Zoom Web Clients &amp; Web APIs"},"content":{"rendered":"<div>Zoom MAM Server and Preview Server support communication using TLS\/SSL. Typically, Zoom users access these servers through the following:<\/div>\n<div>\u00a0<\/div>\n<div>\n<div>&#8211; Browsers, to view the Web Management console or to open Zoom Web Client Apps\u00a0<\/div>\n<div>&#8211; Desktop Asset Browser, Zoom Client Proxy, Zoom Preview Server, to execute Web APIs<\/div>\n<div>\u00a0<\/div>\n<div>The steps to <span id=\"efc78a68-016e-44f6-862a-5e0ef6fb808d\" class=\"GINGER_SOFTWARE_mark\">set up<\/span> SSL support for Web Apps are as below. Please refer to the <a href=\"https:\/\/evolphin.com\/help\/docs\/ssl-support-for-core-zoom-operations\/\">article here<\/a> for enabling SSL support for desktop apps:<\/div>\n<div>\u00a0<\/div>\n<ol>\n<li><strong>Import<\/strong> a valid SSL certificate\n<p>It is strongly recommended to use a certificate signed by a trusted Certification Authority (CA). The certificate needs to be imported into a Java Key Store (JKS file). <\/p>\n<p>Use OpenSSL, for example, on a Linux server:<\/p>\n<p><code class=\"\">openssl pkcs12 -export -chain -CAfile gd_bundle-g2-g1.crt -in 8f27f367f76229a2.crt -inkey demo.evolphin.com.key <br \/>\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 -out demo.evolphin.com.jks -name &lt;alias of your domain&gt; -passout pass:&lt;password&gt;<span class=\"command\"><br \/>\n<\/span><\/code><\/p>\n<p><strong>Import<\/strong> a root or intermediate CA certificate to an existing Java keystore using Java keytool:<\/p>\n<p><code class=\"\">keytool -import -trustcacerts -alias root -file Thawte.crt -keystore demo.evolphin.com.jks<\/code><\/p>\n<p><strong>Import<\/strong> a signed primary certificate to an existing Java keystore using Java keytool:<\/p>\n<p><code class=\"\">keytool -import -trustcacerts -alias mydomain -file mydomain.crt -keystore demo.evolphin.com.jks<\/code><\/p>\n<p>\nThe above commands are just for illustration, please consult the standard Java documentation on importing your certificate format into a JKS.<\/p>\n<\/li>\n<li><strong>Configure<\/strong> Zoom to use the generated SSL certificate in your Java Key Store (JKS) file\n<p>\n<strong>Add<\/strong> the following properties to <span class=\"keyword\">wrapper.conf<\/span> &amp; <span class=\"keyword\">preview-server.conf<\/span><strong>\u00a0<\/strong>located under <code class=\"\">&lt;ZoomInstallDir&gt;\/conf<\/code> (Linux) or <code class=\"\">&lt;ZoomInstallDir&gt;\\DAM\\conf<\/code> (Windows) directory.<\/p>\n<p><code class=\"\">-<span id=\"01def537-d79e-490b-984d-a3ac8fcc74d7\" class=\"GINGER_SOFTWARE_mark\">Dzoom<\/span><span id=\"b272916e-85ef-437b-b634-18af9d46d9b1\" class=\"GINGER_SOFTWARE_mark\">.<\/span><span id=\"c0fdaaf4-d332-419c-9dea-0878f2fece84\" class=\"GINGER_SOFTWARE_mark\">ssl<\/span><span id=\"ad960356-440b-4f95-87cb-4e032424a1ae\" class=\"GINGER_SOFTWARE_mark\">.<\/span><span id=\"e31c8c67-4ada-4141-9dde-97c61a0d83be\" class=\"GINGER_SOFTWARE_mark\">keystore<\/span><span id=\"a2452b1e-e5fd-47e6-89d9-c49fc4e0e6c5\" class=\"GINGER_SOFTWARE_mark\">.<\/span>path=<span id=\"7806f2b9-50fa-4221-bf59-8eacd5c95ea8\" class=\"GINGER_SOFTWARE_mark\">conf<\/span>\/demo.evolphin.com.jks\u00a0 # this is relative to the zoom install directory<\/code><br \/>\n<code class=\"\">-<span id=\"39b4e9ff-f322-4942-b194-c1ce14f0b9d2\" class=\"GINGER_SOFTWARE_mark\">Dzoom<\/span><span id=\"ea1a30be-6dc5-4786-8c47-604103fbc244\" class=\"GINGER_SOFTWARE_mark\">.<\/span><span id=\"2104b40f-3f7b-4348-b3af-3c8ad78162f5\" class=\"GINGER_SOFTWARE_mark\">ssl<\/span><span id=\"54207673-85f4-4863-88eb-6129d765cb79\" class=\"GINGER_SOFTWARE_mark\">.<\/span><span id=\"92687e47-6d9f-4d11-9963-af2b73eec6c9\" class=\"GINGER_SOFTWARE_mark\">keystore<\/span><span id=\"218dac1a-8299-4ec7-a83f-78acc95a41fd\" class=\"GINGER_SOFTWARE_mark\">.<\/span>pass=&lt;password&gt;<\/code><\/p>\n<p>The first property specifies the path of your Java\u00a0<span id=\"939d8972-f756-4c38-9e18-4cfa52426163\" class=\"GINGER_SOFTWARE_mark\">key store<\/span> file,\u00a0and the second supplies the password used while generating the private key used to encrypt the certificate. You can use the same <span id=\"71c46176-4ead-4e61-ac7f-01e55ab12c22\" class=\"GINGER_SOFTWARE_mark\">SSL<\/span> certificate for both Zoom MAM Server and Preview Server or generate separate ones.<\/p>\n<\/li>\n<li><strong>Verify<\/strong> the imported certificate:\n<p><strong>Run<\/strong> this command and <strong>verify<\/strong> the results in <span class=\"keyword\">result.txt<\/span><\/p>\n<p><code class=\"\">keytool -list -v -keystore demo.evolphin.com.jks &gt; result.txt<\/code><\/li>\n<li><strong>Stop<\/strong> all the Zoom services. <strong>Enable<\/strong> SSL through the\u00a0<span class=\"keyword\">server.xml<\/span> in <code class=\"\" style=\"font-size: 14px;\">&lt;zoomInstallDir&gt;\/conf<\/code>\u00a0modifying the sections highlighted below.<\/li>\n<li><em><span style=\"text-decoration: underline;\">Curator-Zoom Server<\/span><\/em> connection will still be on the non-SSL port. Ensure that server.xml has the following settings.\n<p id=\"PLavWdA\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8567\" style=\"border: 2px solid black;\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4360598474.png\" alt=\"\" width=\"800\" height=\"604\" \/><\/p>\n<\/li>\n<li><em><span style=\"text-decoration: underline;\">Zoom-Preview Server SSL connection<\/span><\/em>:\n<p id=\"jbSPbEA\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8568\" style=\"border: 2px solid black;\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af43623e7c2d.png\" alt=\"\" width=\"800\" height=\"431\" \/><\/p>\n<\/li>\n<li><em><span style=\"text-decoration: underline;\">Web APIs and Zoom MAM Server SSL connection<\/span><\/em>:\n<p id=\"qzDjthJ\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8569\" style=\"border: 2px solid black;\" src=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4363b1cca0.png\" alt=\"\" width=\"800\" height=\"371\" \/><\/p>\n<\/li>\n<li><strong>Save<\/strong> the changes made in server.xml.<\/li>\n<li><strong>Start<\/strong> the Zoom Server, Curator\/Solr Server, and\u00a0Preview\u00a0Server services.<\/li>\n<li><span style=\"text-decoration: underline;\"><strong>Block<\/strong> non-SSL ports (8443, 8873) and <strong>open<\/strong> the SSL ports (9443, 8973) in the firewall. Also, <strong>make sure<\/strong> 8983 is open.<\/span> <strong>Save<\/strong> changes and <strong>restart<\/strong> the firewall service.\n<p>Example:\u00a0sudo iptables -A INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 8443 -j REJECT<\/p>\n<\/li>\n<li><strong>Try<\/strong>\u00a0connecting to the Web Management Console\u00a0through a browser using &#8220;<span id=\"eb1f27c8-1ade-401a-8cf3-5b769f096691\" class=\"GINGER_SOFTWARE_mark\">https<\/span><span id=\"6114f0c2-86f8-4fe5-b0c7-d28d3e21f827\" class=\"GINGER_SOFTWARE_mark\">:<\/span>\/\/<span id=\"49ee2479-5e60-4788-a9ed-2991780be59f\" class=\"GINGER_SOFTWARE_mark\">zm<\/span>-server<span id=\"0d5ccfac-55d1-488e-b044-1e7364d780d4\" class=\"GINGER_SOFTWARE_mark\">:<\/span>9443\/&#8221;. If your SSL certificate is self-signed, then you will be prompted with a security alert. <strong>Accept<\/strong> and <strong>proceed<\/strong> with the connection.\u00a0<\/li>\n<\/ol>\n<div>\u00a0<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Zoom MAM Server and Preview Server support communication using TLS\/SSL. Typically, Zoom users access these servers through the following: \u00a0 &#8211; Browsers, to view the Web Management console or to open Zoom Web Client Apps\u00a0 &#8211; Desktop Asset Browser, Zoom Client Proxy, Zoom Preview Server, to execute Web APIs \u00a0 The steps to set up [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","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":"","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":[],"class_list":["post-4251","post","type-post","status-publish","format-standard","hentry","category-ssl"],"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 Zoom Web Clients &amp; Web APIs - 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\/enable-ssl-for-zoom-webvab\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enable SSL for Zoom Web Clients &amp; Web APIs - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Zoom MAM Server and Preview Server support communication using TLS\/SSL. Typically, Zoom users access these servers through the following: \u00a0 &#8211; Browsers, to view the Web Management console or to open Zoom Web Client Apps\u00a0 &#8211; Desktop Asset Browser, Zoom Client Proxy, Zoom Preview Server, to execute Web APIs \u00a0 The steps to set up [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2015-12-14T15:55:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4360598474.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=\"3 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\\\/enable-ssl-for-zoom-webvab\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Enable SSL for Zoom Web Clients &amp; Web APIs\",\"datePublished\":\"2015-12-14T15:55:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/\"},\"wordCount\":405,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/img_5af4360598474.png\",\"articleSection\":[\"SSL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/\",\"name\":\"Enable SSL for Zoom Web Clients &amp; Web APIs - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/img_5af4360598474.png\",\"datePublished\":\"2015-12-14T15:55:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/#primaryimage\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/img_5af4360598474.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/img_5af4360598474.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/administration-server\\\/ssl\\\/enable-ssl-for-zoom-webvab\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enable SSL for Zoom Web Clients &amp; Web APIs\"}]},{\"@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 Zoom Web Clients &amp; Web APIs - 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\/enable-ssl-for-zoom-webvab\/","og_locale":"en_US","og_type":"article","og_title":"Enable SSL for Zoom Web Clients &amp; Web APIs - Evolphin Documentation","og_description":"Zoom MAM Server and Preview Server support communication using TLS\/SSL. Typically, Zoom users access these servers through the following: \u00a0 &#8211; Browsers, to view the Web Management console or to open Zoom Web Client Apps\u00a0 &#8211; Desktop Asset Browser, Zoom Client Proxy, Zoom Preview Server, to execute Web APIs \u00a0 The steps to set up [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/","og_site_name":"Evolphin Documentation","article_published_time":"2015-12-14T15:55:54+00:00","og_image":[{"url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4360598474.png","type":"","width":"","height":""}],"author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Enable SSL for Zoom Web Clients &amp; Web APIs","datePublished":"2015-12-14T15:55:54+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/"},"wordCount":405,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4360598474.png","articleSection":["SSL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/","url":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/","name":"Enable SSL for Zoom Web Clients &amp; Web APIs - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#primaryimage"},"image":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#primaryimage"},"thumbnailUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4360598474.png","datePublished":"2015-12-14T15:55:54+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#primaryimage","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4360598474.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2018\/05\/img_5af4360598474.png"},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/administration-server\/ssl\/enable-ssl-for-zoom-webvab\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Enable SSL for Zoom Web Clients &amp; Web APIs"}]},{"@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\/4251","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=4251"}],"version-history":[{"count":0,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/4251\/revisions"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=4251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=4251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=4251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}