Server does not support secure connections error on registration.http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?MonoXRssFeed=Server-does-not-support-secure-connections-error-on-registration69ee8528-0909-4bd8-994f-a21300b48696http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?dmsgid=KIXuaQkJ2EuZT6ITALSGlg#PostKIXuaQkJ2EuZT6ITALSGlgHi,<br/> <br/> I receive an error when a user tries to register on the site. Please see the error be ...Hi,<br/> <br/> I receive an error when a user tries to register on the site. Please see the error below..<br/> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br/> Server Error in '/' Application.Server does not support secure connections.Description:&nbsp;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&nbsp;<br/> <br/> Exception Details:&nbsp;System.Net.Mail.SmtpException: Server does not support secure connections.<br/> <br/> Source Error:&nbsp;<br/> <br/> An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.<br/> Stack Trace:&nbsp;<br/> <br/> [SmtpException: Server does not support secure connections.]<br/> System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint) +1443335<br/> System.Net.Mail.SmtpTransport.GetConnection(ServicePoint servicePoint) +170<br/> System.Net.Mail.SmtpClient.GetConnection() +44<br/> System.Net.Mail.SmtpClient.Send(MailMessage message) +1852<br/> MonoSoftware.Core.Mail.MailSender.SendMail(MailMessage mailMsg) +149<br/> <br/> [ApplicationException: An error has occured while sending you an e-mail. Please try again, if the problem persists, please contact us.]<br/> MonoSoftware.MonoX.Mail.MonoXMailSender.SendMail(MailMessage mailMsg) +75<br/> MonoSoftware.Core.Mail.MailSender.SendMail(MailAddress fromAddress, String toAddress, String title, String htmlContent, String plainContent) +454<br/> MonoSoftware.Core.Mail.MailSender.SendMail(String toAddress, String title, String htmlContent, String plainContent) +65<br/> MonoSoftware.MonoX.ModuleGallery.MembershipEditor.#Jp(Object sender, EventArgs e) +1058<br/> <br/> [ApplicationException: An uexpected error has occured while sending you an activation e-mail. Your account has been successfully created but you can't login until you a ...Wed, 07 Aug 2013 10:52:46 +02001a0f78c8-d5f3-4465-87a4-a21301031a84http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?dmsgid=yHgPGvPVZUSHpKITAQMahA#PostyHgPGvPVZUSHpKITAQMahAHi,<br /> <br /> &nbsp; did you check your <em>web.config</em> for <strong>SMTP SSL </strong>setting ...Hi,<br /> <br /> &nbsp; did you check your <em>web.config</em> for <strong>SMTP SSL </strong>setting as it seems that you are trying to connect to <strong>SMTP </strong>via secure connection ?<br /> <div class="reCodeBlock" style="border: 1px solid #7f9db9; overflow-y: auto;"> <div style="background-color: #ffffff;"><span style="margin-left: 0px !important;"><code style="color: #000000;">Exception Details: System.Net.Mail.SmtpException: Server does not support secure connections.</code></span></div> </div> Regards ...Wed, 07 Aug 2013 15:10:47 +020025351237-dd23-4a20-875e-a2130127c932http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?dmsgid=NxI1JSPdIEqHXqITASfJMg#PostNxI1JSPdIEqHXqITASfJMgthis are the mail settings I have in the web.config file&nbsp;<br/> <br/> &lt;mailSettings&gt;<br/> ...this are the mail settings I have in the web.config file&nbsp;<br/> <br/> &lt;mailSettings&gt;<br/> &nbsp; &nbsp; &nbsp; &lt;smtp deliveryMethod="Network" from="admin@sadsadas.com"&gt;<br/> &nbsp; &nbsp; &nbsp; &nbsp; &lt;network host="mail.sadsadas.com" userName="info@sadsadas.com" password="sadsadas#" enableSsl="false" &nbsp;defaultCredentials="true" /&gt;<br/> &nbsp; &nbsp; &nbsp; &lt;/smtp&gt;<br/> &nbsp; &nbsp; &lt;/mailSettings&gt; ...Wed, 07 Aug 2013 17:10:23 +020053aec607-4268-49f6-8e28-a21400a7e91chttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?dmsgid=B8auU2hC9kmOKKIUAKfpHA#PostB8auU2hC9kmOKKIUAKfpHAIs there anything else that i need to add/change? ...Is there anything else that i need to add/change? ...Thu, 08 Aug 2013 10:10:39 +0200e2fbecc5-e032-4669-84bd-a21400be5c5dhttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?dmsgid=xez74jLgaUaEvaIUAL5cXQ#Postxez74jLgaUaEvaIUAL5cXQHi,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>please check the fol ...Hi,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>please check the following<br /> <br /> - you need to have the following setting set to false "<em>&lt;add key="EnableSmtpSSL" value="false"/&gt;</em>"<br /> - if you have specified the username and password then you have to set the defaultcredentials to false<br /> <div class="reCodeBlock" style="border: 1px solid #7f9db9; overflow-y: auto;"> <div style="background-color: #ffffff;"><span style="margin-left: 0px !important;"><code style="color: #000000;">&lt;</code><code style="color: #006699; font-weight: bold;">network</code> <code style="color: #808080;">host</code><code style="color: #000000;">=</code><code style="color: blue;">"mail.sadsadas.com"</code> <code style="color: #808080;">userName</code><code style="color: #000000;">=</code><code style="color: blue;">"info@sadsadas.com"</code> <code style="color: #808080;">password</code><code style="color: #000000;">=</code><code style="color: blue;">"sadsadas#"</code> <code style="color: #808080;">enableSsl</code><code style="color: #000000;">=</code><code style="color: blue;">"false"</code>&nbsp; <code style="color: #808080;">defaultCredentials</code><code style="color: #000000;">=</code><code style="color: blue;">"false"</code> <code style="color: #000000;">/&gt;</code></span></div> </div> - is your SMTP server using standard ports or does it have some custom ports set for smtp protocol ?<br /> <div class="reCodeBlock" style="border: 1px solid #7f9db9; overflow-y: auto;"> <div style="background-color: #ffffff;"><span style="margin-left: 0px !important;"><code style="color: #000000;">e.g. &lt;</code><code style="color: #006699; font-weight: bold;">network</code> <code style="color: #808080;">defaultCredentials</code><code style="color: #000000;">=</code><code style="color: blue;">"false"</code> <code style="color: #808080;">host</code><code style="color: #000000;">=</code><code style="color: blue;">"smtp.gmail.com"</code> <code style="color: #808080;">port</code><code style="color: ...Thu, 08 Aug 2013 11:29:48 +02000dd0f8b4-1ec1-4454-9cfc-a21400c57e85http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?dmsgid=tPjQDcEeVESc_KIUAMV-hQ#PosttPjQDcEeVESc_KIUAMV-hQHi K<span>horvat<br/> </span><br/> Thanks a lot. This finally got my problem solved. it will really ...Hi K<span>horvat<br/> </span><br/> Thanks a lot. This finally got my problem solved. it will really helpful if you add this to your documentation.<br/> <br/> ...Thu, 08 Aug 2013 11:55:47 +020034864fbd-398f-4e68-b778-a21400cdc39chttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/-qwiOYv4y0yAqKITALSGlQ/Server-does-not-support-secure-connections-error-on-registration/?dmsgid=vU-GNI85aE63eKIUAM3DnA#PostvU-GNI85aE63eKIUAM3DnAIf you are talking about the web.config smtp settings excerpt then I have to say that this isn't a M ...If you are talking about the web.config smtp settings excerpt then I have to say that this isn't a MonoX setting but rather a ASP.NET setting and it is well documented in MSDN.<br /> <br /> Let me know if you need anything else.<br /> <br /> Regards ...Thu, 08 Aug 2013 12:15:46 +0200