{"id":3741,"date":"2019-03-25T17:45:44","date_gmt":"2019-03-25T20:45:44","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/generating-a-test-certificate-for-https\/"},"modified":"2019-05-29T10:21:43","modified_gmt":"2019-05-29T13:21:43","slug":"generating-a-test-certificate-for-https","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/","title":{"rendered":"Generating a test certificate for HTTPS."},"content":{"rendered":"<div align=\"justify\">\n<p><b>Question:<\/b><\/p>\n<p>How can I generate a test certificate for HTTPS?<\/p>\n<p><b>Solution:<\/b><\/p>\n<p>The HTTPS protocol is implemented in Elipse Mobile via a widely known library called OPENSSL.<\/p>\n<p>To create a test certificate, open a command prompt as an Administrator.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/1.png\" alt=\"\" width=\"380\" height=\"434\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>Then go to the installation directory in <b>Tools <\/b>folder.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/2.png\" alt=\"\" width=\"550\" height=\"190\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>Run <i>make_certificate.bat<\/i>.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/3.png\" alt=\"\" width=\"550\" height=\"346\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>The program will request information to create the certificate. To accept the default value (at <i>openssl.cfg file<\/i>), just press <b>Enter<\/b>. You will need to input the address of the domain to be used. See the images below.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/4.png\" alt=\"\" width=\"550\" height=\"359\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>The certificate and the server&#8217;s private key are generated in the same folder. These files can be renamed.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/5.png\" alt=\"\" width=\"550\" height=\"258\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>Then, just add the certificate to Elipse Mobile Server. To set it up, open <b>Settings <\/b>menu.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/6.png\" alt=\"\" width=\"320\" height=\"275\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>Then, check the <b>Enable secure connections<\/b> option and import the file created in <b>Tools <\/b>folder.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/7.png\" alt=\"\" width=\"438\" height=\"500\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>&nbsp;<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/8.png\" alt=\"\" width=\"550\" height=\"423\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>&nbsp;<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/9.png\" alt=\"\" width=\"550\" height=\"423\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>The files are copied to the main folder. Delete the files generated in <b>Tools <\/b>folder, <i>my_test_cert<\/i> and <i>my_test_privkey.key<\/i>. Don&#8217;t share your private key with anyone. Restart the Server:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/10.png\" alt=\"\" width=\"540\" height=\"242\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>When the domain outlined in the certificate (in the example, <b>https:\/\/thiago.elipse.com.br<\/b>) is opened in the browser, a message is displayed informing you the certificate&#8217;s origin is suspect, which happens because the certificate is self-signed. After this message, proceed anyway.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/11.png\" alt=\"\" width=\"520\" height=\"500\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>&nbsp;<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/12.png\" alt=\"\" width=\"502\" height=\"500\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>From this moment on, the Elipse Mobile will be running in HTTPS. The data is encrypted on the internet even with the test certificate, and the server will no longer answer to the HTTP protocol. There are two exceptions: 1. When login is automatically redirected when the address doesn&#8217;t include HTTP; and 2. When downloading the certificate to be installed in the devices.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Question: How can I generate a test certificate for HTTPS? Solution: The HTTPS protocol is implemented in Elipse Mobile via a widely known library called OPENSSL. To create a test&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[834],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Generating a test certificate for HTTPS. - Elipse Knowledgebase<\/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:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Generating a test certificate for HTTPS.\" \/>\n<meta property=\"og:description\" content=\"Question: How can I generate a test certificate for HTTPS? Solution: The HTTPS protocol is implemented in Elipse Mobile via a widely known library called OPENSSL. To create a test&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:45:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-29T13:21:43+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/1.png\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Generating a test certificate for HTTPS.\",\"datePublished\":\"2019-03-25T20:45:44+00:00\",\"dateModified\":\"2019-05-29T13:21:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/\"},\"wordCount\":286,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Elipse Mobile\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/\",\"name\":\"[:pt]Generating a test certificate for HTTPS.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:45:44+00:00\",\"dateModified\":\"2019-05-29T13:21:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generating a test certificate for HTTPS.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Generating a test certificate for HTTPS. - Elipse Knowledgebase","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:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Generating a test certificate for HTTPS.[:] - Elipse Knowledgebase","og_description":"Question: How can I generate a test certificate for HTTPS? Solution: The HTTPS protocol is implemented in Elipse Mobile via a widely known library called OPENSSL. To create a test&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:45:44+00:00","article_modified_time":"2019-05-29T13:21:43+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5441\/1.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Generating a test certificate for HTTPS.","datePublished":"2019-03-25T20:45:44+00:00","dateModified":"2019-05-29T13:21:43+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/"},"wordCount":286,"commentCount":1,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Elipse Mobile"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/","url":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/","name":"[:pt]Generating a test certificate for HTTPS.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:45:44+00:00","dateModified":"2019-05-29T13:21:43+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/generating-a-test-certificate-for-https\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Generating a test certificate for HTTPS."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3741"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=3741"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3741\/revisions"}],"predecessor-version":[{"id":6148,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3741\/revisions\/6148"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=3741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=3741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=3741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}