Page 2 of 4
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 7:41 am
by dolleater
Hiya
It sounds like your system isnt trusting the certificate presented when starting the launcher.
Looking at the launcher, it seemingly only does one connection with SSL (certificate) and that is to:
Code: Select all
https://api.returnofreckoning.com/
What you could is to navigate to the above page and see if it throws a certificate error at you or not. if it does, adding it to your computers trusted certs might help you. For instance, this is how it looks for me (parts of the image in Swedish)
The page will throw a 403, that is fine/intended. try with a browser that isnt Internet Explorer, since they dont give as much certificate info.
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 7:44 am
by xvov
ror launcher issing for me. RIP ror then
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 8:15 am
by zgolec
Skullgrin wrote: ↑Fri Sep 21, 2018 3:27 pm
Day 3 - Had fun playing Hellgate London, however whenever I start the RoR launcher the status is still web=red, server=yellow.
Day 4 - According to this -
viewtopic.php?f=2&t=28470 all the web migration is done, and I still can't connect to the game. Can someone please take a closer look at the error message I get and translate it please?
Guess I'll research some of the Hellgate graphical bugs and see if I can fix them...
Hellgate|:London <3 too bad they fk up this title...
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 2:15 pm
by dolleater
Also, i saw someone else have this problem from russia, are your perhaps from there aswell?
Ive hard of issues between 'lets encrypt' and certain russians ISPs where they may intercept or manipulate the certificate chain... trying to figure out if that might fit here.
Regardless, have a look at my post and see if there is anything you can do with api.returnofreckoning.com
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 8:36 pm
by Skullgrin
dolleater wrote: ↑Sun Sep 23, 2018 2:15 pm
Also, i saw someone else have this problem from russia, are your perhaps from there aswell?
Nope, not from Russia, I'm from deepest, darkest Wyoming.
I didn't have that certificate installed, so I exported it from api.returnofreckoning.com and then added it to my computer via the mmc, with help from google. After a restart the launcher still shows web=red login=yellow. Oh, I also tried updating the root certificates through Add/Remove programs with Update Windows Components.
I really don't think this is on my end though, as I've been playing successfully for the past couple of years with no major issues. It all started when they did the migration right after the 18/09/2018 patch.
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 8:50 pm
by undeadbilly
Same here,tried mmc thing and still red/yellow.
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 9:06 pm
by drmordread
Had the same problem this morning. I opened my WAR folder and saw the "RoRUpdate" program. I ran it and it downloaded/fixed the problem. Deleted old "desktop icon" of launcher, added new icon of launcher ... and have been played WAR. Took a nap, and I am about to play again.
Re: Launcher Issue - possibly certificate related
Posted: Sun Sep 23, 2018 9:16 pm
by undeadbilly
I'm happy for you but my updater doesn't work.stops at 30% and error pops up.
Re: Launcher Issue - possibly certificate related
Posted: Mon Sep 24, 2018 5:25 pm
by Skullgrin
drmordread wrote: ↑Sun Sep 23, 2018 9:06 pm
Had the same problem this morning. I opened my WAR folder and saw the "RoRUpdate" program. I ran it and it downloaded/fixed the problem. Deleted old "desktop icon" of launcher, added new icon of launcher ... and have been played WAR. Took a nap, and I am about to play again.
The RoRUpdater is the very first thing I tried, it is what generates the error message that is in my initial post.
Re: Launcher Issue - possibly certificate related
Posted: Tue Sep 25, 2018 7:11 pm
by dolleater
Heya, by chance i stumbled upon some notes about the launcher and found that you can add this options.
to
--SkipSSLValidation will skip all SSL Validation checks during web requests. This allows the launcher to continue working like normal while the SSL Certificate for the login server is expired.
This sounds like it might help your issue, since it involves ssl/certificates.
There are some different ways to add launch options, but here's the one i usually use:
* Create a shortcut of rorlauncher.exe
* edit it / right-click properties
* Edit the target so it reads (replace with your path)
Code: Select all
"D:\_Game\Warhammer Online - Age of Reckoning\RoRLauncher.exe" --SkipSSLValidation
hope it helps!