我正在尝试使用给定配置将Windows Embedded掌上电脑6.5 Professional连接到L2TP/IPSec VPN服务器:
Remote Gateway : xxx.xxx.xxx.xx
Authentication Method : Pre-shared key : xxxxxxxxxxxx
Mode : Aggressive
Phase-1 Proposal: aes128-sha256
DH Group : 5
Phase-2 Proposal: aes256-sha1
PFS: enable
DH Group: 5
User-name: xxxxxxxxxx
Password: xxxxxxxxxx每次我尝试连接时,都会给出错误的用户名和密码。我已经成功地使用上面提到的详细信息从桌面连接。
我尝试过以下几种方法:
发布于 2019-04-06 00:41:09
设备是否支持SHA2?Windows Mobile设备(Windows嵌入式手持设备)在固件https://support.microsoft.com/en-us/help/2986556/windows-embedded-handheld-6-5-does-not-support-sha2中实现定义的AKU (35)之前不支持SHA2。
另请参阅:https://support.honeywellaidc.com/s/article/Does-Windows-Embedded-HandHeld-support-SHA-256-certificates (因为你链接了霍尼韦尔的一篇文章)。
https://stackoverflow.com/questions/55451140
复制相似问题