<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[setup ssl certificate]]></title><description><![CDATA[<p>Hi,<br />
i set up a jsreport server on a windows 2019 server. It seems to be running good ... but some technical issues i have already:</p>
<p>I tried to set up a SSL Certificate to make it callable with https. I think the jsreport server will deliver the certificate to the clients?<br />
I found a forum topic with google and so I changed config file to:<br />
'httpPort&quot;: 5488,<br />
&quot;certificate &quot;: {<br />
		&quot;cert&quot;: &quot;cert_mycrtfile.crt&quot;<br />
},</p>
<p>I only got an crt  file from my ssl provider, could this so work ? I dont know and i dont found any documentation - the log file isnt helpfull</p>
<p>Can someone give some hints or can give some links to the correct help or documentation?</p>
]]></description><link>https://forum.jsreport.net/topic/2209/setup-ssl-certificate</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 04:32:20 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/2209.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Nov 2021 07:00:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to setup ssl certificate on Invalid Date]]></title><description><![CDATA[<p>Hi,<br />
i set up a jsreport server on a windows 2019 server. It seems to be running good ... but some technical issues i have already:</p>
<p>I tried to set up a SSL Certificate to make it callable with https. I think the jsreport server will deliver the certificate to the clients?<br />
I found a forum topic with google and so I changed config file to:<br />
'httpPort&quot;: 5488,<br />
&quot;certificate &quot;: {<br />
		&quot;cert&quot;: &quot;cert_mycrtfile.crt&quot;<br />
},</p>
<p>I only got an crt  file from my ssl provider, could this so work ? I dont know and i dont found any documentation - the log file isnt helpfull</p>
<p>Can someone give some hints or can give some links to the correct help or documentation?</p>
]]></description><link>https://forum.jsreport.net/post/9631</link><guid isPermaLink="true">https://forum.jsreport.net/post/9631</guid><dc:creator><![CDATA[Sebastian Neubner]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to setup ssl certificate on Invalid Date]]></title><description><![CDATA[<p>The config can look like this:</p>
<pre><code>&quot;httpsPort&quot;: 443,
&quot;certificate&quot;: {
  &quot;key&quot;: &quot;xxx.key&quot;,
  &quot;cert&quot;: &quot;xxx.cert&quot;
}
</code></pre>
<p><a href="https://jsreport.net/learn/configuration#web-server-configuration" rel="nofollow">https://jsreport.net/learn/configuration#web-server-configuration</a></p>
<p>Note that while this will let you listen jsreport(nodejs) on the ssl port ad secure the connection, it isn't used so much these days. The cloud providers like azure/aws typically provide a simple way to use https and proxy already secured requests to the services (like jsreport) listening on the plain http. Or there is an extra web server like nginx in the infrastructure that has ssl setup and reverse proxy to the jsreport also just plain http.</p>
]]></description><link>https://forum.jsreport.net/post/9632</link><guid isPermaLink="true">https://forum.jsreport.net/post/9632</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to setup ssl certificate on Invalid Date]]></title><description><![CDATA[<p>I found the configuration part in the docu and maked it work.<br />
It have to been set a httpsPort also.<br />
With a single crt File it dont work on Windows Server the certificate can be exported to a pfx and this can be used for the server.</p>
<p>Topic closed :-) :-)</p>
]]></description><link>https://forum.jsreport.net/post/9633</link><guid isPermaLink="true">https://forum.jsreport.net/post/9633</guid><dc:creator><![CDATA[Sebastian Neubner]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to setup ssl certificate on Invalid Date]]></title><description><![CDATA[<p>Oh i was to late, thanks for your time and help ;-)</p>
]]></description><link>https://forum.jsreport.net/post/9634</link><guid isPermaLink="true">https://forum.jsreport.net/post/9634</guid><dc:creator><![CDATA[Sebastian Neubner]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>