Quantcast
Browsing all 1501 articles
Browse latest View live

How to enable HTTPS for standalone Wiremock

Overview:I used wiremock standalone 2.1.11 and did the following to enable HTTPS URL for my request but to no avail: Studying the doc http://wiremock.org/docs/running-standalone/Adding --https-port but...

View Article


Image may be NSFW.
Clik here to view.

Downloading corrupted files from url with flutter web

I am developing a web app with Flutter (web) and I need to download a file (of any type of extension) via a URL, DOWNLOAD it and not open it through the browser.The problem is that using this code, it...

View Article


Launching https on Tomcat Port 8443 - requires the APR/native library which...

I need advice on https.Below is the configuration of the server.xml file<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" maxParameterCount="1000" redirectPort="8443"...

View Article

http.exceptionHandler() deprecated and removed in spring 6.2

I am trying to set up HttpSecurity in Spring 6.1.2 and I need to add jwtEntrypoint to it but I discoveredprotected void configure(HttpSecurity http) throws Exception {...

View Article

GCP loadbalancer doesn't work with IAP(Identity-Aware Proxy) settings

I have my loadbalancer in GCP which has HTTPS frontend with my certificate and SSL policy set on my domain. After enabled IAP(Identity-Aware Proxy) in backend, the OAuth consent screen works well when...

View Article


Unable to connect to Websocket over WSS on HTTPS page

i'm stuck really stuck, i'm on apache 2.4 on a godaddy VPS server running almaliux8 and i'm trying to build a customer loyalty app for my company using Websockets to communicate between the cashier and...

View Article

Secure WebSocket Server (TLS and wss)

I run a static HTTPS page on a webserver providing a valid certificate. On my page, there is a JavaScript creating a websocket connection.new WebSocket('wss://IpOfWebsocketServer');The first thing the...

View Article

IBM Websphere - Websockets (wss) - Connection to a websocket server in other...

Good afternoon,I come to request support here to try to understand a behavior that I have noticed in my application and that I cannot explain the reason why it happens.SettingsI'm using Webshepere,...

View Article


Image may be NSFW.
Clik here to view.

Unreal Engine + Websocket + SSL Certificate

Here is an insallation I manage to create :Unreal Engine is a graphical video game engine.I've installed a plugin which can create a websocket server and a websocket client.So I can perfectly make...

View Article


WebSocket connection is taking long time and failed

I created a secure websocket using this,const Socket = require("websocket").serverconst https = require("tls")const fs = require('fs');//certificate informationconst certificate = { cert:...

View Article

google search console problems (missing https urls and missing internal...

TY, for your advice in advance!First to images showing our indexed pages our not indexed pages and our https URLs. Why is google search console only showing about 140 https URLs. I have no clue.htpps...

View Article

Micronaut Http Client PKIX and trustAnchors Cerificate errors

I am using Windows OS, developing in IntelliJ IDE, using JDK 22 and Micronaut.I am trying to integrate with an application that requires a certificate, and this started to generate an error...

View Article

Image may be NSFW.
Clik here to view.

Issues with setting https.protocols System Property for HTTPS connections

I have a Java Implementation which used by various client applications to connects to to the third party systems. These third party systems supports different protocols over http/https. In this case,...

View Article


WebSocket Error in connection establishment: net::ERR_CONNECTION_CLOSED

I am getting this error when I attempt to establish a wss connection with my server:WebSocket connection to 'wss://mydomain:3000/' failed: Error in connection establishment: net::ERR_CONNECTION_CLOSEDI...

View Article

Secured WebSocket connection not working in FireFox and Chrome in MAC OS?

I am having two applications one in server and another one is client application. In server I am creating webSocket and in client I am creating we webSocket client.Here I am getting Error (FireFox and...

View Article


Websocket - WSS not working on HTTPS in video recording

Application + Implementation overviewIn out application we need to performig video recording. We went ahead with MediaRecorder API hosted at...

View Article

Node wss Websocket works on Desktop, not on Mobile

I'm trying to get my phone's orientation data to send to a local server via node's WebSocket (ws) library. In my research, it seems that orientation data is only accessible using ssl, so this will only...

View Article


Subversion checkout not working in terminal over HTTPS Ubuntu 16.04

I am facing an issue while trying to checkout a project on the server using "svn co" command. Checking out and updating with softwares like TortoiseSVN or PHPStorm work properly over HTTPS, only the...

View Article

SIM7000E fails to run HTTPS request

first of all, I have searched the internet for hours and tried a lot of advices, but I still do not know, how to run the HTTPS request. Modem boud rate is 9600, SIM card is registered with the...

View Article

Problem with WSS handshake (PHP WebSocket Server)

I developed a WebSocket server using PHP and it worked fine with ws://, but in production environment it uses https://, then I must use wss://.Should I use certificate to start the socket or something...

View Article
Browsing all 1501 articles
Browse latest View live