- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: 443 port
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2004 09:10 AM
тАО02-25-2004 09:10 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2004 09:32 AM
тАО02-25-2004 09:32 AM
Re: 443 port
If it's listening, you'll see something there...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2004 09:39 AM
тАО02-25-2004 09:39 AM
Re: 443 port
[root@salato-apl10 conf]# netstat -a|grep LISTEN|grep 443
tcp 0 0 *:4443 *:* LISTEN
i think that this is other port, isnt it?
how can i enable https en linux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2004 01:31 PM
тАО02-25-2004 01:31 PM
SolutionUsing a command like 'netstat -ntlp | grep 4443' will tell you exactally what.
Now, as for getting a 'https' service running, and how easy it is to set up, depends on what Linux distribution you are running.
If you're running a recent RedHat distribution for instance (7.3 or newer I beleive), Apache (httpd) has a 'mod_ssl' package distributed by RH to do it.
If you're compiling your own services, then you'll need the Apache source, the mod_ssl source, and the openssl libraries, and a bit of patience.
If you're running RH (or Debian, i beleive they have packages for https as well), then just go to the appropraite site, and download them.
If you're compiling your own, then start at http://www.modssl.org/ and follow the instructions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2004 01:34 PM
тАО02-25-2004 01:34 PM
Re: 443 port
Going directly to http://httpd.apache.org/docs-2.0/ is a good start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2004 02:53 PM
тАО02-25-2004 02:53 PM
Re: 443 port
the easiest: Fire up your favorite browser and do a https://localhost/ . If you get a page you have a (secure) Webserver running.
Sidenote: According to my services file port 4443 is "reserved" for Pharos.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2004 05:33 PM
тАО02-25-2004 05:33 PM
Re: 443 port
telnet x.x.x.x 443 if you have a black window-then the port is open otherwise you'll get connection failed..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2004 01:45 AM
тАО02-26-2004 01:45 AM
Re: 443 port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2004 02:13 AM
тАО02-26-2004 02:13 AM
Re: 443 port
/etc/httpd/conf.d/ssl.conf file.
you have the option to specify different port.
If you have erlier versions of linux then the file to edit would be
/etc/httpd/conf/httpd.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2004 02:50 AM
тАО02-26-2004 02:50 AM
Re: 443 port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2004 04:28 AM
тАО03-23-2004 04:28 AM
Re: 443 port
# nmap
# lsof -i tcp:443