tls1.2 Questions
1
We have a few ASP.NET and WCF applications that are continuously being migrated to latest .net framework version as it is being released. This migration was working fine until we reached .NET Frame...
2
I created a docker container for talking to the google api using GoLang. I started off using a SCRATCH container and am getting the error certificate signed by unknown authority upon changing to ub...
3
Solved
reproduction
Latest Docker Edge (18.03.0-ce-rc1-win54 (16164)) installed on Win10.
Switched to "Linux Container" before updated to latest Docker CE Edge version (but latest "Docker for Windows" U...
Telophase asked 1/3, 2018 at 12:31
2
Solved
I'm trying to bring an old TLS 1.0 implementation (that I did not write) up to date to speak TLS 1.2.
As a first step I integrated the TLS 1.1 change of putting the plaintext initialization vector ...
Barkley asked 27/9, 2018 at 14:11
1
Currently, I have a ngnix server (on port 5001) behind which a gRPC server is running, nginx having TLS enabled. All gRPC clients need to send the request to nginx port which forwards to gRPC serve...
Mishap asked 27/9, 2018 at 15:57
2
Solved
I am using a spring boot 2.0.2 app to make REST api calls to an external api via HTTPS.
I am new to the world of TLS and SSL. My understanding is TLS is the more secure way of communicating secure...
Altostratus asked 22/8, 2018 at 18:5
1
Solved
According to .net guidance of TLS protocol programming, it suggests to config security via appcontext switch when your project targets on .net 4.6. This way works when add appcontext in app.config ...
Jalousie asked 12/8, 2018 at 9:2
0
I am developing an application where I must communicate via HTTPS with an embedded IoT product that has a self-signed certificate. I successfully set up OkHttp to work with the self-signed certific...
1
Solved
I am running a docker binary I built (following this) and when I do a docker pull, I get this error.
Error response from daemon: Get https://registry-1.docker.io/v2/: proxyconnect tcp: tls: over...
0
First of all please ignore this question if its too simple or useless.
I am new to TLS and am trying to implement the SSL for my secure data transmission between my client and server. My backend ...
Distinctly asked 26/7, 2018 at 11:8
1
I try to send mails from out company exchange server via Python. My problem is, that I get a SSL error. I read a lot of pem-, cer-, crt-files, but I can not connect all these information to have su...
Barite asked 10/7, 2018 at 10:10
1
Solved
Using C# 4.0, I need to make HTTPS call with the BouncyCastle library (Short story : Windows XP + TLS 1.2).
When using the following code, I get a "HTTP Error 400. The request verb is invalid."
H...
Consecrate asked 15/6, 2018 at 12:45
1
I've seen multiple threads on this but still can't get up and running.
I've tried TLS and TCP connections, but the main issue is that browsers cannot understand these URLs (e.g. tls://2456xxxx.ngr...
1
Solved
I'm trying to connect my Android app to a TLS-secured SOAP endpoint using kSoap2 and EasyWSDL, but I'm getting the following exception:
W/System.err: javax.net.ssl.SSLHandshakeException: Connectio...
Johnnyjohnnycake asked 5/6, 2018 at 11:4
1
Solved
Does OpenSSL 0.9.8x support TLS1.2? I looked at the changelog for OpenSSL but didn't find any information on this: https://www.openssl.org/news/changelog.html
2
Solved
I want to create my own list of ciphersuites using the cipher strings. The following code works if I put only one string in the set_ciphers function. But I want a customized list of ciphers. There ...
2
Solved
If S2I - "Source-to-image" resource in Openshift3 tries to connect to a TLS Gitlab repository shows the following message: "Peer's certificate issuer has been marked as not trusted by the user".
H...
3
A third party our application is integrate with has recently made changes in their security level protocols. In short, My Axis client should now send calls using TLSv1.1 or TLSv1.2.
I have seen oth...
Dub asked 9/12, 2015 at 13:42
3
Solved
I am having a similar problem. Any direction would help.
The "docker-machine -D ssh default" Allows me to login and work the container.
but it still bugs me as to why do I see this error?
here is...
Arbe asked 25/3, 2016 at 17:7
0
When I changed my CompileSDK version to Oreo, Application is not able to perform network operations over TLS protocol on Oreo devices (Android N too). I just get the error message mentioned in the ...
1
Solved
I am needing to automate the generation of self signed SSL certificates for testing purposes for a project. I am generating a certificate and key using the following OpenSSL command:
> openssl ...
Candicecandid asked 15/4, 2018 at 6:16
1
Environment:
Reporting Services running on a SQL Server 2008 R2 SP3 installation on a Windows 2008 server with .Net 4.6.1 installed and .Net 3.5 enabled as feature. IIS, database and reporting ser...
Murdocca asked 4/4, 2018 at 21:57
1
I am trying to setup mosquitto MQTT server using TLS1.2 using lets encrypt certificates.
I have installed mosquitto and setup lets encrpypt. My /etc/mosquitto/conf.d/default.conf is
listener 1883...
3
Solved
I am writing a simple checker where you can enter a URL that would check if the URL entered is using TLS 1.0, 1.1 or 1.2. Essentially I want to show a message saying "Yoursite.com is using TLS 1.0....
© 2022 - 2024 — McMap. All rights reserved.