LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cant login to email ubuntu (https://www.linuxquestions.org/questions/linux-software-2/cant-login-to-email-ubuntu-464607/)

tfm1 07-16-2006 02:20 PM

Cant login to email ubuntu
 
Please help me out. i cant login to emails such as hotmail, gmail etc.

Im using the latest version of ubuntu linux and i use both opera and mozilla firefox web browsers.

I have made sure all the tls ssl stuff is checked and i do not have firestarter.

Why does it not login to secure sites! Everything else works on the internet.

At least reply if you have a similar problem.

jonaskoelker 07-17-2006 01:10 PM

Try grabbing the page(s) in question with wget:

Code:

$ wget https://www.hotmail.com/
(you may need to install it first).

Does that work? Try
Code:

$ wget --help | grep -i -C 3 ssl
and/or Read The Fantastic Manual.

I know it ain't much help (sorry), but if it works with wget, your problem is probably with your browser (try mucking about with ldd to see if wget and your browser use the same crypto libraries--or look at the package dependencies).

hth --Jonas


All times are GMT -5. The time now is 02:35 PM.