cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy authentication required when connecting to internet from SAP WAS

Former Member
0 Kudos

Hi,

I have deployed a J2EE application in SAP WAS 7.0 and this aplication wants to access an application from internet.

I have set the proxy server details in Visual Admin -> Web Service Container -> setting.

The server is installed locally in my PC.

I am able to run the same java application in my command prompt wit the same proxy details and it is able to access the 3rd party application , but when I am trying to access through web application through SAP WAS I am getting 407 Proxy authentication required.

Thanks in advance.

Regards,

Hari

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member698570
Active Participant
0 Kudos

Hi,

it seems like your Proxy requires authentication (e.g. Basic authentication)

I am able to run the same java application in my command prompt wit the same proxy details and it is able to access the 3rd party application

Are you providing any credentials here in order to access the internet via Proxy?

What kind of Proxy are you using

Cheers

Former Member
0 Kudos

Hi Marcel,

Yes, our prxy server requires basic authentication and I am also specified the user-id and password for that.

While I am running the application in command prompt, it also using the same properties file for reading the proxy erver details (host, post, user-id and password).

Regards,

Hari

Former Member
0 Kudos

Add it to the Trusted Sites and check.

-


Reward if Helful -


Former Member
0 Kudos

Hi,

Where I needs to set the trust site address?

Hari