Click here to Skip to main content
15,889,724 members
Everything / SSL

SSL

SSL

Great Reads

by Sufyan S Jabr
All items needed to successfully connect to IBM MQ
by Vyacheslav Voronenko
How letsencrypt can be introduced as part of the deployment play for your project using Ansible tool
by Abel Wike
Installation guideline to applying SSL certificate in OpenCart
by Sander Rossel
The last in a series on MEAN web development.

Latest Articles

by ToughDev
How to build Wireshark 1.12.5 static binaries for CentOS 5
by Sufyan S Jabr
All items needed to successfully connect to IBM MQ
by David Maw
A working example of a Windows client and server using TLS over TCP.
by Sundeep Kamath
How to create self-signed certificates using makecert.exe

All Articles

Sort by Updated

SSL 

28 Mar 2024 by Reno89512
did you try this? openssl pkcs12 -in [yourfile.pfx] -nocerts -out [drlive.key] it worked for me and a few of my PFX files with private keys within. you just have to type in the passwords you used to create the PFX to extract the .crt and/or...
27 Feb 2024 by Abdulsubhan 029
Dear, I have Windows Server 2016 and I'm using OpenSSL to extract .key from .pfx but unfortunately, I'm facing an error. Quote: Error outputting keys and certificates 002F0000:error:0308010C:digital envelope...
21 Sep 2023 by OriginalGriff
We cannot help you: you need to talk to Apple as they are the only ones with access to their systems, particularly since real world money is involved!
21 Sep 2023 by mike y 2023
Hi, We have a web app in which we integrated Apple Pay in which the merchant ID association certificate has expired. Further, we created a new certificate and uploaded it again and verified that but currently in the verification process it still...
13 Sep 2023 by CodeWraith
When sending a request with the HttpClient class, we always get the 'The request was aborted: Could not create SSL/TLS secure channel' error. The code is part of a library and has successfully accessed other services before. That's why I suspect...
7 May 2023 by ToughDev
How to build Wireshark 1.12.5 static binaries for CentOS 5
14 Feb 2023 by Andre Oosthuizen
Not my field of expertise but I think the following might help, we had a similar issue a while back. Navigate to the directory where your current key file is located - openssl req -new -key your_existing_key.key -out your_new_san_file_name.csr...
14 Feb 2023 by Abdulsubhan 029
Dears, There is an existing internal/local certificate that is used for encryption purposes on the windows server for the .NET applications. The request is to renew the certificate with the old private key. I have tried the below OpenSSL cmd to...
17 Jan 2023 by Sufyan S Jabr
All items needed to successfully connect to IBM MQ
19 Dec 2022 by omid amin javaheri
salam Ali this is your answer have good time
6 Dec 2022 by InTech97
Disabling HTTP/2 at the server level in the registry resolved all of the aforementioned issues for all browsers in all environments. The following is the registry script that was executed: Windows Registry Editor Version 5.00 ...
29 Jul 2022 by mathi1234
Hi, am trying to code the OPENSSL, but at the runtime execution gets hung state at SSL_CONNECT(ssl) function nothing is returning. please help me for this case am so stuck. //Application Function int openssl_client_connection(char *p_IpAdd,...
29 Jul 2022 by k5054
I'm not going to wade through ~500 lines of code to try to figure out where things have gone wrong. Start by using the openssl command line openssl s_connect host:port and confirm that your server is behaving correctly. You're using...
3 Jul 2022 by mathi1234
Hi, am try to implement a TLS/SSL in my project with BIO, but thing is am not getting exact code (resource). please give me client side example code. What I have tried: seen lots of code in cpphotexamples website
3 Jul 2022 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
28 May 2022 by Member 15653625
I have generated ssl for github enterprice server using this What I have tried: https://www.baeldung.com/openssl-self-signed-cert[
26 May 2022 by Haifovchanin
I'm trying to upload a file to FTP server using SSL certificate, but receives WebException with the following message: 'The remote server returned an error: (501) Syntax error in parameters or arguments. The code I'm using to send a file is the...
26 May 2022 by CHill60
Quote: If you set UsePassive to false, then you need to make sure that the port for the command channel is open (i.e., you need to define endpoints and access rules). Unless there is a good reason to not use passive, you are far better off using...
19 Jan 2022 by Member 15265176
Hi, I am using Michael Chourdakis 's SSL : Convert your Plain Sockets to SSL Sockets in an Easy Way[^] library to enable TLS 1.2 in my windows C++ application. I want to installed ECDSA self signed certificate on client and server, and establish...
31 Dec 2021 by Member 11656878
I am trying to auto sync my remote database with my local machine by using php file_get_contents and connecting to remote server with ftp_connect frequent intervals. I am using windows Task Scheduler from my local machine for that. My php...
6 Dec 2021 by Morad Abdelrasheed
Hello there, I was making a HTTPS server in java from scratch for my school project, and I encountered an error. I put an upload feature for users and it sends data using multipart/form-data. The problem is that any request over 16384 bytes...
16 Nov 2021 by saxenaabhi6
I got a website working on http and https bothbut mywebsite.com/xyz.svc only works with http not with https.solution tried:added binding below: ...
15 Sep 2021 by erummirza
I tried to connect with development server certificate Running on IIS express . working with dot net core .Now I m accessing api from dot net client console application giving me ssl error Warning: Potential Security Risk Ahead Firefox detected...
23 Jul 2021 by Gaurav Otpl
Please any one help me on below error:- The request was aborted: Could not create SSL/TLS secure channel. Same was working fine using postman with tls and tls1.3 version. but when i try it through ASP.NET 4.8 application. it does not work and...
27 May 2021 by Reinhold Ilse 2021
To test client authentication, I set up an Apache server with PHP 7 and a Tomcat 7 server and configured them for Https. The servers run on an older laptop under Windows 7 and on a desktop PC under Windows 10 Pro. All tests work as planned. A...
23 Mar 2021 by mrdreamlife
I have ReasonCode 2538 when I connect to server from client MQ .net using amqmdnet.dll. public string Connection() { MQQueueManager mqQueueManager = null; try { MQEnvironment.SSLCipherSpec =...
23 Mar 2021 by CHill60
We need to know quite a lot about your installation in order to work out what is going wrong here. You haven't supplied it and frankly this is probably the wrong place to reach out for this level of help. A couple of starting points though .....
16 Mar 2021 by Nilesh vairat
I am working on a .net application which is migrated from 4.5.2 to 4.7.2 .net framework. After the migration I was testing my app for only TLS1.2 connectivity and the application breaks while downloading some images with https protocol. if I...
7 Feb 2021 by TheBigBearNow
Hello all, I been trying to figure this out on my own for over a week now and tried so many different things but I have not yet got it working. I have a linux server I am deploying my .Net Core Web API on, also I am deploying my .Net Core MVC UI...
7 Feb 2021 by RickZeeland
Maybe the information here will help, search for SSL: Kestrel web server implementation in ASP.NET Core | Microsoft Docs[^]
26 Jan 2021 by Member 14530069
hi i work on a small project which includes socketcommunication. Specifically a TLS connection to a server. The Serverside works so far. But the client seems to block all parallelism tasks. Does anybody know where to get a sample with Sockets...
26 Jan 2021 by Richard MacCutchan
You need to set the blocking mode on the socket: Socket.Blocking Property (System.Net.Sockets) | Microsoft Docs[^]
4 Jan 2021 by InTech97
Summary Environment: Windows Server 2016, IIS 10, MSSQL 2008, SSRS, ASP.NET webforms site, Wildcard SSL/TLS Certificate, IIS URL Rewrite 2.1 (MS supported download) Issue Summary: Two of the site features i.e. downloading files and displaying...
4 Jan 2021 by thatraja
Your question has lot of things. Here few threads to start. Hope you configured things correctly. Configure SSRS with an SSL Certificate – SQLServerCentral[^] reporting services - Configure SSRS for SSL - Stack Overflow[^] What to do when you...
1 Oct 2020 by Gerry Schmitz
I'd probably upgrade "JBoss 2008" to something more recent. "Suddenly" usually means you upgraded to a new component somewhere that is now incompatible with some older components. In my case it was Windows 8 PC's stopped talking with Windows 10...
1 Oct 2020 by GenJerDan
System info: RHEL 5, JBoss (circa 2008) Our system uses a web app to monitor a process on the system. It connects to https://localhost:8443/App yadda yadda It suddenly stopped working one day: "The page you are trying to view cannot be shown...
28 Jul 2020 by Mehdi Gholam
Say I have a web server (ip : 172.20.1.26) and I want to use HTTPS for javascript service workers, how can I get a certificate for that machine? What I have tried: Tried a self signed certificate, but the browsers complain.
28 Jul 2020 by OriginalGriff
Have you tried Let's Encrypt - Free SSL/TLS Certificates[^]
28 Jul 2020 by Saeeed Sayed
I have a desktop application vb.net connected to sql server database I want to active sql server ssl , what the settings on vb.net as connection string And any other settings in my application to join with sql server ssl using ip What I...
28 Jul 2020 by OriginalGriff
See here: How to enable SSL encryption for an instance of SQL Server by using Microsoft Management Console[^] - it includes the basics for your client app as well.
5 Jun 2020 by Ramakrishna.Pathuri
My VM setup: Azure VM: Windows server 2019 datacenter IIS 10 I have purchased a domain & Standard SSL from GoDaddy and pointed it to the Azure VM. Initially, the website was running on IIS using HTTP on port 80. I have purchased SSL from...
6 Nov 2019 by KentJ05
Hi I am getting a time out when I try to send email with VB.net using ssl. It works fine if I disable SSl and use port 25. I have tried enabling SSL and using both port 465 and 587 and every time it times out when I try to send. We use this mail server to send out email with ssl on port 465...
31 Aug 2019 by Citrom67
Ever since I made my discord bot I get the same error over and over again, no matter what I do in the code! I get this error message when I use httpclien/webclient and I get it even when I don't use it! Quote: SSL connection could not be established, see inner exception Authentication failed,...
31 Aug 2019 by RickZeeland
If you are using an older .NET framework version, or older Windows version, you can run into TLS problems. See article here: Solving the TLS 1.0 Problem - Security documentation | Microsoft Docs[^] The simplest solution is often to use a newer .NET framework version.
6 Jun 2019 by OriginalGriff
Probably, yes - but it will cost you! See here: All Registered Domains - WhoIs[^]
6 Jun 2019 by Member 14484020
can I get a list of all http sites in the world? What I have tried: I've tried inurl:http but it takes forever to get even a bunch of sites right and I have to think of new keywords everytime to get the sites. Is there kind of a directory or a script i could use to filter the http from all...
30 Nov 2018 by Member 14073313
now i dont have certificate anymore my site doesnt load Style.css its like a mess and warning pops up when i visit my site this is the htaccess file ExpiresActive on # Your document html ExpiresB - Pastebin.com[^] What I have tried: tried removing the code...
30 Oct 2018 by Yount_0701
Hello everyone! I'm trying to use openssl lib to access some web and analyse the http json response.the earlier test is ok until it send http request through a http proxy. i'm not familiar with this lib, which sounds very powerful. and i'm sure that the proxy problem should be considered by the...
24 Sep 2018 by David Maw
A working example of a Windows client and server using TLS over TCP.
19 Sep 2018 by Eduard Keilholz
Hi all! I'm working on a bunch of microservices in VS.NET 2017, all written in ASP.NET Core (2.1) with SSL enabled. My project is like so - Client project (running Angular) - API Gateway project (using Ocelot) - Microservice - Microservice - Microservice - IdentityServer4 All projects run...
29 Aug 2018 by Vignesh.J
We have developed a Web API application and we are using Mutual TLS V1.2 for Authentication. We have two servers (X and Y) in INTG Environment and also we have a load balancer. Server X and Y are accessed via load balancer server. I have hit one of the Web Api Get request URL by selecting the...
10 Jul 2018 by ranio
I am having issue while trying to connect via web socket to a url with wss protocol. The hosted url with http works fine when i try to consume from client with ws protocol. But with https i get below exception. I created a self signed certificate in IIS and was able to start server. But while...
13 Jun 2018 by perosoft
// --------------------------------------------------------- // Send text + n files attached // // command line compile // // g++ -Wall -fexceptions -Wno-write-strings -DCURL_STATICLIB -I/usr/local/include -g -c send_email.cpp -o send_email.o // g++ -o send_email send_email.o ...
13 Jun 2018 by ansh_kumar
I want to send an email with attachment from c++ using libcurl( http://curl.haxx.se/[^]).I'm able to send an email successfully from gmail server but don't know how to send with attachment.The code I'm using is as follows:#include #include #include...
2 Jan 2018 by Hitesh Rohilla
So I just baught a new domain and single domain linux hosting from bigrock and I checked in hosting thet have a ssl folder in root directory. This folder has following contents in it. I haven't baught SSL certificate from them /ssl/ /ssl/certs/.crt /ssl/csrs/ /ssl/keys/.key...
28 Oct 2017 by gavinsimpson
Just a slight change to Solution 7, to allow the sending of the email body text and an attachment. The key is in the boundry #include #include #include #include #include using namespace std; #ifdef _DEBUG #pragma comment(lib,...
28 Oct 2017 by Hitesh Rohilla
I have just migrated a WordPress website from HTTP to HTTPS and few pages are not migrated properly because the content is blocked due to CORS policy. the problem is two sources to qualify CORS policy error are from the same domain but just its different in security level one is HTTPS and...
28 Oct 2017 by F-ES Sitecore
Don't have absolute links to resources (ie ones that have the domain in them too), use ones like '/wp-content/themes/academia/dist/fonts/montserrat/montserrat-regular-webfont.woff2' instead. That way it will use the same domain and protocol that the page requesting it is.
3 Oct 2017 by Charlie Andrews
Hi , I am changing my web server and moving to azure web apps. Earlier i had created a certificate request using iis and SSL certificate was allocated to me. Now since i am changing the web server , I need to again re-key the certificate and for that i need to create a new certificate request...
3 Oct 2017 by SagarPatil44
Currently I have implemented one secure server using TCPListener and trying to connect to it from client which is, Javascript application through browser. I am trying to communicate using SSLStream and proper certificate is provided using following method. private static X509Certificate2...
18 Jul 2017 by RAHUL(10217975)
Hi All, I am using IIS 8.5, I created self signed certificate on server and named as mydomain.com and configured certificate to HTTPS bindings. When I am trying to browse website on server, link is working properly but same link when i am trying to access from my local pc it showing...
18 Jul 2017 by RickZeeland
Maybe you can try this Powershell script: Script Self-signed certificate generator (PowerShell)[^]
24 Mar 2017 by Member 11240136
We are developing an Azure webjob that needs to communicate to several servers, each one of them demanding a separate SSL connection. We have our certificates stored in an external server and load them at runtime together with the corresponding SSL connection settings. When we invoke the...
24 Mar 2017 by Allan Xu
This article explains how to do it:[^]
15 Mar 2017 by Chirag B
I have a web service (asmx) that is being called by winforms client application. Currently, I am using a shared SSL with the web service that is being called by winforms client, not sure how secure is that. But, I would like to implement SSL Certificate security to validate client requests that...
8 Mar 2017 by Member 11820482
Afternoon all, I;ve created a simple app using a webservice and now I want to secure it using a third party SSL. I already have the SSL installed and working on my webservice, now I want my iOS project to connect but I can't figure out how. I've already successfully connected and...
8 Mar 2017 by Member 13047714
Did you find any solution? I am also implementing SSL pinning in IOS. But cant understand how to do it? If you have the solution kindly post it with sample code. I am also using AFnetworking for objective c
5 Mar 2017 by xXxRevolutionxXx
I found this webpage: bearcave SSL example that gives a full example on how to use SSL... so that you can understand everything... and then transform this knowledge to your own "SSL Connection". I leave it here, hoping that others will find it useful as i did.
4 Mar 2017 by xXxRevolutionxXx
Hello ! I have two programs(created with python 2.7), that exchange data(phrases or/and files) using sockets. What i want, is the connection to be secure, so no one can read or access these data. I tried using encryption algorithms, but that wasn't much practical. So i found that i could use...
4 Mar 2017 by Richard MacCutchan
Quote:I tried to find information through the official python SSL doc, and some stackoverflow articles.It took less than 1 second to find 17.3. ssl — TLS/SSL wrapper for socket objects — Python 2.7.13 documentation[^].
12 Jan 2017 by Member 11134219
For Dynamic email sending you can use following c++ code:#include #include #include #include #include #include int flag=0; std::string TO; std::string FROM; std::string CC; std::string Date; std::string...
5 Jan 2017 by tjanos123
Hi,I have a question about SharePoint 2013. I would like to host a WCF service in SharePoint and of course I would like to call these methods through a web client.Idea:There is a SharePoint 2013 WCF service, which available via HTTPS connection. I would like to call the service...
3 Jan 2017 by Sundeep Kamath
How to create self-signed certificates using makecert.exe
3 Jan 2017 by RohanBhosale21
IWinHttpRequest interface was working fine until TLS version has been changed from Server side. TLS version of server has been changed to TLSv1.1 and higher.because of this change I am not able to get any response from server.So I decided to use WinHttpSetOption to set protocol version....
3 Jan 2017 by RohanBhosale21
Thanks for the help. I got it working. I found that WinHttpSetOption function requires The HINTERNET handle on which to set data. This can be either a Session handle or a Request handle, depending on what option is being set. And for option WINHTTP_OPTION_SECURE_PROTOCOLS we have to give...
2 Jan 2017 by KarstenK
You must have done something wrong. Read the documentation on Option Flags for WinHttpSetOption. The value WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_1 should be right for you.If it doesnt help ask with GetLastError() about the error code to figure it out.
2 Jan 2017 by Vyacheslav Voronenko
How letsencrypt can be introduced as part of the deployment play for your project using Ansible tool
13 Nov 2016 by Kornfeld Eliyahu Peter
First of all...I do not think .NET can handle jks files as source of certificate... you need pfx files...See here one options how to convert between the two or connect the device vendor for one... Create a PKCS12 (.pfx / .p12) from a JKS / JAVA keystore[^] As for the WSDL...The moment you...
8 Nov 2016 by sampos
new to WSDL SOAP using SSL in vb.net Application, having trouble integrating.What I have tried:Hi, I am new to WSDL and soap, I need to integrate a device, we were provided a WSDL file and a .jks file which I think is for SSL certificate. I have successfully referenced the WSDL, but...
20 Sep 2016 by Member 12750767
My company has a Wordpress site and we would like to have a green padlock for the url, unfortunately https://www.v2.com/blog is redirecting to http://What I have tried:I have already changed Site Url and Wordpress Url to https://www.v2.com/blog, reset all permalinks, I have even changed...
8 Sep 2016 by Sander Knape
How to use let's encrypt for free automated SSL certificates
12 Aug 2016 by Manoj Reddy Ch
Securing BizTalk WCF Receive Locations with SSL and Client certificate authentication and authorization.
27 Jul 2016 by PascalLqX
Hi,I have problem sending SChannel TLS message larger than the negotiated maximum length. I defined a class handling the SChannel context (class my_context) and a class handling the socket that uses my_context class to encrypt the data to send.When my_socket.write() is called with a...
26 Jul 2016 by KarstenK
At first: you can only write the max size which is supported. Normally you write the message piece after piece til all data is written.Maybe you must split the uncrypted data in small packets, then encrypt and then send til all data is transfered.Take a look at this example code for...
17 Jul 2016 by Suraj Pant
In this post we will discuss a quickest way to create a secure website with self signed certificate.
1 Jul 2016 by tahirhemani
I have a requirement that I need to call a service which uses MA-SSL. Our network team provided me a *.jks file.Using SOAP UI, I was able to add the file in SSL Settings and was able to make a call to the service and got a response.As you may know, the MA-SSL is different than SSL. We...
21 Jun 2016 by Sander Knape
Setting up SSL for your server may seem like a daunting task. In addition, why would you do it? What are the benefits? There are multiple, actually, with some of the most important ones being:
28 May 2016 by Sergey Alexandrovich Kryukov
The explanation about RSA found in the body of the question, if it is what you really mean, shows that the question formulated in the title of the question is incorrect. Besides, it would be good to know why you are asking for alternatives, that is, what's wrong with OpenSSL. Please see my...
28 May 2016 by Member 11346124
is there any alternative of OpenSSL ?i will highly Appreciate your concern thanks! I am looking for looking for something on MSDN public private encryption RSA. But i found OpenSSL on youtube and google. Please help me. i am having trouble to understand! ThanksWhat I have...
19 Apr 2016 by Bhuvanesh Mohankumar
When we access the WEB API service methods from a web application through Ajax calls, will there be any access restrictions for the following scenarios“HTTPS” Web application accessing an “HTTP” WEB-API “HTTP” Web application accessing an “HTTPS” WEB-APIWill there be any impact on...
19 Apr 2016 by Richard Deeming
A page served over HTTPS should not be able to access an API served over HTTP, as this would not be secure.A page served over HTTP will be able to access an API served over HTTPS.However, this is unlikely to be the problem. It sounds like you're trying to access an API which does not...
21 Mar 2016 by Dharmesh_Kemkar
Basics on Cryptography, SSL and Digital Signature
1 Mar 2016 by Akhil Mittal
This article will explain how to make WebAPI secure using Basic Authentication and Token based authorization.
23 Jan 2016 by NightWizzard
Looks like your android side code expects the data formatted as text/xml with UTF-8 encoding but your service uses json as default format for all interface functions (service webconfig contains >defaultOutgoingResponseFormat="Json"
20 Jan 2016 by MK-Gii
Hello guys,Anyone know if there is a programmatic way of identifying if particular website is requiring SSLv3 or TLS1.2 ? For example if you have an older version of OS (like old Win Srv 2003) and you want to open any SSLv3 requiring site with IE - you will fail to load it since win 2003...
13 Jan 2016 by DeDenker
Take a look at Gevent module, it is designed for non blocking.