當前位置: 首頁 >> Windows Server 2008 R2
修正「安全通道支援發生錯誤 (an error occurred in the secure channel support)」 Part II

修正「安全通道支援發生錯誤 (an error occurred in the secure channel support)」 Part II

相隔幾個月後,我又遇見了「安全通道支援發生錯誤 (an error occurred in the secure channel support)」的問題。前文,Part One, 改用TLS 1.2已經可以解決的問題,在這次,有新的變化。由於部分網站採用的SSL加密,是更高強度的 RSA 2048 key,而非前文在cloudflare.com所使用的 EC 256bits key。即使同樣是tls 1.2,仍碰到問題。經過研究後,對比了不同網站採用的SSL加密KEY。如下圖,一般cloudf
2018-04-19    web 技術    5786    0   
修正「安全通道支援發生錯誤 (an error occurred in the secure channel support)」

修正「安全通道支援發生錯誤 (an error occurred in the secure channel support)」

最近的cloudflare.com改了https的認證為 TLS 1.2,造成 Windows Server 2008 R2 很多機器,因為預設值 DefaultSecureProtocols 並非TLS 1.2,VB6與 classic ASP的winhttp,ServerXMLHTTP 相繼無法正常運作,會有報錯:安全通道支援發生錯誤 (an error occurred in the secure channel support)。

2017-10-30    web 技術    9479    0   
class ASP 包含 VB DLL 移植至 Windows Server 2008 R2 64位元系統

class ASP 包含 VB DLL 移植至 Windows Server 2008 R2 64位元系統

傳統的ASP移植到WINDOWS SERVER 2008-2012 系統,網路上已經有很多文件說明。因為傳統ASP是32位元程式,在64位元系統,IIS 7 裡面的 appPool都要調整成允許32位元程式執行運作。ODBC 也得使用 SYSWOW64 裡面的 odbcad32.exe 進行設定。

不過,很少人提到以前的3-tier架構的ASP網站,都還有中間層 middle-tier,一般都是COM DLL,或稱COM元件。

以下就是我的例子,移植一個傳統ASP 3-tier 網站至Windows Server 2008 R2 64位元作業系統:

2016-05-31    web 技術    3071    0