Results 1 to 6 of 6
I'm try to connect to pop.gmail.com via openssl using
openssl s_client -connect pop.gmail.com:995
and i always have one error
socket: Connection refused
connect:errno=29
what can i do to make it ...
- 07-05-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 3
openssl pop.gmail.com connection refused
I'm try to connect to pop.gmail.com via openssl using
openssl s_client -connect pop.gmail.com:995
and i always have one error
socket: Connection refused
connect:errno=29
what can i do to make it work?
- 07-06-2010 #2Linux Newbie
- Join Date
- Apr 2010
- Location
- Novosibirsk, Russia
- Posts
- 136
- 07-07-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 3
how can i understand if it real closed? and how can i make it open?
- 07-07-2010 #4Linux Newbie
- Join Date
- Apr 2010
- Location
- Novosibirsk, Russia
- Posts
- 136
'Closed' - means that there is no any service, running at this port, or access to it is denied by firewall (for example if you have remote login service at server, It's quite clever that access is only allowed from internal network, not Internet). Only server administrator could open it (if we are not talking about some kind of backdoor leaved by hackers
). Regular clients are only allowed to establish connections on already opened ports ) What are you looking for at port 995?...)
- 07-08-2010 #5Just Joined!
- Join Date
- Jul 2010
- Posts
- 3
I would like to receive my e-mails from google mail server.There is no firewall on my computer, but i think you are right and i need to connect to my admin to fix this problem.
- 07-08-2010 #6Linux Newbie
- Join Date
- Apr 2010
- Location
- Novosibirsk, Russia
- Posts
- 136
Just try to search some info in help section on gmail - all port/server info must be present there


Reply With Quote
