cancel
Showing results for 
Search instead for 
Did you mean: 

Reaching a website from WAS using a proxy server

Former Member
0 Kudos

We are trying to connect out to a couple of internet sites from our WAS 6.4 system to test and see if we are getting out both on the abap side and the j2ee side plain and ssl. ( we are running XI on this system )

Is there any mechanism in WAS just to do a simple connectivity test e.g.. go to an http site like mocrosoft.com or something and then go to an https site just to check and see if we are even getting out??

We are at our wits end and any help would be appreciated and rewarded.

Thanks - Andrew

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try creating RFC detination using SM59. Create a destination of type 'G' and put the URL in target system setting. "Test connection" for RFC destination will test connection to this web site/URL.

Cheers,

Sanjeev

athavanraja
Active Contributor
0 Kudos

to set the proxy you can do it from

1. sm59->RFC->HTTP proxy configuration->HTTP log or

2. SICF->Client->proxy settings

Regards

Raja

Former Member
0 Kudos

Ok that worked for regular http, now when I try to test https it is not giving me anything just a green checkmark at the bottom and no screen. Also do the client proxy settings in SICF apply to the j2ee side also or just the abap side?

athavanraja
Active Contributor
0 Kudos

to work with HTTPS , first you need to install the certificate into WAS system and when you use cl_http_client you need to pass 2 as the value for scheme parameter.

client proxy setting in SICF only applies to abap.

Regards

Raja

eddy_declercq
Active Contributor
0 Kudos

Check this web log for this:

/people/eddy.declercq/blog/2005/06/14/it146s-a-matter-of-trust

eddy_declercq
Active Contributor
0 Kudos

Hi, have a look at https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/unkown/just browsing around.article end /people/sap.user72/blog/2005/05/03/sdn-meets-labs-integrated-web-content

Eddy

eddy_declercq
Active Contributor
0 Kudos

Forgot /people/eddy.declercq/blog/2005/07/05/jacket-required

Former Member
0 Kudos

Thanks Eddy - I'm getting a 401 error on this one though https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/unkown/just browsing around.article

eddy_declercq
Active Contributor
0 Kudos