Trying to set up access to snapshot debugger for Microsoft Business Central OnPrem with remotely access when I got this error message:
[2023-02-02 10:50:17.20] Requesting metadata for a snapshot debugging session.
[2023-02-02 10:50:17.20] Sending request to https://<CompanyURL>.com:7483/<BC INSTANCE>/snapshotdebugger/snapshotendpointmetadata
[2023-02-02 10:50:17.28] Error: The SSL connection could not be established, see inner exception.
Unable to read data from the transport connection: En befintlig anslutning tvingades att stänga av fjärrvärddatorn..
En befintlig anslutning tvingades att stänga av fjärrvärddatorn.
[2023-02-02 10:50:17.28] Error: An error occured while processing the request.
Request ID: c563c627-4bc2-44ce-9cf0-6f1b5cd22d82
Session ID: 00721ee7-41e7-4f25-b1fc-354139dba1a6
If you are targeting a cloud instance, supply these IDs if contacting Microsoft support.
[2023-02-02 10:51:03.79] All reference symbols have been downloaded.
Apparently I had forgotten to activate both DeveloperServicesSSLEnabled and SnapshotDebuggerServicesSSLEnabled settings on the NST at the same time. Once I turned both of them off, restarted the NST and then activated both again then I stopped receiving this error.