Skip to content
Discussion options

You must be logged in to vote

EDIT: sorry, I answered for MATLAB though you were interested in Stata.
For Stata, as a temporary workaround, you can execute this at Stata prompt as the first session, or in your profile.do/sysprofile.do:

java, shared(BItools): java.lang.System.setProperty("javax.net.ssl.trustStoreType", "Windows-ROOT")

MATLAB accepts Java startup options by means of a java.opts file.
in particular you can add a single line in that file with your option:

-Djavax.net.ssl.trustStoreType=Windows-ROOT

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@zymbuzz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zymbuzz
Comment options

Answer selected by zymbuzz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants