HTTP error code 12029 when trying to install compiled app

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일

0 개 추천

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

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개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2015b

질문:

2023년 9월 17일

편집:

2023년 9월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by