You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
I setup my nginx according to the readme and I do get this lua error upon login attempt:
2015/02/20 18:35:11 [error] 28262#0: *1275 lua entry thread aborted: runtime error: /usr/local/share/lua/5.1/Spore/Protocols.lua:101: not protocol https
stack traceback:
coroutine 0:
[C]: in function 'assert'
/usr/local/share/lua/5.1/Spore/Protocols.lua:101: in function 'request'
/usr/local/share/lua/5.1/Spore/Core.lua:72: in function 'http_request'
/usr/local/share/lua/5.1/Spore.lua:141: in function 'authentication'
/etc/nginx/lua/crowd-auth.lua:66: in function </etc/nginx/lua/crowd-auth.lua:1>, client: 213.160.35.88, server: project-barcelona.ch, request: "OPTIONS /processmodels HTTP/1.1", host: "XXXX.com"
The location is using HTTPS is there anything wrong with that?
Thanks!
Alessandro
The text was updated successfully, but these errors were encountered:
Hey there
I setup my nginx according to the readme and I do get this lua error upon login attempt:
2015/02/20 18:35:11 [error] 28262#0: *1275 lua entry thread aborted: runtime error: /usr/local/share/lua/5.1/Spore/Protocols.lua:101: not protocol https
stack traceback:
coroutine 0:
[C]: in function 'assert'
/usr/local/share/lua/5.1/Spore/Protocols.lua:101: in function 'request'
/usr/local/share/lua/5.1/Spore/Core.lua:72: in function 'http_request'
/usr/local/share/lua/5.1/Spore.lua:141: in function 'authentication'
/etc/nginx/lua/crowd-auth.lua:66: in function </etc/nginx/lua/crowd-auth.lua:1>, client: 213.160.35.88, server: project-barcelona.ch, request: "OPTIONS /processmodels HTTP/1.1", host: "XXXX.com"
The location is using HTTPS is there anything wrong with that?
Thanks!
Alessandro
The text was updated successfully, but these errors were encountered: