Ulogin can't connect database with https:// page?

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

I published a webgl game, upload done in my hosting. Now, i play game and ulogin not connect with a https:// link :x
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

it does, be sure that you set the https url and that you open the game also with the https url, due you can't make http request from https.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

yes, my configuration is definitely https: // and playing games in https: //
However, I can not connect at all!
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

i upload game in other host with https:// (as https://gamejolt.com/) database not connect :cry:
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

That should be due crossdomain access denied,
I just notice that the crossdomain.xml file is not include in the package, my fault
create a new .xml file and paste this code:

Code: Select all

<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
then upload the .xml to the same folder where you upload the php script,
basically what this script does is allow access to your domain files from external domains.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

it didn't ok :cry:
uploaded crossdomain.xml https://imgur.com/AO29MF0
still not connect https://gamejolt.com/games/vietnam-war/125653
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

try upload it also in the root of your domain.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

still not connect :cry:
User avatar
Appache72
Member
Member
Posts: 11
Joined: Sat Feb 24, 2018 12:04 pm

I have an SSL certificate and I can login .. try to simply put your domain without http or https
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

Appache72 wrote:I have an SSL certificate and I can login .. try to simply put your domain without http or https
Did you upload game in another host? (like gamejolt?)
I also have an SSL certificate :cry:
Post Reply