1

I'm trying to access the Power Designer portal from a browser; something like this:

https://powerdesigner-web/resources/index.html

But the page is not loading, and this is the message displayed:

This page can’t be displayed.

Do you have any suggestions?

It could be something related to SSL. If yes, how can enable this? I need to mention that I already tried to enabled SSL, but I don't know if I succeed.

Thanks, Madalin

Trevor Reid
  • 3,310
  • 4
  • 27
  • 46
  • The URL seems a little short, missing server and port. Maybe something like this `https://localhost:3030/powerdesigner-web/resources/index.html` , or something else that localhost depending on where your server is installed. If you suspect https, you can replace it with http... Do you have any more information in the browser console?... – pascal Jun 06 '19 at 14:15
  • My bad; i removed the server name. So the link is like that https://aaa.bbb.ccc.dd/powerdesigner-web/resources/index.html – Madalin Dobrin Jun 07 '19 at 12:39
  • Some more information in the browser console? I'm still unclear whether this is a problem with a missing port indication (3030 for the server by default?), or an actual problem with the behavior of the NodeJS / Tomcat services... – pascal Jul 23 '19 at 09:12
  • Meanwhile i've managet to install the certificates. https://:8443 is working. But when i try to acces the full path https://:8443/powerdesigner-web/resources/index.html is not working. From logs i got this: [24/Jul/2019:12:48:40 +0300] "GET /powerdesigner-web/resources/index.html HTTP/1.1" 404 1047. Could be the path wrong? – Madalin Dobrin Jul 24 '19 at 09:55
  • 8443 looks like the port number to Tomcat. There is also a NodeJS service, and your browser should be talking to NodeJS, which will then serve from cache, or ask Tomcat to build the page.That's why I was mentioning port 3030. I'm not sure which doc you followed to SSL-enable your server... [Here is one](https://help.sap.com/viewer/1f914d86319d43b7b2402532666583c0/16.6.7/en-US/c80f1dc66e1b10149834b423c1b9caf0.html) which seems to cover all points. – pascal Jul 24 '19 at 12:11

0 Answers0