a...@koldfront.dk (Adam Sjøgren) writes:

> Zhu writes:
>
>> (add-to-list 'gnus-secondary-select-methods
>>           '(nnimap "gmx"
>>                    (nnimap-address "imap.gmx.com")
>>                    (nnimap-server-port 993)
>>                    (nnimap-stream ssl)
>>                    (nnir-search-engine imap)))
>
> [...]
>
>> Opening TLS connection to `imap.gmx.com'... Opening TLS connection
>> with `gnutls-cli --insecure -p 993 imap.gmx.com'...failed
>
> What happens if you run this command by hand?
>
> I.e.:
>
>   $ gnutls-cli --insecure -p 993 imap.gmx.com

The output is like this:

```
$ gnutls-cli --insecure -p 993 imap.gmx.com
Processed 0 CA certificate(s).
Resolving 'imap.gmx.com'...
Connecting to '212.227.17.172:993'...
Cannot connect to 212.227.17.172:993: Connection timed out
Connecting to '212.227.17.188:993'...
```

As you see, running on command line gives `Connection timed out'
as well.
-- 
Hello, world!
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to