Email Settings: The remote certificate is invalid according to the validation procedure.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
[/b]Anyone,

I already have Gmail with TTLS setup correctly with my other sites however I getting an error from my NOP site.

I know (think) I have it configured correctly but why am I seeing this error?
I do not have a SSL certificate for this site [b]but I do for another?


Does my SSL certificate from Godaddy propagate down to my NOP store?

If so how do I fix this message so I can send and receive emails in GMAIL.


smtp.gmail.com. (with dot at end)
Port 587 - everything else fails port 25 blocked
SSL checked
Use default credentials: checked

Obviously my user name and password.




here's my DNS log (Google is requested by me)
18:12:11   Request from 192.168.1.120 for A-record for smtp.gmail.com
18:12:11   Sending request to 216.239.32.10 (ns1.google.com) for A-record for smtp.gmail.com
18:12:11   Reply from 216.239.32.10 about A-record for smtp.gmail.com:
18:12:11   -> Answer: CNAME-record for smtp.gmail.com = gmail-smtp-msa.l.google.com
18:12:11   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.108
18:12:11   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.109
18:12:11   Sending request to 216.239.36.10 (ns3.google.com) for A-record for gmail-smtp-msa.l.google.com
18:12:11   Reply from 216.239.36.10 about A-record for gmail-smtp-msa.l.google.com:
18:12:11   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.108
18:12:11   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.109
18:12:11   Sending reply to 192.168.1.120 about A-record for smtp.gmail.com:
18:12:11   -> Answer: CNAME-record for smtp.gmail.com = gmail-smtp-msa.l.google.com
18:12:11   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.109
18:12:11   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.108
18:12:38   Request from 192.168.1.120 for A-record for smtp.gmail.com
18:12:38   Sending reply to 192.168.1.120 about A-record for smtp.gmail.com:
18:12:38   -> Answer: CNAME-record for smtp.gmail.com = gmail-smtp-msa.l.google.com
18:12:38   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.108
18:12:38   -> Answer: A-record for gmail-smtp-msa.l.google.com = 173.194.76.109
12 years ago
http://support.google.com/mail/bin/answer.py?hl=en&answer=13287

here's the link how to set up email from gmail.
12 years ago
If I try to avoid SSL by turning it off I get this:


The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. dw1sm5376066qab.4

run> mmc.exe certmgr.msc >Tructed Root cert >

I have 3 LOCAL Webserver Certificates with Private KEY(s) and one Remote SSL Go Daddy SSL Certificate.


What do I have to do besides going into my garage and getting out the sledge hammer? :0
12 years ago
My webserver uses DKIM for every outgoing mail.

DKIM (DomainKeys Identified Mail) protocol for authenticating outgoing emails

Hymm, Since my webserver uses my IP as verification that its really me sending out emails to avoid spoofs
and I also remembered in addition I use DKIM in my DNS also, which is a hell of a long string of funky characters.

Now that being said is there anyway to add this DKIM string into the code sendmail? Outgoing spammers don't really have a chance with me.

I believe this could be it but the Certificate message keeps throwing me off. My DKIM is just plain text and not a certiifcate.

This one is for the masters of NOP.
12 years ago
I don't now about the cert error, but have you tried unchecking " Use default credentials"
12 years ago
yes, no dice.

I checked the log files in admin:

I noticed "SSL"




Error sending e-mail. The remote certificate is invalid according to the validation procedure.



Full message:

System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception) at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) at
12 years ago
Mike,

the best troubleshooting article I could find so far is this one:-

http://blogs.msdn.com/b/jpsanders/archive/2009/09/16/troubleshooting-asp-net-the-remote-certificate-is-invalid-according-to-the-validation-procedure.aspx

I'm just attempting the same thing myself. - I'll let you know how I get on

regards

F
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.