Switching from HTTP to HTTPS App Server

Hi all,

currently our PEGA runs on JBOSS Redhat AppServer with HTTP. We are planing to migrate to a HTTPS server and wondering if there is something special we have to take care of.

Would we have migrate to a new server is it just a setting change? According to this article for Tomcat it is just a config to be changed Change url from http to https | Support Center (pega.com) is it the same for JBOSS?

Will we have also to change something in the DSS after we run on HTTPS?

BR,

Marvin

@MarvinH7 See this page for jboss 7 instructions: Red Hat JBoss Enterprise Application Platform 7.0 How to Configure Server Security

@shanp Thank you Phil will look into it! From Pega Platform there is no more todo, correct?

@MarvinH7 Probably double check the jboss settings from this guide, & make sure all settings are good Pega Platform 8.7 Installation Guide for JBoss RedHat EAP and Microsoft SQL Server | Pega

(if you are not using Microsoft SQL Server, then check with the appropriate guide for your situation)

@MarvinH7

Yes it should be standlone-full.xml i believe and nothing needed to be changed from Pega side.

@KarthikEppili @shanp

We have applied the certificate all is fine, however I can see one strange behaviour which was not there before.

E.g. if I go to DEV Studio and run a data page manually the thread is set to “Standard” and when I run it does not give me results and tracer is also not seeing any steps but if I change the thread to “D_” (according to the page name) it is working.

Previously this was working in “Standard” thread, any idea?