• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

NTO Armageddon

Yuumii

New Member
Joined
Jun 27, 2018
Messages
13
Reaction score
2
Last edited:
Unfortunately we can't help you with that. We redirect to http protocol because not every website is configured to serve https requests.

You can make a fix yourself by detecting that a user is connecting via http and redirect him to https.

Use one of the examples if you don't know how to achieve that:
With PHP: Redirecting from HTTP to HTTPS with PHP (https://stackoverflow.com/questions/5106313/redirecting-from-http-to-https-with-php)
With nginx: How to Redirect HTTP to HTTPS in Nginx | phoenixNAP KB (https://phoenixnap.com/kb/redirect-http-to-https-nginx)
 
Back
Top