Issue With Certificate
- You cannot open a new topic into this forum
- Guests cannot post into this forum
hack13
Posts: 12

I am running on linux mono version 2.10.9
This is the error I get, and I can't for the life of me figure it out on my own. For that I apologize, I have tried generating my own, and more and just now banging my head against the wall...
02:56:49 - [MONEY SERVER] StartupSpecific: Fail to start HTTPS process
02:56:49 - [MONEY SERVER] StartupSpecific: Please Check Certificate File or Password. Exit
02:56:49 - [MONEY SERVER] StartupSpecific: System.NullReferenceException: Object reference not set to an instance of an object
at OpenSim.Framework.Monitoring.ServerStatsCollector.Initialise (IConfigSource source) [0x00000] in <filename unknown>:0
at OpenSim.Framework.Servers.ServerBase.RegisterCommonComponents (IConfigSource configSource) [0x00000] in <filename unknown>:0
at OpenSim.Framework.Servers.BaseOpenSimServer.StartupSpecific () [0x00000] in <filename unknown>:0
at OpenSim.Grid.MoneyServer.MoneyServerBase.StartupSpecific () [0x00000] in <filename unknown>:0
This is the error I get, and I can't for the life of me figure it out on my own. For that I apologize, I have tried generating my own, and more and just now banging my head against the wall...
02:56:49 - [MONEY SERVER] StartupSpecific: Fail to start HTTPS process
02:56:49 - [MONEY SERVER] StartupSpecific: Please Check Certificate File or Password. Exit
02:56:49 - [MONEY SERVER] StartupSpecific: System.NullReferenceException: Object reference not set to an instance of an object
at OpenSim.Framework.Monitoring.ServerStatsCollector.Initialise (IConfigSource source) [0x00000] in <filename unknown>:0
at OpenSim.Framework.Servers.ServerBase.RegisterCommonComponents (IConfigSource configSource) [0x00000] in <filename unknown>:0
at OpenSim.Framework.Servers.BaseOpenSimServer.StartupSpecific () [0x00000] in <filename unknown>:0
at OpenSim.Grid.MoneyServer.MoneyServerBase.StartupSpecific () [0x00000] in <filename unknown>:0
Votes:69
Average:5.22
iseki
Posts: 1581

It seems that this is bug.
Please wait a little
Please wait a little
Votes:57
Average:4.74
hack13
Posts: 12

wondering if it is possible to not use https and just http?
Votes:56
Average:4.11
iseki
Posts: 1581

Thank you for your bug report.
OpenSim Interface was changed.
I corrected now.
Please update opensim.currency
ex.)
cd opensim.currency
svn update
./build.sh
Thanks.
OpenSim Interface was changed.
I corrected now.
Please update opensim.currency
ex.)
cd opensim.currency
svn update
./build.sh
Thanks.
Votes:51
Average:4.31
iseki
Posts: 1581

Quote:
If you set ''ServerCertFilename'' and ''ServerCertPassword'' (in MoneyServer.ini) to empty string, Money Server works with HTTP.
ex.)
; for HTTPS
ServerCertFilename = ""
ServerCertPassword = ""
In this case, you must change MoneyServer URL in OpenSim.ini from https://.... to http://....
hack13 wrotes:
wondering if it is possible to not use https and just http?
If you set ''ServerCertFilename'' and ''ServerCertPassword'' (in MoneyServer.ini) to empty string, Money Server works with HTTP.
ex.)
; for HTTPS
ServerCertFilename = ""
ServerCertPassword = ""
In this case, you must change MoneyServer URL in OpenSim.ini from https://.... to http://....
Votes:66
Average:5.30