Keycloak API always returns 401
I'm trying to interact with Keycloak via its REST API. I have the master realm and the default admin user, and a test realm. Firstly, I get an access token for the admin account and test realm:let data...
View ArticlePHPMyAdmin HTTPS Configuration with Docker Compose
I'm new to Docker and I'm encountering difficulties configuring PHPMyAdmin with Docker Compose to work with HTTPS on localhost on port 8443. I've managed to set up PHPMyAdmin with Docker Compose and...
View ArticleHow to authenticate when calling Azure Logic App?
I was asked to refactor an AWS Lambda (using Python) which calls an Azure Logic App.When I run my Lambda, it gets a 202 (accepted) response. In Azure, I can see the request failed with the following...
View ArticleHow to run cockpit from windows using putty and port forwarding?
So we are trying to figure if we can connect to cockpit server from mRemoteNG over SSH. mRemoteNG uses putty sessions.we can connect from browser: https://<server-ip>:9090/ just fine but we want...
View ArticleAfter SSL/TLS handshake is done what port is used? 80 or 443?
When we first try to connect to a website using https we send our request to port 443. After the handshake and all those preliminary actions needed to request and verify the certificate is done and...
View ArticleExperimental HTTPS in Next.JS doesn't work if I run dev from a external HD
I have all my projects in an external HD in a Mac Studio M1. I don't have any issues running any of my projects. Just recently I found out that the flag --experimental-https doesn't create a...
View ArticleNGINX Reverse Proxy - ERR_TOO_MANY_REDIRECTS - how to fix?
Until now, I used a PHP script on the main server B 93.151.75.75, which was behind the NGINX reverse proxy server A 173.176.183.183. On the website2.com domain name. And it worked.Now I have installed...
View ArticleSSLHandshakeException - Chain chain validation failed, how to solve?
in my application I am trying to do a HTTPS POST request to my server.However, I keep getting SSLHandshakeException - Chain chain validation failed, all the time. I tried to send a request using...
View ArticleUsing Keycloak behind a reverse proxy: Could not open Admin loginpage because...
so I have a problem getting keycloak 3.2.1 to work behind kong (0.10.3), a reverse proxy based on nginx. Scenario is:I call keycloak via my gateway-route via https://{gateway}/auth and it shows me the...
View ArticleTomcat 9 configuration for HTTPS with HSTS
We are trying to setup HSTS for an application served from a Tomcat 9 server installed on Windows Server 2016 without IIS. When I load a page from it the response header, in developer console, does...
View ArticleChrome blocks FastAPI file download using FileResponse due to using HTTP...
I have a basic FastAPI website with an endpoint to download an Excel template. The url's scheme is HTTPS. Until recently, this worked fine on Chrome and Safari. As people upgraded, Chrome has been...
View ArticleCash Register not sending data to URL
I’m working on a project in Java Spring Boot where I need to facilitate TLS communication between a fiscal cash register and a server. I have the cash register’s certificate, and I install a...
View ArticleSprinboot https enabling gives an error during startup
I wanted to enable my Springboot webproject to locally run on https.Unfortunately I got the following error during startup:javax.crypto.BadPaddingException: Given final block not properly padded. Such...
View ArticleRead error: Failure in SSL library, usually a protocol error
I am trying to access an secure url by using a DefaultHttpClient.I am creating BKS file using portecel tool.The jks file created using the same is working fine in java program but the bks is throwing...
View ArticleIs it possible to retrieve an entire directory from a web URL at once?
I'm currently attempting to scrape a wiki for some image files. I have determined that every image I want is hosted at a URL with the following structure:https://static.wikia.nocookie.net/<game...
View ArticleWhy do my ubuntu server parsing The certificate of github does not correspond...
When I trygit clone https://github.com/xixi-cathy/regX.gitIt returns an error shows "fatal: SSL: certificate subject name (*.inkafactura.com) does not match target host name 'github.com'".I...
View ArticleHow to use http request headers in Got?
I have a very simple goal in mind. I want to make an API request from an API known as Zomato from my node.js server application. I'm using an https request framework known as Got, which is supposed to...
View Articlefetch localhost without redirecting to https?
In the development environment, I don't want to make things complicated by using https and SSL/STL certifications.I learned how to prevent Google Chrome from redirecting localhost to https, and a JSON...
View ArticlePython http.server requests gets reset (RST) connection after every request...
With Curl I get the data correcty, but after connection:command:curl https://172.17.0.1:8443Result:<html><data>....</data>...curl: (56) OpenSSL SSL_read: error:0A000126:SSL...
View ArticleTLS handshake failure due to RST after client hello [closed]
I have a VM where a caddy server is hosted with simple https settings. CaddyFile:<my domain name>:2083 { reverse_proxy /path 127.0.0.1:26364}:443 { root * /var/www/html file_server}The domain...
View Article