cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
691
Views
5
Helpful
4
Replies

HTTPS

amansoi_5
Level 1
Level 1

Dear All,

Can somebody tell me https uses which port no.? (like http uses 80)

regds,

Aman

1 Accepted Solution

Accepted Solutions

ankurbhasin
Level 9
Level 9

Hi Aman,

HTTPS uses port 443.

This link will give you the details about all port numbers used by different applications

http://www.iana.org/assignments/port-numbers

HTH, if yes please rate the post.

Ankur

View solution in original post

4 Replies 4

phil.davenport
Level 1
Level 1

HTTPS operates over TCP 443

HTTP operates over TCP 80

HTH

--Phil

Please rate useful posts and if it solves the issue.

ankurbhasin
Level 9
Level 9

Hi Aman,

HTTPS uses port 443.

This link will give you the details about all port numbers used by different applications

http://www.iana.org/assignments/port-numbers

HTH, if yes please rate the post.

Ankur

http : 80

https: 443

ftp : 20,21 ( data & Ctrl)

telnet : 23

smtp : 25

pop3 : 110

dns : 53

tftp : 69

remember this,only these ports will be used mostly.

Hello All,

I am trying to https (443) port-forwarding.. tried below, but not working ;>(

static (dmz,outside) tcp X.X.X.X https I.I.I.I https netmask 255.255.255.255 0
access-list inbound_filter permit tcp any host X.X.X.X eq https
clear xlate
wr m

what I missed? .. is there any difference method for doing https port-forwarding?

many thanks

Regards

Winanjaya