- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- fetchmail error
Operating System - Linux
1820483
Members
2224
Online
109624
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
юдл
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО09-08-2009 12:24 AM
тАО09-08-2009 12:24 AM
fetchmail error
SLES10SP2
# rpm -q fetchmail
fetchmail-6.3.2-15.12
upon running fetchmail I getting the following error
fetchmail: Server CommonName mismatch: host7.nsmx.net != mycompany.com
fetchmail: Server certificate verification error: self signed certificate
fetchmail: Authorization failure on user@mycompany.com
fetchmail: Query status=3 (AUTHFAIL)
help/suggest
# rpm -q fetchmail
fetchmail-6.3.2-15.12
upon running fetchmail I getting the following error
fetchmail: Server CommonName mismatch: host7.nsmx.net != mycompany.com
fetchmail: Server certificate verification error: self signed certificate
fetchmail: Authorization failure on user@mycompany.com
fetchmail: Query status=3 (AUTHFAIL)
help/suggest
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 01:17 AM
тАО09-08-2009 01:17 AM
Re: fetchmail error
You're trying to connect to a server that has an invalid SSL certificate.
The certificate is invalid for two reasons:
1.) it is self-signed (= "home-made") and you have not explicitly configured the system to trust that certificate.
To configure a certificate as trusted, you typically have to add it to /etc/ssl/certs/ directory: see the documentation and/or support webpages for your Linux distribution for details.
2.) the name in the certificate does not match the server's name as detected by a DNS reverse lookup (host7.nsmx.net vs mycompany.com). A SSL certificate must be generated for the primary Fully-Qualified Domain Name of the server: if a certificate is generated for any other name (e.g. an alias name), it is assumed to be a forgery and rejected.
This is something that only the administrator of the server can fix.
MK
The certificate is invalid for two reasons:
1.) it is self-signed (= "home-made") and you have not explicitly configured the system to trust that certificate.
To configure a certificate as trusted, you typically have to add it to /etc/ssl/certs/ directory: see the documentation and/or support webpages for your Linux distribution for details.
2.) the name in the certificate does not match the server's name as detected by a DNS reverse lookup (host7.nsmx.net vs mycompany.com). A SSL certificate must be generated for the primary Fully-Qualified Domain Name of the server: if a certificate is generated for any other name (e.g. an alias name), it is assumed to be a forgery and rejected.
This is something that only the administrator of the server can fix.
MK
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2009 06:44 PM
тАО09-08-2009 06:44 PM
Re: fetchmail error
You can get around a certificate failure by specifying a fetchmail -sslfingerprint option or fetchmailrc sslfingerprint keyword that matches the fingerprint of the certificate that a mail server presents. Check out the fetchmail man page description of sslfingerprint.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP