Click to See Complete Forum and Search --> : implement https protocol


rejoy_stud
02-13-2008, 12:05 AM
i am doing a banking application as part of my project. can anyone tell me how to implement the https protocol for the login process and whatever transactions that happens after wards till its logged of. the front page is int jsp. since i could not find any thread for JSP i posted it here. sorry if its in the wrong place.

TheRave
02-13-2008, 04:43 AM
Link to https://www.example.com instead of http://www.example.com.

You are now using the https protocol.

rejoy_stud
02-13-2008, 05:05 AM
I mean how to implement the SSL and then get the https working . from the starting. I checked the whole tread but couldnt find one that tells me the steps from starting of how to implement this :( :( :(

TheRave
02-13-2008, 05:14 AM
By far the simplest method is to use a host with SSL capability. They normally charge extra for the certificate.

Doing it yourself can be exceedingly complex, check out openSLL.

rejoy_stud
02-13-2008, 05:17 AM
Thanks for the Sudden response, and since this is for study purpose only, i downloaded the free trial version of the certificate that openssl gives. now what do i do.. this is the first time i'm implementing this. so you will help me out from the very low level.

paulkoan
02-14-2008, 02:45 AM
Is this on your own web server or a hosted webserver?

If yours, what web server system are you running and on what OS?

rejoy_stud
02-14-2008, 02:47 AM
its on my local server
its bea weblogic 10.0 and the platform is Windows.

paulkoan
02-14-2008, 03:00 AM
Have you read the weblogic docs on installing the certificate?

http://e-docs.bea.com/wls/docs90/ConsoleHelp/taskhelp/security/SetUpSSL.html

rejoy_stud
02-14-2008, 03:02 AM
yep i did that.. I think my SSL is set up .
but after that what do i do.. i mean how do i proceed after this.
is it possible to get your chat id or mail id.. please
i really need to set this up.

paulkoan
02-14-2008, 05:31 AM
If your ssl is configured correctly, do a restart of the web server service.

Then go to a prompt and type netstat -an

Look to see if there is anything listening on 0.0.0.0:443. If not, then there is a problem with the ssl setup.

If it is there, then you simply need to browse to the site using https://

amoljoshi
12-03-2008, 12:51 AM
I am also trying to develop the Internet Banking System as my Project..

I have used jsp, js, ajax etc to develop web pages..But I am not able implement the Https websites i.e. SSL in my project..

Please help me out from the very low level..:(

I am using IBM WASCE ( WebSphere Communinty Edition ) as my Server and DB2 as my database tool..
Also i tried searching for some help on WASCE SSL implementation, but could n`t find any..:(

Please help..

amoljoshi
12-03-2008, 01:04 AM
Hey and i m using Microsoft Windows XP as my os..

paulkoan
12-03-2008, 01:13 AM
It is a long time since I have played with websphere so I cannot offer direct help - but did you find this:

http://publib.boulder.ibm.com/wasce/V2.0.0/en/https-connector.html

amoljoshi
12-03-2008, 05:58 AM
It is a long time since I have played with websphere so I cannot offer direct help - but did you find this:

http://publib.boulder.ibm.com/wasce/V2.0.0/en/https-connector.html

Oh..:(

amoljoshi
12-03-2008, 06:18 AM
Tried Reading the content of that site..
But could n`t understand a word in that..:confused::(

amoljoshi
12-11-2008, 02:17 AM
Tried Reading the content of that site..
But could n`t understand a word in that..:confused::(


Hey i just now succeeded in making a certificate..Now my jsp pages have https..

Is there anything that i should change in my code?
Any ssl api i have to use??

Please reply soon..My project due date is very very near...:confused: