cancel
Showing results for 
Search instead for 
Did you mean: 

Convert HTTP to HTTPS using Web Module Project in Webdynpro.

Former Member
0 Kudos

Hi:

I've created a Web Module Project with JSP files, I need to invoke them, with URL, but I need to use HTTPS.

Example:

If I use this URL, I can see the file

http://domine:port/web.com/file.jsp

If I use this,not found file.

https://domine:port/web.com/file.jsp

Somebody can help me?

Regards.

Thanks!!

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Dorhyz,

Please try to use suffix 1 in port number. like if your server port number is 50000 then 50001.

https://domine:50001/web.com/file.jsp

Refer to http://wiki.sdn.sap.com/wiki/display/EP/Convertinghttpto+https

Hope it will helps

Regards

Arun Jaiswal

Former Member
0 Kudos

Thanks 😃

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

have you enabled the https in your server?