Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
39 views

m getting an SSL error when making an HTTPS request in a Rails controller (Ruby 3.1.6): OpenSSL::SSL::SSLError in PurchaseAttemptsController#create SSL_connect returned=1 errno=0 peeraddr=3.175.45.47:...
Arnold Roa's user avatar
  • 7,776
2 votes
1 answer
48 views

Hoping to get yalls help on the issue I am now sort of desperate about Context: I am deploying a docker container on EC2 Ubuntu, where it is used by two images - one for my Prisma-NestJs-based API and ...
groove_of_course's user avatar
-3 votes
0 answers
22 views

I've been having a hard time in trying to fix this problem. Currently since we've already deployed a website in Azure, I don't know if any local changes I've made concerns with the deployed website. ...
kjkjkl's user avatar
  • 1
2 votes
0 answers
77 views

I have a Springboot server with two ssl self signed certificates configured for different hostnames. One certificate assigned to hostname localhost. Another assigned as fallback, so any hostname other ...
naveejr's user avatar
  • 755
0 votes
1 answer
61 views

I am using a known-to-be-valid PEM certificate for the purposes of calling an HTTP proxy using Python requests, but since I am in a serverless function environment, I want to create the PEM file in-...
starmandeluxe's user avatar
1 vote
0 answers
41 views

I saw that granian recently updated their version: 2.5.7 - https://pypi.org/project/granian/ Since i need to configure the allowed TLS version and the minimum one, I thought I'm lucky because in the ...
Geo's user avatar
  • 306
Best practices
0 votes
0 replies
33 views

The last time I had to choose between using mpm_worker and mpm_event, it was my understanding that mpm_event was functionally equivalent to just using mpm_worker if SSL was enabled and so it couldn't ...
Dan's user avatar
  • 884
0 votes
0 answers
48 views

Apache 2.4 Reverse Proxy + TLS: iOS/macOS Only — Proxied POST Requests Take 60+ Seconds (Android/Windows <1s) I'm running Apache HTTPD 2.4.46 (custom build on RHEL) as a TLS terminator and reverse ...
Youn eciohc's user avatar
1 vote
1 answer
107 views

I have a simple Python code to establish TLS connectivity between a server and a client The server side script: ´server.py´ from socket import socket, AF_INET, SOCK_STREAM from ssl import SSLContext, ...
Altaf's user avatar
  • 91
2 votes
1 answer
94 views

My NET.MAUI Android app is throwing SSLPeerUnverifiedException: Hostname 192.168.100.2 not verified when sending POST request to a PHP script located on my desktop's IIS localhost, as shown below. ...
Stanislav Panferov's user avatar
1 vote
0 answers
94 views

I keep getting a timeout error which I can't currently explain. I'm new to networking in Python, but I can create and interact with example websocket code. For some reason the code below hits a ...
mathPhys's user avatar
0 votes
0 answers
28 views

Title: React Native CLI on Windows 11 fails to build Android app: Gradle SSLException Tag mismatch Body: I am trying to run a new React Native app on my Android phone using React Native CLI on Windows ...
Sayeeswarnan S's user avatar
0 votes
0 answers
36 views

I am building a background worker in php for my website, that needs to make a restfull api call to another website. I decided to use GuzzleHttp over a custom curl implementation since it's well ...
user2308374's user avatar
2 votes
1 answer
59 views

I generate a self-signed certificate for testing purposes with localhost in subjectAltName openssl req -x509 -newkey ec:<(openssl ecparam -name secp384r1) -sha256 -nodes \ -keyout "$KEY_FILE&...
spraff's user avatar
  • 33.7k
0 votes
0 answers
67 views

I have an Android app where I load images either using Glide + PhotoView or fallback to WebView. For most users everything works fine, but on some devices (for example Redmi Note 11, Android 13) the ...
Qasim Malik's user avatar
4 votes
2 answers
183 views

I am using java built-in SunEC 21 security provider to do X25519 test cases and all work but one. I am using the same logic for every test just different inputs. When I use the inputs: Public key: ...
whynotjava's user avatar
0 votes
1 answer
88 views

Running Java 17 and Spring Boot 3.4.3 I have SSL configured in application.properties: server.port=9969 server.ssl.enabled=true server.ssl.key-store=file:/absolutepath/keystore.p12 server.ssl.key-...
plex4r's user avatar
  • 373
0 votes
0 answers
72 views

I am encountering an SSL handshake exception when trying to download the Expo Gradle plugin dependencies during build. Even after manually adding the Expo repository SSL certificate to my JDK trust ...
Jobean's user avatar
  • 1
1 vote
1 answer
95 views

I have tried python requests and was able to load the certificate. But im switching to selenium since the website needs interaction. Can you give me an input on how I implement in python selenium. Im ...
shamyjun22's user avatar
-4 votes
1 answer
53 views

My understanding of HTTPS is that the initial server communication has the authority sent in plaintext while the remainder of the communication is encrypted, eg https://example.com/foo?bar=baz will ...
Mawootad's user avatar
1 vote
0 answers
146 views

How do I make an outbound TLS connection (not HTTPS) from within WASM in Rust? Using WASI of course (not inside a browser). I've tried tokio_native_tls and rustls. Both fail to compile, saying that ...
AltF4's user avatar
  • 71
-1 votes
1 answer
72 views

I have a server using openssl and I sent a connect request using openssl as: openssl s_client -4 -connect www.google.com:443 -sigalgs rsa_pss_rsae_sha384 -tls1_2 I expected the connection to fail ...
ABHISHEK PATIL's user avatar
0 votes
0 answers
41 views

I have a use-case for Spring Cloud Gateway where my backend servers present a SSL certificate that is different from the URI present in the route configuration, and I am using Spring Cloud load-...
joel's user avatar
  • 39
0 votes
0 answers
115 views

Code I’m running: connection_type="sapodata", connection_options={ "ENABLE_CDC": "false", "connectionName": "sapodata-connection&...
Lintang Gilang Pratama's user avatar
1 vote
0 answers
140 views

I have been stuck on this problem for weeks now. The application is a legacy .NET 4.0, and this is the code to connect to port 636: LDAPModel message = new LDAPModel(); string ldapServer = ...
CodingNeeded's user avatar

1
2 3 4 5
1023