SolidLabResearch / LDES-in-SOLID-Semantic-Observations-Replay

1 stars 2 forks source link

support HTTPS protocol with a certificate for replaying to pods using HTTPS (e.g. Node Solid Server) #27

Open argahsuknesib opened 7 months ago

argahsuknesib commented 6 months ago

Currently using a self-signed certificate and disabling the check for testing purposes with,

export NODE_TLS_REJECT_UNAUTHORIZED='0'

Please don't do this in production.