Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Disabling HTTP on AS Java

Former Member
0 Likes
1,966

Hello Colleagues,

after configuration to HTTPS on AS Java 7.0 Server we have to disable all HTTP connectivity now.

I found different discussion to that issue but I am still not sure what are the right way.

Please help to clarify this point to me.

Many thanks in advance!

Regards,

Jochen

1 ACCEPTED SOLUTION
Read only

davefitzgibbon
Product and Topic Expert
Product and Topic Expert
0 Likes
1,284

Hi Jochen,

In order to disable the HTTP access to your Java AS. You will have to login to Visual Administrator, and then under Service, go to the HTTP Provider details. You will find a value specifying both http and https values (if already configured). You can remove the http part, which will allow you to remove the http access.

Regards,

David

4 REPLIES 4
Read only

Former Member
0 Likes
1,284

With NetWeaver 7.0 you will need to configure the ports of the dispatcher's HTTP Provider service.

Read only

0 Likes
1,284

This message was moderated.

Read only

davefitzgibbon
Product and Topic Expert
Product and Topic Expert
0 Likes
1,286

Hi Jochen,

In order to disable the HTTP access to your Java AS. You will have to login to Visual Administrator, and then under Service, go to the HTTP Provider details. You will find a value specifying both http and https values (if already configured). You can remove the http part, which will allow you to remove the http access.

Regards,

David

Read only

0 Likes
1,284

Hi David,

many thanks for reply!

Direct hit! Yes, this is that I have to do.

Many thank!

Regards,

Jochen