- Posts: 40
- Thank you received: 2
Grid Status: | Offline |
2022-03-19 03:54:52,520 ERROR [XMLRPC-GROUPS-CONNECTOR]: An error has occured while attempting to access the XmlRpcGroups server method groups.getAgentActiveMembership at http://www.moonlightestates.me:80/jOpensim/index.php?option=com_opensim&view=interface: Cannot handle redirect from HTTP/HTTPS protocols to other dissimilar ones.
Please Log in to join the conversation.
# SSL/TLS Certificates
# HTTPS(SSL/TLS). You need to put certs in extras\Certs
# changed by Dreamgrid
Define SSL
<IfDefine SSL>
LoadModule ssl_module modules/mod_ssl.so
</IfDefine>
#<IfModule ssl_module>
# RedirectMatch Permanent "^(/(?!Search/).*)" https://%{ServerName}$1
#</IfModule>
#RewriteEngine On
#RewriteCond %{HTTPS} !=off
#RewriteRule ^/?(.*) https://%{ServerName}/$1 [R,L]
Please Log in to join the conversation.
[Const]
...
jOpensimURL = "https://url-to-your-joomla"
...
[Startup]
...
NoVerifyCertChain = true
NoVerifyCertHostname = true
...
Please Log in to join the conversation.