Jonas Carlsen Kjær
I've had to make some services that make HTTP requests to endpoints that require authentication via certificates. These services run fine when testing them locally or running them in a local container. But as soon as they are deployed to production, they start taking 15 seconds more than normal to finish their HTTP requests that use certificates.
I've changed my VPN provider to NordVPN, and therefore wanted to setup my Synology DS414 to connect through it. Here is how you can do it too.
If you're like me and use VSTS, you might also be like me and use a different time format than the standard US format.
I'm creating a new websocket server in Java just to see what it takes, and for that I will be using IntelliJ IDEA by JetBrains. Follow along if you wish to experiment with WebSockets in Java EE, and need a place to start.