Issue: When client (IE or Web Client App) connect to https WebServer then urlmon.dll calls calback function with HRESULT -> 0x800c0008 The download of the specified resource has failed.
1. Create Weserver (Secure WebServer) and bind with 443(https)
2. Connect Secure Web Server as https connection
Error: The download of the specified resource has failed
Call Stack:=> urlmon.dll ::MonikerBindToStorage() return S_OK but calls callback function with with download error
mfc100u.dll!_AfxBindHost::MonikerBindToStorage(IMoniker * pMk, IBindCtx * pBC, IBindStatusCallback * pBSC, const _GUID & riid, void * * ppvObj)
mfc100u.dll!CMonikerFile::Attach(IMoniker * pMoniker,IBindHost * pBindHost, IBindStatusCallback * pBSC, IBindCtx * pBindCtx, CFileException * pError)
mfc100u.dll!!CMonikerFile::Attach(const wchar_t * lpszUrl, IBindHost * pBindHost, IBindStatusCallback * pBSC, IBindCtx * pBindCtx, CFileException * pError)
Note:
1. The issue occurs only with https connection
2. The issue occurs only with Windows Server 2012
Please help me to figure out root cause of issue