Hello. I am working on a HTTP Proxy in order to access any type of server
through a web browser. So far, only http servers can be accessed.
I am trying to access my windows live (hotmail) account and apparently the
handshake is successful.
I have a "SSLHandshakeCompletedListener" and I display the event, and this is
the result:
event.getSocket().getInetAddress().getHostAddress() = 65.54.186.10
event.getStatus():
"Handshake Status:
Status: ON HIGH
Cipher: RC4
Session key size: 128
Session secret size: 128
Issuer: CN=VeriSign Class 3 Extended Validation SSL CA,OU=Terms of use at
https://www.verisign.com/rpa (c)06,OU=VeriSign Trust Network,O="VeriSign,
Inc.",C=US
Subject: CN=login.live.com,OU=Passport,O=Microsoft Corporation,OID.2.5.4.9=One
Microsoft
Way,L=Redmond,ST=Washington,postalCode=98052,C=US,serialNumber=600413485,OID.2.5.4.15="V1.0,
Clause
5.(b)",OID.1.3.6.1.4.1.311.60.2.1.2=Washington,OID.1.3.6.1.4.1.311.60.2.1.3=US
Serial number: 59F8C7AA8616D173177C505C016E381B"
But when I cannot access my windows live account. and after a while the proxy
displays these errors:
ERROR [remoteClient->remoteServer] (JSSProxyProcessor.java:1147) - IOException:
java.io.IOException: SocketException cannot write on socket
java.io.IOException: SocketException cannot write on socket
at org.mozilla.jss.ssl.SSLSocket.write(SSLSocket.java:1131)
at
org.mozilla.jss.ssl.JSSProxyProcessor$SSLServerThread$SocketToSSLSocketRedirector.run(JSSProxyProcessor.java:1141)
ERROR [remoteServer->remoteClient] (JSSProxyProcessor.java:1101) - IOException:
java.io.IOException: SocketException cannot read on socket
java.io.IOException: SocketException cannot read on socket
at org.mozilla.jss.ssl.SSLSocket.read(SSLSocket.java:1104)
at
org.mozilla.jss.ssl.JSSProxyProcessor$SSLServerThread$SSLSocketToSocketRedirector.run(JSSProxyProcessor.java:1088)
Is it because of the certificates?
thanks in advance.
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto