HttpServers DocSecureHttpRequest sample generates certificate errors in web browsers
- Dominant language
- APL
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
)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](chrome-error://chromewebdata/#)
NET::ERR_CERT_INVALID
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.