HTTP error code 12029 when trying to install compiled app
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dave Watson
am 17 Sep. 2023
Bearbeitet: Dave Watson
am 18 Sep. 2023
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.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 17 Sep. 2023
You are probably running into a challenge that most places stopped supporting an older HTTPS encryption.
See https://www.mathworks.com/support/bugreports/1741173 for a potential java.opts work-around. Or see it summarized at https://www.mathworks.com/matlabcentral/answers/401291-using-tlsv1-2-with-webread#answer_321261
You might have to change the java.opts file before you build the application.
2 Kommentare
Walter Roberson
am 17 Sep. 2023
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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!