Jump to content
  • 0

Can we create in-world server by function llRequestSecureUrl() and set it to use specific port


Jerilyn Acajou
 Share

You are about to reply to a thread that has been inactive for 1125 days.

Please take a moment to consider if this thread is worth bumping.

Question

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 by Jerilyn Acajou
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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.

  • Thanks 1
Link to comment
Share on other sites

  • 0

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 by Jerilyn Acajou
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1125 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...