HTTPS

Screenshots of JDeveloper https credential configurationto fix SunCertPathBuilderException

How to configure JDeveloper to trust an SSL certificate and fix PKIX path building failed when connecting to an Https URL?

There are multiple reasons to want your JDeveloper 11g/12c installation to connect to an HTTPS URL. You could, for example, need an application you’re developing to connect to a web service over SSL or configure a Maven install that connect to an HTTPS nexus URL. I you try to do so with the default installation

How to configure JDeveloper to trust an SSL certificate and fix PKIX path building failed when connecting to an Https URL? Read More »

How to configure HTTPS SSL on your Weblogic application?

Before going live with your application on WebLogic, I’d always recommend activating SSL on the Weblogic server hosting your application. Accessing your application with the HTTPS protocol will ensure your user’s data are not intercepted. To do so, you should first get a valid certificate : If you are configuring the Weblogic at a company,

How to configure HTTPS SSL on your Weblogic application? Read More »

How to host an https WordPress site on AWS EC2 with a Let’s Encrypt SSL certificate ?

Hosting a WordPress blog/website on the AWS EC2 platform can be pretty useful when you know how to maintain Linux servers and want to tinker it yourself. (Free for your account first-year / then around €10/month) This is great for a small personal blog where you’ll do the maintenance and scalability yourself. (OS, databases, and

How to host an https WordPress site on AWS EC2 with a Let’s Encrypt SSL certificate ? Read More »

Scroll to Top