Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'The Online Service is not available' Issue in Visual Studio Professional 2013 with Update 5

I have worked in vscode 2013 until today. But when I'm trying to open my IDE in today morning, it gets 'Your license has gone stale and must be update' error message as following.

enter image description here

and after I tried to update license and sign In operations. when I'm trying to these two it gets 'The Online service is not available. Please try again later' error message as following.

enter image description here

I'm using windows operating system. Is anyone know how to solve this?

like image 349
Kaumadie Kariyawasam Avatar asked Nov 16 '25 02:11

Kaumadie Kariyawasam


1 Answers

Try this; it worked for me. Just add two DWORD values to the Windows Registry. Site go.microsoft.com now supports only TLS1.2 protocol.

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
  • "SystemDefaultTlsVersions"=dword:00000001
  • "SchUseStrongCrypto"=dword:00000001

Source

enter image description here

like image 168
petr Avatar answered Nov 18 '25 19:11

petr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!