Client stuck 20% Cloudflare

FloStar

New Member
May 15, 2014
5
0
Hello DevBest!

I have a problem with my client, it will not load. The client stuck by 20% and i dont know why.
Ports and all the other stuff is configured, but it will not work.
Can anyone help me with my issues?

Before I used Cloudflare, everything worked fine...

Thanks for everything :)

Screenshots for you:

You must be registered for see images attach

You must be registered for see images attach

You must be registered for see images attach

You must be registered for see images attach

You must be registered for see images attach

You must be registered for see images attach
 

Verbid

Member
Nov 18, 2023
34
47
It looks like your websocket is not listening on the WSS as is shown in your socket URL. Have you uploaded a copy of your domain SSL certificate to the emulator folder?
 

Verbid

Member
Nov 18, 2023
34
47
Yes i do, but the same issues.

Sorry dude but your screenshot shows your emulator is not running on the secure socket. Make sure your cert.pem file is in the SSL folder and restart your emulator. Remove the screenshot of your certificate, this defeats it's entire purpose.
 

FloStar

New Member
May 15, 2014
5
0
Sorry dude but your screenshot shows your emulator is not running on the secure socket. Make sure your cert.pem file is in the SSL folder and restart your emulator. Remove the screenshot of your certificate, this defeats it's entire purpose.
Okay, now it stands WSS...
but it still not working.
 

Verbid

Member
Nov 18, 2023
34
47
Yes it still stuck by 20%
Here is your Browser Console:
You must be registered for see images attach

Showing you there there's a mixed content warning, your loading your externaltexts via http instead of HTTPS. Enable enforcing HTTPS via cloudflare or modify your ui-config to pull from https
 

FloStar

New Member
May 15, 2014
5
0
Yes it still stuck by 20%


Showing you there there's a mixed content warning, your loading your externaltexts via http instead of HTTPS. Enable enforcing HTTPS via cloudflare or modify your ui-config to pull from https
When i change envrything to HTTPS, the client will load to 40% and crash with this Error:

You must be registered for see images attach

You must be registered for see images attach
 

React

Member
Sep 17, 2023
213
93
When i change envrything to HTTPS, the client will load to 40% and crash with this Error:

You must be registered for see images attach

You must be registered for see images attach

Alright so it might sound stupid to you, but it isn't. I fixed this for somebody else on this Forum, look at your files ALL of them and check they''re not saved as "filename.example" by default, sometimes they are, I swear by it, worked for me after I resaved the file to it's correct format.
Post automatically merged:

Alright so it might sound stupid to you, but it isn't. I fixed this for somebody else on this Forum, look at your files ALL of them and check they''re not saved as "filename.example" by default, sometimes they are, I swear by it, worked for me after I resaved the file to it's correct format.

Also check that port 2096 etc are open, so it can establish the correct connection, go to firewall inbound rules > call it emu/client whatever you want > enter the port > click save.

Do this for the required ports, if you need assistance I can help you via AnyDesk tomorrow, alternatively you can share screen on Discord & I will walk you through it, so that you learn at the same time/also resolving your problem.
 
Last edited:

Verbid

Member
Nov 18, 2023
34
47
When i change envrything to HTTPS, the client will load to 40% and crash with this Error:

You must be registered for see images attach

You must be registered for see images attach
The error message is showing that the server is sending a plain request instead of a secure one. Something isn't quite right, make sure your SSL cert is valid, it should show in console logs when you load if your certificate is being used.
 

Users who are viewing this thread

Top