https login

mdgarf

Member
Licensed User
Longtime User
Hi,
I am trying to connect to web site which is using https and I am unable to get to the SessionID. Is it possible?
I also get timeout, but site responded.
I am using Certificate.
How does this works? Do I ask for SessionID, reply with it and add login details as cookie ? Because it looks coded ?
Thanks
mdgarf



from http debugging soft:
The data sent represents an SSLv3-compatible ClientHello handshake. For your convenience, the data is extracted below.

Major Version: 3
Minor Version: 1
Random: 4B 6A EA 45 AB C4 CE 4B 36 C5 0B 34 8D 0D 8E 35 B4 2B 4F 23 A7 F4 98 DF 52 FB F3 98 B6 7E 09 F7
SessionID: 4B 6A E8 97 32 E8 4B BD D6 CB AC E3 41 4B A8 65 D4 85 F8 9D F5 C0 F7 A8 95 CC 9B 13 F2 AE EA 09
Ciphers:
[0004] SSL_RSA_WITH_RC4_128_MD5
[0005] SSL_RSA_WITH_RC4_128_SHA
[000A] SSL_RSA_WITH_3DES_EDE_SHA
[0009] SSL_RSA_WITH_DES_SHA
[0064] TLS_RSA_EXPORT1024_WITH_RC4_56_SHA
[0062] TLS_RSA_EXPORT1024_WITH_DES_SHA
[0003] SSL_RSA_EXPORT_WITH_RC4_40_MD5
[0006] SSL_RSA_EXPORT_WITH_RC2_40_MD5
[0013] SSL_DHE_DSS_WITH_3DES_EDE_SHA
[0012] SSL_DHE_DSS_WITH_DES_SHA
[0063] TLS_DHE_DSS_EXPORT1024_WITH_DES_SHA
 
Top