Re: 0.9.2 dev fail compiling. (information for solve)
iseki
投稿数: 1581
Hello.
I finally had time to check, but I was also using mono-6.12.0.182.
No particular error on my part.
I can't seem to start the HTTPS process to connect to the database, is the Certificate File setting OK?
My MoneyServer.ini is as follows.
I finally had time to check, but I was also using mono-6.12.0.182.
No particular error on my part.
I can't seem to start the HTTPS process to connect to the database, is the Certificate File setting OK?
My MoneyServer.ini is as follows.
[Startup]
;
; Place to create a PID file
; PIDFile = "/tmp/money.pid"
NoVerifyCertChain = true
NoVerifyCertHostname = true
[MySql]
;
;Connection parameters of MySQL
hostname = localhost ; Name of MySQL Server
database = jogrid_db
username = ***********
password = ***********
pooling = false
port = 3306
;
; Max DB connections kept by money server.
MaxConnection = 30
[MoneyServer]
; Port No. of this Server
ServerPort = 8008
;
; If the user is not found in database,he/she will be created with the default balance.
DefaultBalance = 1000
; Name of this Server
;HostName = localhost
;
; If "00000000-0000-0000-0000-000000000000" is specified, all avatars can get money from system.
; If "" is specified, nobody can get money.
;BankerAvatar = "00000000-0000-0000-0000-000000000000"
BankerAvatar = "64bdf6f6-f5f3-4bea-9ca2-dd763a19b68a"
;
; If you want to use llGiveMoney() function normally even when payer doesn't login to OpenSim,
; please set true to this valiable
EnableForceTransfer = true
EnableAmountZero = true
;
; send money to avatar by MoneyScript (for Bonus)
EnableScriptSendMoney = true
MoneyScriptAccessKey = "*********** ;; specify same secret key in include/config.php or WI(XoopenSim/Modlos)
MoneyScriptIPaddress = "202.26.159.210" ;; not use 127.0.0.1
;
; for HG/Guest Avatar. Foreign Avatar is always false
;EnableHGAvatar = false
EnableGuestAvatar = true
;HGAvatarDefaultBalance = 0
GuestAvatarDefaultBalance = 300
;
[Certificate]
;
; Certification Configuration
;
; CA Cert to check Client/Server Cert
CACertFilename = "jogrid_cacert.crt"
;
; HTTPS Server Cert (Server Mode)
ServerCertFilename = "server_cert.p12"
ServerCertPassword = ""
; Client Authentication from Region Server
CheckClientCert = true ; client cert
ClientCrlFilename = "clientcrl.crt"
;
; XML RPC to Region Server (Client Mode)
;;CheckServerCert = false ;; check Region Server
;;ClientCertFilename = "client_cert.p12"
;;ClientCertPassword = ""
投票数:42
平均点:4.05
投稿ツリー
-
0.9.2 dev fail compiling. (information for solve)
(Luisillo, 2020-4-28 2:47)
- Re: 0.9.2 dev fail compiling. (information for solve) (Luisillo, 2020-4-28 5:52)
- Re: 0.9.2 dev fail compiling. (information for solve) (Luisillo, 2020-5-9 2:34)
-
Re: 0.9.2 dev fail compiling. (information for solve)
(iseki, 2020-5-18 14:16)
- Re: 0.9.2 dev fail compiling. (information for solve) (iseki, 2020-5-26 23:11)
-
Re: 0.9.2 dev fail compiling. (information for solve)
(Luisillo, 2020-5-27 0:54)
- Re: 0.9.2 dev fail compiling. (information for solve) (iseki, 2020-5-28 3:17)
- Re: 0.9.2 dev fail compiling. (information for solve) (Luisillo, 2023-7-14 1:04)
- Re: 0.9.2 dev fail compiling. (information for solve) (iseki, 2023-7-27 19:13)
- Re: 0.9.2 dev fail compiling. (information for solve) (iseki, 2023-8-11 15:11)
- Re: 0.9.2 dev fail compiling. (information for solve) (iseki, 2023-8-11 20:21)
- Re: 0.9.2 dev fail compiling. (information for solve) (iseki, 2023-8-12 13:14)