mvanrijnen 123 Posted June 30, 2023 (edited) Hello, I just had to work on a project for the first time in D11.3, it uses TRestclient against the MSGRaph API. Now i'm getting error 12029, probably some TLS problem, anyone got a quick solution? Tried, .SecurityProtocols := [TLS12, TLS13] etc. not working Running on Windows 11 (21H2), updating to 22H2 right now. Edited June 30, 2023 by mvanrijnen Share this post Link to post
Lars Fosdal 1792 Posted June 30, 2023 When do you get the error? During connect, authentication or later? Share this post Link to post
mvanrijnen 123 Posted June 30, 2023 During the Execute of the post to get the token. 'https://login.microsoftonline.com/[clientname].onmicrosoft.com/oauth2/v2.0/token' Share this post Link to post
mvanrijnen 123 Posted June 30, 2023 pff found it, there was a proxy server forced in debug mode. Share this post Link to post