For migrating D7.3 to D7.42 completed the normal steps. Post that run /update.php.
- => Requirements verifications was okay
- => Overview stage instructions in place
- => Review updates "Runs for 2-3 minutes" and then throws back error as below:
Could not connect to server Overview: Could not connect to abc.azurewebsites.net . Details: Peer disconnected after first handshake message: Possibly SSL/TLS Protocol level is too low or unsupported on the server
URL formed in browser even during the error is as below:-
https://abc.azurewebsites.net/update.php?op=selection&token=JYkvAlNOkbWlBmj8BFRDrUlWmFXmZIysqgXO9ZzUjNs
Other Details
=> Azure Subscription
=> To Scale, Kept instance count to 3/ Pricing Tier to standard / Instance size to medium 2 cores.
=> First time, I run, I got the Review updates stage with 2 database columns alteration message listed and applied it. After few couple of attempts, I also got the message "No Pending updates" and link to front and admin sites.
=> In Settings.php, $update_free_access = TRUE was kept for update run.
Query:
- Am curious to know why this Peer disconnected message came in
between the attempts?
b. Is it because of my SSL using TLS1.2? How to avoid this in future?