Jump to content

llRequestSecureURL returns a weak url...


Sabrina Tamerlane
 Share

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

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

Recommended Posts

It's not me who said that! It's curl:

curl https://simhost-..................agni.secondlife.io:12043/cap/........-....-....-....-..........
curl: (60) SSL certificate problem: CA certificate key too weak
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

So, I have looked on the net and it seems that I need to lower the security level to make it work... Or is it only on my sim? Did anyone else encounter this issue?

Link to comment
Share on other sites

2 hours ago, Sabrina Tamerlane said:

It's not me who said that! It's curl:

curl https://simhost-..................agni.secondlife.io:12043/cap/........-....-....-....-..........
curl: (60) SSL certificate problem: CA certificate key too weak
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

So, I have looked on the net and it seems that I need to lower the security level to make it work... Or is it only on my sim? Did anyone else encounter this issue?

 

22 hours ago, Xiija said:

just an update for anyone using Node.js

I got mine working by adding this to the Repl.it script...

require('ssl-root-cas')
  .inject()
  .addFile(__dirname + '/cert.crt');

and then copying the certificate and adding it as a file ( cert.crt )

from SecondLife Cert on Bitbucket

 

Security is Annoyingly non-trivial, which is why many SL things seem to be woefully unsecure. It /is/ possible though.

  • Thanks 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1000 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...