PDA

View Full Version : Wap


swimm3r
2007-03-02, 05:23 AM CST
hello

I have a friend who connects to internet with WAP connection, and he has open only 80 (http) and 445 (https).

what kind of server or what software can I make to give him acces to internet ... in other way to say, he sent to me request on 445, I resolv the rezuest and give him answers to 445.

Is it possible?

P.S. sorry for my bad english

o2binh20
2007-03-02, 06:18 AM CST
TCP port 443 is HTTPS using TLS/SSL.

TCP port 445 is MSDS, Micro$oft-DS (Active Directory, Windows shares, Sasser worm, Agobot, Zobotworm). Seems like TCP port 445 is a little risky.

If I understand your requirements correctly, you are trying to build a secure server, which is a Web server that supports any of the major security protocols, like SSL, that encrypt and decrypt messages to protect them against third party tampering. I am not an expert in WEB servers (yet) but you might want to look at this tutorial (http://bignosebird.com/ssl.shtml) and the Apache-SSL site (http://www.apache-ssl.org/).

swimm3r
2007-03-02, 03:46 PM CST
TCP port 443 is HTTPS using TLS/SSL.

TCP port 445 is MSDS, Micro$oft-DS (Active Directory, Windows shares, Sasser worm, Agobot, Zobotworm). Seems like TCP port 445 is a little risky.

If I understand your requirements correctly, you are trying to build a secure server, which is a Web server that supports any of the major security protocols, like SSL, that encrypt and decrypt messages to protect them against third party tampering. I am not an expert in WEB servers (yet) but you might want to look at this tutorial (http://bignosebird.com/ssl.shtml) and the Apache-SSL site (http://www.apache-ssl.org/).

thanks a lot. keep in touch :p