-
Interactive DashboardsCreate interactive BI dashboards with dynamic visuals.
-
End-User BI ReportsCreate and deploy enterprise BI reports for use in any vertical.
-
Wyn AlertsSet up always-on threshold notifications and alerts.
-
Localization SupportChange titles, labels, text explanations, and more.
-
Wyn ArchitectureA lightweight server offers flexible deployment.
-
Wyn Enterprise 7.1 is ReleasedThis release emphasizes Wyn document embedding and enhanced analytical express...
-
Choosing an Embedded BI Solution for SaaS ProvidersAdding BI features to your applications will improve your products, better serve your customers, and more. But where to start? In this guide, we discuss the many options.
-
Embedded BIEmbed reporting & analytics within your own custom apps.
-
Self-ServiceEnable users to create custom ad hoc reports and dashboards.
-
MultitenancyEnhance your SaaS apps with a multitenant BI platform.
-
Data Governance and ModelingTransform raw data into insights quickly to reveal trends.
-
Scheduled DistributionSend data insights via scheduled email and chat notifications.
-
Extensible SecurityWyn delivers extensible security for your access control needs.
-
Visual GalleryInteractive sample dashboards and reports.
-
BlogExplore Wyn, BI trends, and more.
-
WebinarsDiscover live and on-demand webinars.
-
Customer SuccessVisualize operational efficiency and streamline manufacturing processes.
-
Knowledge BaseGet quick answers with articles and guides.
-
VideosVideo tutorials, trends and best practices.
-
WhitepapersDetailed reports on the latest trends in BI.
-
Choosing an Embedded BI Solution for SaaS ProvidersAdding BI features to your applications will impr...
-
How to refresh a HTTPS cerfiticate when unaccessable
In this article we will go through the process of reinstating the https certification for a builtin https setup of Wyn.
A possible need to do this would be due to an error in the process of the certificate being made for the wyn or its setup, or the certification expiring while the box is still up and running.
In either case there are signs of a cyclical login issue where you can not login properly, or the site not being accessible via the https address and needing to access it via IP etc. over http.
Here are the following steps to reinstate the https certificate and get the system back up and running.
First, You will need to access the wyn.conf in the file network of the deployment. Copy it as a backup to refer to for future use if needed.
From there you will see a section in the conf inside of the Server node.
<BuiltInHttps>
<EnableBuiltInHttps>true</EnableBuiltInHttps>
<EnableHttpsDefaultPort>true</EnableHttpsDefaultPort> <!-- if using 443 or not -->
<Certificate>
<Path>PATHONSERVERTOCERT</Path>
<Password>PASSWORDFORCERT</Password>
</Certificate>
</BuiltInHttps>
You will want to switch the true in EnableBuiltInHttps
to false.
After this you need to change the identity server node to localhost or the ip of the machine with 51980 as the port so we can access the machine over http.
<IdentityServerUrl>http://localhost:51980</IdentityServerUrl>
After this is switched you will need to flip Wyn on and off again so that the conf changes take effect and bring Wyn up in http on the local/ip access.
From there you will need to access the Wyn site to go through the process of adding the cert back on via the GUI in the admin portal as seen in this doc: https://docs.wynenterprise.com/docs/administration-guide/Get-Started-with-Administering-Wyn-Enterprise/Deploying-Wyn-Enterprise-with-HTTPS
Sometimes you may need to go to an in private browser to access the sited to get past cookies that may make it load wrong until you have it configured correctly again.
The general process is uploading the cert pfx file to Wyn, then configuring the password and identity server to match what you have int he certification. Then toggle if you are using 443 or not.
After this save and when the server comes back up you will be able to access it as normal on https.