Jerilyn Acajou 1 Posted February 27 Share Posted February 27 (edited) Requests one HTTPS:// (SSL) url for use by the script. The http_request event is triggered with the result of the request. HTTPS-in uses port 12043. as I read the document, default port for LSP https server is 12043, Can we change it to another specific port , for ex, ,88,443 or 8443 ? The outside world server need only some few specific port and deny to connect to in-world server. Edited February 27 by Jerilyn Acajou Link to post Share on other sites
0 animats 4,249 Posted February 27 Share Posted February 27 I don't think so. Although you can create HTTP servers from inside SL, there's no easy way to find them. There's no SL DNS server that lets you name them. They don't have persistent IP addresses. SL doesn't use IPv6 yet, so there isn't enough address space for that. This is to some extent intentional. A general web server in LSL is a terrible idea. It's a load on sim resources better spent on in-world tasks. 1 Link to post Share on other sites
0 Jerilyn Acajou 1 Posted February 28 Author Share Posted February 28 (edited) Thank animats, I have no problem about sl domain name. I used key value mapping web service to update new sl server URL evervytime it restarted. I currently can remote control my item from outside world without problem SL http server use port 12043 as show below. https://simhost-03efdf8b1d043ec69.agni.secondlife.io:12043/cap/b87 But only some web service deny to use this port. I might use relay server between this web service and sl http server to fix this issue, but that is more complicated. I just want to avoid it. Edited February 28 by Jerilyn Acajou Link to post Share on other sites
Question
Jerilyn Acajou 1
Requests one HTTPS:// (SSL) url for use by the script. The http_request event is triggered with the result of the request. HTTPS-in uses port 12043.
as I read the document, default port for LSP https server is 12043, Can we change it to another specific port , for ex, ,88,443 or 8443 ?
The outside world server need only some few specific port and deny to connect to in-world server.
Link to post
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now