Actions
Bug #4472
closeddedicated-process doesn't work with SSL
Start date:
09/11/2015
Due date:
% Done:
0%
Estimated time:
Description
I have a widget that exposes a http port and a https port for listening. The widget doesn't load if I try to access it via the https link. Chrome reports,
Mixed Content: The page at 'https://...' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'xxx'. This request has been blocked; the content must be served over HTTPS.
works fine if I go to a single processes with multiple threads.
Updated by Koen Deforche about 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
Benoit,
It seems that we are creating an incorrect URL for the XMLHttpRequest when using dedicated + https?
Koen
Updated by Benoit Daccache about 9 years ago
- Status changed from InProgress to Resolved
- Target version set to 3.3.5
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Actions