Message Boards

we have updated Liferay DXP inside https ssl certification

Ramalingaiah Dudimetla, modified 3 Years ago.

we have updated Liferay DXP inside https ssl certification

New Member Posts: 22 Join Date: 3/4/20 Recent Posts

Hi,

we have updated https ssl  certification after that fuse application not working .

 

Need your help to resolve the below issue.

Kindly let us know if any help required from our side.

2021-02-19 22:11:31.017 INFO  [default task-57][IPANewBuyPortlet:1824] URL Generated  ---- >>  https://uat-esales.magmahdi.com/ipa-new-buy

2021-02-19 22:11:31.018 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:115] methodToCallAllServices--

2021-02-19 22:11:31.019 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:118] baseUrl--https://uat-esales.magmahdi.com

2021-02-19 22:11:31.019 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:121] nt null baseUrl--https://uat-esales.magmahdi.com

2021-02-19 22:11:31.020 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:124] Connection URL from service--https://uat-esales.magmahdi.com/cxf/ipalead/generateIPALead

2021-02-19 22:11:31.020 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:138] Connection URL--https://uat-esales.magmahdi.com/cxf/ipalead/generateIPALead

2021-02-19 22:11:31.030 ERROR [default task-57][MagmaESBServiceConsumerLocalServiceImpl:173] IO Exception in serviceType  --POST

2021-02-19 22:11:31.031 ERROR [default task-57][MagmaESBServiceConsumerLocalServiceImpl:174] javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

        at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)

Need your help to resolve the below issue.

Kindly let us know if any help required from our side.

2021-02-19 22:11:31.017 INFO  [default task-57][IPANewBuyPortlet:1824] URL Generated  ---- >>  https://uat-esales.magmahdi.com/ipa-new-buy

2021-02-19 22:11:31.018 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:115] methodToCallAllServices--

2021-02-19 22:11:31.019 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:118] baseUrl--https://uat-esales.magmahdi.com

2021-02-19 22:11:31.019 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:121] nt null baseUrl--https://uat-esales.magmahdi.com

2021-02-19 22:11:31.020 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:124] Connection URL from service--https://uat-esales.magmahdi.com/cxf/ipalead/generateIPALead

2021-02-19 22:11:31.020 INFO  [default task-57][MagmaESBServiceConsumerLocalServiceImpl:138] Connection URL--https://uat-esales.magmahdi.com/cxf/ipalead/generateIPALead

2021-02-19 22:11:31.030 ERROR [default task-57][MagmaESBServiceConsumerLocalServiceImpl:173] IO Exception in serviceType  --POST

2021-02-19 22:11:31.031 ERROR [default task-57][MagmaESBServiceConsumerLocalServiceImpl:174] javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

        at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)

thumbnail
Andrew Jardine, modified 3 Years ago.

RE: we have updated Liferay DXP inside https ssl certification

Liferay Legend Posts: 2416 Join Date: 12/22/10 Recent Posts

Hi Ramalingaiah --

I'm not sure what the "fuse" application is, but I am guessing that this is a custom application that is built on top of Liferay? The SSL configuration doesn't. really have anything to do with Liferay specifically -- all that low level stuff is normally handled by the app server or servlet container (read: Tomcat, JBOSS, etc). 

With that said, from my experience, most people won't bother taking SSL all the way to Liferay. Most of the time I think people will terminate the SSL connection at the proxy and just use HTTP or AJP for the internal connection between Liferay and the proxy. 

I don't know if any of this information will help. If not, then maybe you can be a little more specific in outlining what the Fuse app is, and what changes you made (and where) so that we can better understand the entire environment setup.