cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form MSS PCR senarios not working with Portal SSL

Former Member
0 Kudos

Hi All,

we have implemented MSS PCR senarios Nw04 with ERP2004 system.

every thing is working fine when use http protocal for portal acess.

Now we try to implement ssl for portal. so started implemnation and done in portal side, after that when try access any senario forms , The adobe form is not opening for editing, its throwing error

<b>The initial exception that caused the request to fail, was:

java.net.ConnectException: Connection refused: connect

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)

at java.net.Socket.connect(Socket.java:461)

... 47 more</b>

its very urgent anybody can help out this, what settings ot be done on R/3 server and Portal and ADS server

Thanks in advance

Gopal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

We implemented htts for portal, not for ads server its on http. now we are able access MSS forms.But we have some other problem.

when you logon to portal and able access 5 to 6 forms quickly. after that we not able to open forms .its taking long time and finally displaying page not found error.

We unable to find the what might be the problem.

any body has any clues.

Thanks in advance

Gopal

krishanu_biswas
Active Participant
0 Kudos

Hello Gopal,

You need to setup an SSL based communication channel between the communicating server. You will find a comprehensive set of materials on how to set up SSL in SAP help library.

First of all you need to install a server certificate (if not installed already) on the portal/Web Dynpro server to enable your portal server to accept https calls. Then you would need to configure the ADS to accept SSL calls (follow the ADS configuration guide available in the service market place). At the same time you will require to configure a secure client proxy on the portal/web dynpro server with a valid client certificate to communicate to the ADS. Then you would need to configure your browser/Reader.

Please follow the ADS configuration guide. It details all the necessary steps on how to enable SSL.

Best Regards,

Krish

Best Regards,

Krish

Former Member
0 Kudos

Hi Krish,

Thanks for Information.

Let me clarify myself bofore proceeding further.

1.for MSS forms the communication as fllows

Portal MSS> R/3(Forms desgin)->ADS server and vice versa

is it correct or any thing else

2. we want implement https only b/w Portal and end User browsers.then why need to implement ssl for ADS server?

if so what are the setting we have to do on portal side without changing any thing on R/3 and ADS server

Thanks & Regards

Gopal

krishanu_biswas
Active Participant
0 Kudos

Hello Gopal,

You would only need an https connecion between the browser and the portal server if you are only concerned with the MSS applications. You need to have SSL configured from the portal to ADS server had you implemented some custom scenarios like certification, digital signature etc. But, considering your MSS issue, you do not need to worry about it untill and otherwise your landscape demands you to do so for any security reason.

Well, you might have already gone through the following link, incase not, please go through the link to find out more on how to confugre SSL on the j2ee engine:

http://help.sap.com/saphelp_nw04/helpdata/en/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm<a href="http://help.sap.com/saphelp_nw04/helpdata/en/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/f1/2de3be0382df45a398d3f9fb86a36a/frameset.htm</a>