Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

ghost's Avatar
0 0

theres on open port
443/tcp open ssl Openssl

what can i do to get into this SSL port.


ghost's Avatar
0 0

you can google or read tutorials on ssh tunneling


ghost's Avatar
0 0

and you could try to come up with a better title then 'help' … :|


ghost's Avatar
0 0

SSH and SSL are two different things.

Port 443

This port is used for secure web browser communication. Data transferred across such connections are highly resistant to eavesdropping and interception. Moreover, the identity of the remotely connected server can be verified with significant confidence. Web servers offering to accept and establish secure connections listen on this port for connections from web browsers desiring strong communication security.

Once established, web browsers inform their users of these secured connections by displaying an icon — a padlock, an unbroken key, etc. — in the status region of their window.

So I guess before flaming noobs here, read the question carefully. :@