Choose your cart
Choose your cart
Receive up to $504 promo credit ($180 w/Welcome Unlimited, $360 w/ 5G Start, or $504 w/5G Do More, 5G Play More, 5G Get More or One Unlimited for iPhone plan (Welcome Unlimited and One Unlimited for iPhone plans can't be mixed w/other Unlimited plans; all lines on the account req'd on respective plans)) when you add a new smartphone line with your own 4G/5G smartphone on an eligible postpaid plan between 2/10/23 and 4/5/23. Promo credit applied over 36 months; promo credits end if eligibility requirements are no longer met.
$699.99 (128 GB only) device payment purchase or full retail purchase w/ new smartphone line on One Unlimited for iPhone (all lines on account req'd on plan), 5G Start, 5G Do More, 5G Play More or 5G Get More plan req'd. Less $699.99 promo credit applied over 36 mos.; promo credit ends if eligibility req’s are no longer met; 0% APR.
Task 'incomming.verizon.net - Receiving' reported error (0x800CCC0F) : 'The connection to the server was interrupted. If this problem continues, contact your server administrator or Internet service provider (ISP). The server responded: -ERR Cannot establish SSL with POP server 206.46.232.10:995, SSL_connect error 1:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'
Any suggestions as how to proceed to solve this problem?
@chrisprrnysw wrote:Task 'incomming.verizon.net - Receiving' reported error (0x800CCC0F) : 'The connection to the server was interrupted. If this problem continues, contact your server administrator or Internet service provider (ISP). The server responded: -ERR Cannot establish SSL with POP server 206.46.232.10:995, SSL_connect error 1:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'
Any suggestions as how to proceed to solve this problem?
My first suggestion would be to update your settings to the new servers. The incoming.verizon.net and outgoing.verizon.net servers are being phased out by Verizon.
For the sake of example, we are going to pretend that we are setting up fictional account "fakeacct@verizon.net" and the password for logging into that account in webmail is "fakepassword" - Again, this is a fictitious account for the sake of an example.
The settings for using Verizon's servers would be:
Incoming Server: pop.verizon.net
Server Requires Authentication: Yes
Username: fakeacct
Password: fakepassword
Requires a Secure Connection (SSL): Yes
Port: 995
Outgoing Server: smtp.verizon.net
Server Requires Authentication: Yes (You can set it to use the same settings as incoming, or manually enter the username and password.)
Requires a Secure Connection (SSL): Yes
Port: 465
If you are given the option anywhere for Secure Password Authentication (SPA), set it to No or Normal
If all of that is set up and it's still not working, your best bet is to provide a screenshot of your settings (with personal information blocked/removed) and any errors you are getting.
Could also be that you, or your app, are not using TLS. There have been reports that lots of sites, including Verizon, are shutting off sslv3 and requiring TLS instead. Most code where you specify SSL actually mean SSL or TLS. There warning about SSL V3 from the US Goverment and the general work around was to no longer use it.
See https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-3566
IF you read some details the problem was even in TLS which could be forced to drop back to SSLv3. SSL V3 (and earlier versions) have all been known to be vulnerable for awhile.