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...
Printable View
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...
Try to refer this tutorial. Perhaps it can help you.
http://rapidshare.com/files/11321502...rd_Edition.chm
thxs for reply
but i need code tips..
They can help
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...
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.
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 displayi have taken help from this below link to develop my application:Code:192.168.6.2--->127.0.0.1-CONNECT http:/www.ccavenue.com:443:80
http://www.cs.technion.ac.il/Labs/Lc...ng97/project1/
Please help me out.
Thanks
Hello Sir
are you there?
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.
Hello sir
i had post link.There is a code.Ok which part of code you want..
Hello Sir
i am sending again link http://www.cs.technion.ac.il/Labs/Lc...ng97/project9/. In this link you can download code easy.
I'm not a Java guy, but I do know that https uses port 443, not port 80, which http protocol uses.
ok i am uesing HTTP protocol and it is working on port 80
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.
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?Quote:
Originally Posted by babjava
Experience is a poor teacher: it gives its tests before it teaches its lessons...
Anon.