フィルターのクリア

HTTP error code 12029 when trying to install compiled app

19 ビュー (過去 30 日間)
Dave Watson
Dave Watson 2023 年 9 月 17 日
編集済み: Dave Watson 2023 年 9 月 18 日
I built a DLL on R2015b/W7 64-bit. I can install it (MyAppInstaller_web.exe) on my W10 machine but not on the W7 computer it was built on? I keep getting the HTTP error code 12029 exception.
Any ideas? Have tried everything I found online to address the issue with no luck. Thanks.

採用された回答

Walter Roberson
Walter Roberson 2023 年 9 月 17 日
You are probably running into a challenge that most places stopped supporting an older HTTPS encryption.
You might have to change the java.opts file before you build the application.
  2 件のコメント
Walter Roberson
Walter Roberson 2023 年 9 月 17 日
And since you are targetting the Windows 7 machine, you might have to do this in the reverse sense -- you might have to configure it for an earlier encryption standard instead of TLS1,2
Dave Watson
Dave Watson 2023 年 9 月 18 日
編集済み: Dave Watson 2023 年 9 月 18 日
Thank you, Walter. Adding the java.opts file didn't help (ML is definitely picking up on it) but I will play with it some more.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by