Issue With Certificate
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
hack13
投稿数: 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
投票数:67
平均点:5.22
iseki
投稿数: 1581

It seems that this is bug.
Please wait a little
Please wait a little
投票数:54
平均点:5.00
hack13
投稿数: 12

wondering if it is possible to not use https and just http?
投票数:53
平均点:4.15
iseki
投稿数: 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.
投票数:48
平均点:4.38
iseki
投稿数: 1581

引用:
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://....
投票数:63
平均点:5.40