cancel
Showing results for 
Search instead for 
Did you mean: 

How can I redirect nonssl requests to ssl?

Former Member

I would like to have non ssl http requests be redirected to ssl. For example, when I go to http://<servername>:50000, I would like it to redirect me to https:<servername>:50001. I would like to not use unencrypted traffic at all since the usernames and passwords would be sent cleartext. SSL communications are working on the server, I just want to redirect to ssl if possible.

Thanks for helping. If I can give any other detail or clarification, let me know.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jason,

Note u201C973644 - How to configure HTTPS redirect on J2EE Engineu201D describes the procedure you are looking for.

Regards,

Ventsi Tsachev

Technology Development Support (J2EE Engine)

SAP Labs, Palo Alto, Ca (USA)

Former Member
0 Kudos

Thankyou so much. I looked and looked and did not find anyhting. I must have been using the wrong key words. I even opened up an OSS message with no luck. I just did it and it works exactly how I wanted it to.