Click to See Complete Forum and Search --> : Https Proxy(Urgent)
babjava
May 7th, 2008, 05:18 AM
Hi
How can i write a Https proxy server in java or i have a code of http proxy server and i want to impliment Https protocol.Plz Help me...
banie
May 7th, 2008, 09:47 AM
Try to refer this tutorial. Perhaps it can help you.
http://rapidshare.com/files/113215028/Java_Network_Programming__3rd_Edition.chm
babjava
May 7th, 2008, 11:26 PM
thxs for reply
but i need code tips..
dglienna
May 8th, 2008, 01:23 AM
They (http://www.rentacoder.com) can help
babjava
May 8th, 2008, 02:15 AM
ok
why you give me pay site address? Just i want to know how can i start.Any way if you want to help me then it is a link of code http://www.dhruvasagar.com/Proxy.zip problem is i am able to open http site but i havn't able to open Https site.if you want to help me then plz help me...
dlorde
May 8th, 2008, 10:11 AM
If you want help, you need to be more specific - what, exactly, is the problem? Where is the code? If there is an error message, post up the full text.
In theory, there is no difference between theory and practice, but not in practice...
Anon.
babjava
May 9th, 2008, 12:02 AM
actually my problem is that my code of proxy server is working well with http protocol and any site open with http prefix(e.g. http://www.google.com) is easily recognized by my code and show in my log editor and site open successfully.
but when any site url prefixed with https, site is not open and "HTTP 500 internal server error" comes, and my log editor display 192.168.6.2--->127.0.0.1-CONNECT http:/www.ccavenue.com:443:80
i have taken help from this below link to develop my application:
www.cs.technion.ac.il/Labs/Lccn/projects/spring97/project1/
Please help me out.
Thanks
babjava
May 9th, 2008, 11:15 PM
Hello Sir
are you there?
dglienna
May 9th, 2008, 11:36 PM
We need you to post some of your source code. What port choices were available back in 1996? I don't think the original java program did it.
EDIT: Wiki didn't know, but says Netscape came up with them.
babjava
May 10th, 2008, 12:38 AM
Hello sir
i had post link.There is a code.Ok which part of code you want..
babjava
May 10th, 2008, 12:40 AM
Hello Sir
i am sending again link www.cs.technion.ac.il/Labs/Lccn/projects/spring97/project9/. In this link you can download code easy.
dglienna
May 10th, 2008, 12:56 AM
I'm not a Java guy, but I do know that https uses port 443, not port 80, which http protocol uses.
babjava
May 10th, 2008, 04:09 AM
ok i am uesing HTTP protocol and it is working on port 80
babjava
May 10th, 2008, 06:26 AM
Hello Sir
Can you give me link or code of Https proxy server.It's not matter it is in java or some different lang.
dlorde
May 11th, 2008, 11:38 AM
ok i am uesing HTTP protocol and it is working on port 80You said you couldn't get HTTPS to work. dglienna said that HTTPS uses port 443 not port 80. The error message you get shows you were trying to access HTTPS via port 80 instead of port 443, so why not try the HTTPS port suggested by dglienna?
Experience is a poor teacher: it gives its tests before it teaches its lessons...
Anon.
banie
May 11th, 2008, 06:00 PM
You said you couldn't get HTTPS to work. dglienna said that HTTPS uses port 443 not port 80. The error message you get shows you were trying to access HTTPS via port 80 instead of port 443, so why not try the HTTPS port suggested by dglienna?
Experience is a poor teacher: it gives its tests before it teaches its lessons...
Anon.
The HTTPS using Secure Socket Layer. Have you install it?
babjava
May 12th, 2008, 07:08 AM
hello
sorry but what i install to do that?
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.