)load conga
]load [DYALOG]/Samples/Conga/HttpServers/DocSecureHttpRequest
#.DocSecureHttpRequest
srv←Conga.Srv 22222 DocSecureHttpRequest
srv.Start
In Firefox, I navigate to https://localhost:22222
It then says this:
Secure Connection Failed
An error occurred during a connection to localhost:22222. PR_CONNECT_RESET_ERROR
Error code: PR_CONNECT_RESET_ERROR
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
In Chrome, it says this:
Your connection is not private
Attackers might be trying to steal your information from localhost (for example, passwords, messages or credit cards). Learn more
NET::ERR_CERT_INVALID
)load conga
]load [DYALOG]/Samples/Conga/HttpServers/DocSecureHttpRequest
#.DocSecureHttpRequest
srv←Conga.Srv 22222 DocSecureHttpRequest
srv.Start
In Firefox, I navigate to https://localhost:22222
It then says this:
Secure Connection Failed
An error occurred during a connection to localhost:22222. PR_CONNECT_RESET_ERROR
Error code: PR_CONNECT_RESET_ERROR
In Chrome, it says this:
Your connection is not private
Attackers might be trying to steal your information from localhost (for example, passwords, messages or credit cards). Learn more
NET::ERR_CERT_INVALID