Skip to content

Commit 0704435

Browse files
committed
Re-enable ssl checking for authentication
1 parent a830e1a commit 0704435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/com/rtm516/mcxboxbroadcast/core/AuthManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public AuthManager(String cache, Logger logger) {
5050

5151
MinecraftAuth.LOGGER = logger.prefixed("Auth");
5252

53-
httpClient = MinecraftAuth.createHttpClient().setIgnoreInvalidSSL(true);
53+
httpClient = MinecraftAuth.createHttpClient();
5454

5555
appDetails = new MsaCodeStep.ApplicationDetails(MicrosoftConstants.BEDROCK_ANDROID_TITLE_ID, MicrosoftConstants.SCOPE_TITLE_AUTH, null, null, OAuthEnvironment.LIVE);
5656
initialAuth = new StepMsaToken(new StepMsaDeviceCodeMsaCode(new StepMsaDeviceCode(appDetails), 120 * 1000));

0 commit comments

Comments
 (0)