Click here to Skip to main content
15,880,854 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 Score

SSL 

17 Jan 2023 by Sufyan S Jabr
All items needed to successfully connect to IBM MQ
2 Jan 2017 by Vyacheslav Voronenko
How letsencrypt can be introduced as part of the deployment play for your project using Ansible tool
25 Jun 2013 by Abel Wike
Installation guideline to applying SSL certificate in OpenCart
21 Sep 2015 by Sander Rossel
The last in a series on MEAN web development.
20 Oct 2014 by Kelly Stock
We are eliminating SSL as a possibility in the very near future on our website. We are requiring TLS security - but we would like a grace period where we warn our users they need to upgrade to a browser that supports TLS.Is there any way to determine what SSL protocols a person is...
17 Jul 2016 by Suraj Pant
In this post we will discuss a quickest way to create a secure website with self signed certificate.
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...
28 Oct 2011 by nageswar_kesireddi
Hi,I have deployed a website on a windows server 2008 machine and implemented the SSL as well. Have published the certificate and imported in the client machines as well. Everything was going smooth till last friday. All of a sudden I'm not able to access the web site from some client...
12 Nov 2011 by Mehdi Gholam
Read this : http://www.sslshopper.com/ssl-certificate-installation.html[^]
8 Feb 2012 by Pascal Hubert
Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)
14 Feb 2013 by Sandeep Mewara
Looks like following should get you going: Tip/Trick: Enabling SSL on IIS 7.0 Using Self-Signed Certificates [^]One more: How to Set Up SSL on IIS 7 [^]
15 Sep 2013 by H.Brydon
My old friend Google gives me several examples which can be found here[^].
16 Feb 2014 by HardikPatel.SE
I am using WooCommerse 2.1.1 & wordpress version 3.8.1. I am getting SSL error while redirecting to Login/Register link in my project.... Please help me to solve this error.... & also getting same error while visiting Dashboard, View Order, Change Password pages from My Account.... Please help...
16 Feb 2014 by Nirav Prabtani
Fix SSL errorGoogle chrome shows a yellow or red icon if they see a potential risk on the site. Firefox is worst because it shows an error alert message warning the user. This is NOT good for your website’s reputation (specially the donate page of non-profits). When you see a yellow...
21 Mar 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
It's due to Payment Gateway, I believe.Please check the code, you must be missing something. If you are referring any articles, then ask the author of that article about this issue. He/she is the best person to answer this to you.On the other hand, you can discuss this in PayPal forum....
27 Apr 2014 by OriginalGriff
If this is a "real world" website, then you really should buy a certificate from an issuing authority - I'm not sure that self signed ones will work - I haven't tried, but I wouldn't be convinced if I went to log in to my bank and found it was self signed!If this is for internal use only or...
20 Oct 2014 by Richard Deeming
Unfortunately, there doesn't seem to be any way to do this directly:http://stackoverflow.com/a/25090724/124386[^]The best suggestion from that answer involves two domains and an AJAX call:Lars Kemmann wrote:[^]You could set up your site on two different subdomains, e.g. www.example.com...
29 Sep 2015 by indyarock
Can I use other than 443 port for SSL communication in AZURE ?eg: ServiceDefinition ...
29 Sep 2015 by Leo Chapiro
Short answer: yes, you can!Long answer comes here: Can I use another port other than 443 for SSL communication?SSL is in no way tied to a single port value; in fact, as a protocol, it can be used over any transport medium, as long as that medium provides a bidirectional stream for...
12 Oct 2015 by F-ES Sitecore
Set UseDefaultCredentials to false before you set the Credentials propertyhttps://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.usedefaultcredentials(v=vs.110).aspx[^]
3 Nov 2015 by Richard MacCutchan
See https://support.google.com/mail/answer/78775?hl=en[^].
6 Jun 2019 by OriginalGriff
Probably, yes - but it will cost you! See here: All Registered Domains - WhoIs[^]
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.
7 May 2023 by ToughDev
How to build Wireshark 1.12.5 static binaries for CentOS 5
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: ...
19 Oct 2011 by RaisKazi
Have a look at similar Question-Answer threads below.http://stackoverflow.com/questions/363285/https-with-wcf-error-could-not-find-base-address-that-matches-scheme-httpshttp://weblogs.asp.net/srkirkland/archive/2008/02/20/wcf-bindings-needed-for-https.aspx
20 Oct 2011 by Mark Salsbery
Also, if hosting on IIS you need to make sure your site is configured for SSL...How to Set Up SSL on IIS 7[^]
30 Oct 2011 by Skynet_Code
Hi.If you're going out your LAN via Proxy, may a Proxy Rule is guilty, and you don't receive a 503 Proxy error cause it may use a XML Proxy and negotiation is delegated in that piece. If you don't use proxy, the problem can be at server or client side.I recommend you to use Paros Proxy (Open...
6 Nov 2011 by huotari
I'm trying to configure my wcf service to use ssl with a self signed certificate. The problem is that when my client application tries to connect to the service i get the following exception: "The client certificate is not provided. Specify a client certificate in ClientCredentials". I...
6 Nov 2011 by Mehdi Gholam
Read this : How to: Specify Client Credential Values[^]
12 Nov 2011 by babarock
I know I can use CERTMGR to install a .cer file. My problem is the tool requires responses from the user that I want to avoid.Can I do this function from a program where I can suppress messages? Does anyone have a sample?
9 Jan 2012 by rhino11301
I have an application that is attempt to validate an LDAP SSL account. When I execute the code to authenticate the LDAP SSL connection directly through the application, it works. However, when the ValidateLDAP connection method is in the business rules and executed through the webservice - it...
10 Jan 2012 by rhino11301
Found the solution after additional searching. It was a permissions problem but not something that could be resolved through a UI tool.http://support.microsoft.com/kb/901183Installing the certificate in the Local store is the key.Thanks!
5 Mar 2012 by agent_suwastica
How to connect to smtp server that requires ssl connection ?I am using vb6 winsock control.The server(smtp.gmail.com) is sending a "Must issue STARTTLS first" and when I Send "STARTTLS", the connection was lost.Please help :))
9 Mar 2012 by AZ Rescuer
I'm using GNU TLS library for HTTPS GET/POST but it gives glibc detected: realloc(): invalid next size exception when gnutls_global_init() is called. Backtrace showed that gnutls_global_init() called _gnutls_ext_register() which then called realloc() and returned this exception. How to avoid...
19 Apr 2012 by afsal.mp
Hi i have backup my SSL certificate and private key in to my system.. i am not able to open it. what can i do for open that file.Thanks Afsal
20 Apr 2012 by afsal.mp
hiwhen i open my SSL certificate it shows "this file is invalid for use as the following pkcs #7" like this. how can i solve this problem.
17 May 2012 by SASS_Shooter
What Microsoft does not make clear is that you cannot use private certificates for authentication on an SSL connection. As I recall (my memory is foggy) there are two steps to the deployment. The first is defining to IIS and for that you can use a private certificate (using makecert). For...
17 May 2012 by Randy Kroeger
I had spoken with a coworker and they mentioned that I would not want client certificate for this implementation. So, I reverted my code. The error I am getting is: [System.ServiceModel.EndpointNotFoundException]: {"There was no endpoint listening at...
18 May 2012 by rahuldas14
I am using this code:void check_cert(SSL* ssl){//ssl initiationSSL_library_init();SSL_load_error_strings();const SSL_METHOD *meth;meth = SSLv3_method();SSL_CTX *ctx;SSL *_ssl;ctx = SSL_CTX_new(meth);int result = 0;//getting the CA certificateresult =...
18 May 2012 by SASS_Shooter
You cannot have an HTTPS address for you WCF service without a client certificate. Without the certificate you are bound to http as your protocol.An alternative approach is to devise a scheme where the client computes a token and embeds the token in the header of the message. Then you...
6 Aug 2012 by thuanleminh
Hi,I have an web site that was wrote by Java and published on my server as bellow link : http:///61.x.y.z/web_app i want to convert it to dns and https link , such as https://abc.comso , how can i do ?thank !
26 Aug 2012 by Donez
First this is my first question here at codeproject so i hope i find good answers that satisfies my needs. Below you will my problem exactly●How my program works1- TCP Listener [Server]2- TCP Client [Client]During Account Login:1- C > S : Username&Password [Encrypted using...
26 Aug 2012 by nitin bhoyate
Dear According to my opinion for more security you should buy SSLCertificate from any provider..though this might help you...http://dotnet.sys-con.com/node/113335[^]
30 Sep 2012 by harshada3
css:.ContentArea{float:lef...
30 Sep 2012 by Unareshraju
Hi Harsha,.ContentArea{float:left;width:984px;height:auto;background-image:url("images/mid_bg.jpg");background-repeat:repeat-y;}Ref Link: http://www.w3.org/TR/CSS2/colors.html[^]
30 Sep 2012 by Zoltán Zörgő
You are mixing http and https. I suppose your images reside on a folder where you have not enabled https, but your page is under https.
2 Oct 2012 by david pretham
Dear All,Actually that application having header file where it is undefining the XNAME_509(509.h). this is not taking while compiling the source code. and it is conflicting with the system defined XNAME_509 in wincrypt.h header file. So i have undefined in the same header file which i am using...
29 Oct 2012 by joshrduncan2012
Hi everyone,I am looking for suggestions from anyone regarding how to acquire digital signature certificates. What is the most popular place to acquire them? Are there any that can be free or do you have to purchase them? I'm about to deploy my first Windows Forms project and I'm new to...
29 Oct 2012 by Sergey Alexandrovich Kryukov
Please see:http://en.wikipedia.org/wiki/Certificate_authority#Providers[^].Please read the whole article to get more understanding of the technology, purpose and available options. As one option, consider making a self-signed certificate, which you can create, say, using...
30 Oct 2012 by Rohith Gopi
Hi,I got a code for creating self signed certificates, In that while calling a function i am unable to specify the certificate name because i dont know how to give that.Public Shared Function CreateSelfSignCertificate(ByVal distinguishedName As X500DistinguishedName, ByVal startDate As...
2 Nov 2012 by CafedeJamaica
I had a problem with the service point manager where the certificate was not trusted on the server that I tried to access.
22 Nov 2012 by Member 9622369
// Put your device token here (without spaces):$deviceToken = '0f744707bebcf74f9b7c25d48e3358945f6aa01da5ddb387462c7eaf61bbad78';// Put your private key's passphrase here:$passphrase = 'pushchat';// Put your alert message here:$message = 'My first push...
29 Nov 2012 by sedigo
Hi,I try to connect my c# app to mysql(.net connector) using ssl. Following the .Net connector, i installed Openssl(.msi) on my computer as well. i have the .pfx file and the password. this is my connection string:server = "hostname"; database = "sqlserver"; uid =...
18 Jan 2013 by OlDevel
I created a self-hosted WCF service and client on 2 different development machines on a LAN, and used basicHttpBinding in order to test connectivity and functionality. The tests were successful.My goal is to use wsHttpBinding with TransportWithMessageCredential security, and...
14 Feb 2013 by Manikandan Sekar
I tried creating a ssl certificate bur after creating text file in c:\ and i saved as certificate.cer and when i tried to import that .cer file in IIS to create a key its shows unrecognised file(but when i browse to open the cer file in bottom file types it shows as *.cer only) but even though...
26 Feb 2013 by Member 9845850
I hosted my asp.net code in IIS7.0 as a website and for a single aspx page in "Features View" tab enabled the SSL Settings with client certificate required option.I created a new "Self-signed certificate" in iis.When i access that particular page without https it correctly shows "The...
28 Feb 2013 by shani_759
Hi there,I'm working with window from application that uses the web service. That web service require the client to pass SSL certificate along with its object. But I'm Getting the exception"cryptographic exception was unhandled Unspecified Error".Here is my...
19 Mar 2013 by Kevin Johnson SSL
Have you set the SSL port directive in IIS to 443? Perhaps if you can show your IIS config?Also this MS support article may help you: http://support.microsoft.com/kb/324069[^]
19 Mar 2013 by Kevin Johnson SSL
Here is the link from Microsoft website which provide full information about How to create SSL certificate on IIS. Visit: http://support.microsoft.com/kb/324069[^]
23 Mar 2013 by OriginalGriff
The first thing you need to learn is that MD5 is not an encryption algorithm.It is a Hashing algorithm. The difference is that encryption can be reversed - Hashing cannot.Hashing is destructive - it throws away information to generate a small, fast code which can be used to verify data,...
8 Apr 2013 by sumana_sristy
In development level I want to add feature green address bar in SSL certificate.
9 Apr 2013 by Zoltán Zörgő
"green address bar" is not a programming feature. If you buy a proper level of SSL certificate, you get the green bar by default. You don't have to, can't do anything more about this.Have a look here: http://www.digicert.com/ssl-support/code-to-enable-green-bar.htm[^][Update]"Green...
9 Apr 2013 by sumana_sristy
My company name Dohatec New Media in Bangladesh. This company provide SSL certificate. Now we add secured seal feature. Please give some suggestion. Thank you.
30 Apr 2013 by kalai33
Is it possible to expose session keys from the client or server side which are using Openssl libraries for debugging purposes?
7 May 2013 by Bikash Prakash Dash
Follow thisHow to Create SSL Secure Server (HTTPS) in Local IIS?[^]
2 Jul 2013 by Shanuka Wijekoon
Hi,I have asp.net web api application hosted in iis server.Web api application uses httpwebrequest class to request data form remote server located in another machine which is ssl enabled. I need to access data from that server using httpweb request from my application.I dont know how to...
29 Jul 2013 by PratapReddyP
This might help you.Dealing with Certs
24 Aug 2013 by Sicppy
I am trying to make a custom proxy application in c# and i need to know how to do the following. - Intercept all outgoing data - Send data to proxy server - Complete connections to intended destination - Return data to clientI am completely lost and would not begin to...
17 Sep 2013 by ooolaoolaola
I've got an HTTPS client and a HTTPS server coded in java, i need to make a SSL connection to the HTTPS server to get a message based on the condition that the client should accept the connection if the certificate hash of the server's certificate during SSL handshake equals to the one i've...
25 Sep 2013 by Member 3828789
Hi all,I am new to all this SSL concept. SO few thing i need to know about SSL and its best practices..First i figure out a way to generate .CSR and got certificate from provider. i bind the SSL throught IIS7. now my question is when i open my website http:/www.foobar.com it open...
2 Oct 2013 by mohammad_nazari
HiI wrote a webservice that server is written in php and client is written in c++, and I used openssl package for generating rsa pair key to secure data transferming.At the first I wrote both client an server in php for preparing services and every things goes OK. but when I started transfer...
11 Oct 2013 by ASP.NET Community
Traffic on the wire needs to be secured as well.  Usually this means SSL, but sometimes it means IPSec or certificates.How ToHow To: Call a Web
23 Oct 2013 by karthikh87
Now i have installed ssl and when i open in http://abc.com and https://abc.com both opens perfectly but now i need to force open https even when people type http only..i have tired httpd.conf file with below codes but still no resultRewriteEngine On# This will enable the Rewrite...
27 Oct 2013 by garav kumar mishra
i am trying to execute url query to url and get result.earlier i used to get some result.But after few changes from client side it doesn`t give any output Below is error description10-28 12:04:29.297: I/InetAddress(24177): InetAddress_getaddrinfo>10-28 12:04:29.297:...
26 Nov 2013 by BerkArslan
Well, it's a bit late but establishSecurityContext="true" might be the solution.
22 Dec 2013 by pulkitluthra
Hello folks!We are trying to access a WCF Service hosted on SSL from behind a proxy(Squid) via a Silverlight Out of Browser application.When I paste the https URL in the browser, it works fine. However, we were not able to access the service from our application. It works fine even when...
5 Jan 2014 by flodpanter
Hi there,I would like to know if anyone has experience with accessing the Central Certificate Store(CCS) found in Win Server 2012 from .NET code? To be more detailed read below:1. I have a website which dynamically loads specific certificates used for different web services. This...
30 Jan 2014 by shubas
I mocked web-service via SoapUI 4.6.2, that service is client side authenticated.I tried to connect to the service by the following code:ServicePointManager.CertificatePolicy = new MyCertificateValidation(); MyService.Url = "https://MyIP:9988/mockService?WSDL"; ...
6 Feb 2014 by arnavut
I have IIS 7 that serving several site on it. Only one site has SSL certificate (For example: ssldomain.com). But when i visit any other site with https, IIS show me ssldomain.com.Thanks.
21 Feb 2014 by David Days
Please clarify one point:From the text of your question, you are actually asking about communicating with a MS SQL Server, and the SQL Server requires communication over SSL. Is this correct?If it is, then the fact that the communication is coming from a servlet is mostly immaterial. ...
14 Feb 2014 by David Days
Got it.There's a lot of information to work with, and not all of it will fit into a single post; however, I will try to get you started in the right direction. I may be a few versions of Tomcat behind, but it sounds like this project may be, also, so this information shouldn't be too out of...
20 Feb 2014 by jar8695
Hi all,I have a Java servlet (Java 1.6.0.29) running in Tomcat 7.0 all in Windows. SSL has been set up to encrypt information between the servlet and databases. Also, I have a test instance of the servlet and a Live instance. I am using SoapUI to simulate web requests and Wireshark to check...
21 Feb 2014 by jar8695
Hi all,I found an answer to this. I was assisted through another question on this forum;Servlet Security with SSL[^]Discovered that in my Eclipse development environment there were two context.xml files that were probably causing conflicting configurations.Also,iscovered that...
22 Apr 2014 by Ahmad Haghighi
HiI need to implement SSL Handshake in C#I don't like to use sslStream class(because it is so general), i need to split it and do every step of SSL Handshake manuallye.g send Hello Message to server and receive Server Certificate and extract public key from it and calculate NotAfter and...
27 Apr 2014 by DamithSL
Tip/Trick: Enabling SSL on IIS 7.0 Using Self-Signed Certificates[^]
18 May 2014 by Aamir Latef
I want to host an secure asp.net website so that all the pages can be viewed as https:// can any one please tell me how to implement that ................ My question is not about local IIS hosting its hosting remotely on a hosting server.
18 May 2014 by karthik Udhayakumar
Hello Aamir,Approach 1(If you have remote access to the server)http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx[^]Approach 2(If you dont have access to the Server)Request the SA(Server Admin) to perform...