Consuming webservices in Jaspersoft Studio behind firewall - web-services

I am Working on Jaspersoft Studio. I am trying to consume a webservice from Jasper Studio. I am working behind a corporate firewall. The webservice that I am trying to consume is https. I am getting SSL certificate error. Can anyone please suggest me how to ignore the SSL certification and consume the https webservice in Jaspersoft Studio.
I am using
JasperReports Server CP 5.1.0
Jaspersoft studio 6.5.1

You can't just ignore the SSL certificate if you want to connect to a resource that requires SSL connection. To make it working, you have to import a valid certificate using keytool command into Jaspersoft Studio. Import security certificate at below location:
Jaspersoft Studio Professional-x.x.x root, \final\features\jre.win32.win32.x86_64.feature_1.8.0.u74\jre\lib\security

Related

Consume Https Soap web service in ASP.NET Core 5

I have an HTTPS soap web service that has a certificate.
Firstly, I install that certificate as "local machine" in "Trusted Root Certification Authorities".
Then, I can connect to it and add a reference to it in the .NET Framework project.
But I have a problem when trying to consume it in the ASP.NET Core5 project. When I try to add it as a "WCF Web Service Reference", I got this error:
An error occurred while attempting to find services at 'https://15.5.36.23/yxxx/soap/yyyy?wsdl'.
The request was aborted: Could not create SSL/TLS secure channel.
I use Windows 10 and Visual Studio 2019 V16.10.2.
How can I fix it?
Thanks

CodenameOne Mobile app throws SSL Exception connecting to https server with real certificates (not self signed)

I have an Amazon AWS environment running a spring boot server app with https endpoints. (https://www.myapp.com:8443) A real (not self signed) certificate for www.myapp.com has been installed on the server.
When connecting from an Android release app on a real device (installed via OTA email) I see the exception :
Exception: javax.net.ssl.SSLHandshakeException -
java.security.cert.CertPathValidatorException: Trust anchor for
certification path not found.
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertPathValidatorException: Trust anchor for
certification path not found.
In the Simulator I have added my real site certificate to my IntelliJ java cacerts file and that works fine. From within the simulator all my https calls to the AWS box work fine.
When building the Android app I added the real cert to the keystore and specified that keystore via the CN1 Preferences for the Android settings. This built fine but generated the above exception when run on a real device.
Using a self signed cert via CN1 and deployed on a real device also failed in the same manner.
What am I missing here ?
The keystore in Android builds is used for signing so adding certificates to it is irrelevant as once the APK is signed it won't change anything. If the certificate isn't available to Android or Apple then it's not a great certificate to use. If you open the native browser on Android and the site loads correctly then it should work with the app as well.

Not able to a https web service in ColdFusion 8

We are trying to add a https web service via CFadmin in ColdFusion 8.
We have two ColdFusion applications. One on ColdFusion 2016 and other in ColdFusion 8.
The CF8 application consumes few of the Web services of CF2016 application.
Recently, we added SSL to CF2016 application. So now the URLs of this application are HTTPS.
After it, few of the modules of cf8 that were consuming the webservices of cf2016 stopped working.
We figured it out that we need to update the webservice urls in cf8 with https urls.
We tried to update the webservice urls in CFAdmin but with no success. ColdFusion doesnot allow us to do it. It shows one error message
Error creating web service. Please ensure that you have entered a correct Web Service name or URL.
We have checked the WS url in browser. It's returning the WSDL XML.
After a bit of searching we found this link
http://www.richarddavies.us/archives/2006/02/enabling_web_services.php
It suggests to add the SSL certificate to ColdFusion's Java Keystore and restart ColFusion services. We followed the steps - Imported the SSL certificate to keystore and restarted coldfusion service. But no success. We also tried restarting the whole server.
Can some suggest what else needs to be done to add HTTPS webservice to ColdFusion 8. We are currently clueless.
Configuration:
App1(non ssl) - CF8-multiserver, java6,iis7.5, windows server 2008 r2
App2(SSL installed) - CF2016, java8, iis8.5, windows server 2012 R2
The quickest solution you can do is to upgrade the CF8 to cf2016.
If Windows 2003 Server as there is no support from Microsoft for TLS 1.1 or 1.2 in this server version.
https://blogs.msdn.microsoft.com/kaushal/2011/10/02/support-for-ssltls-protocols-on-windows/

How to configure SSL Certificates in Postman App for Windows 7 64 bit?

How to configure SSL Certificates in Postman App for Windows. I have installed Postman App for Windows 7 64bit. I have certificate format of P12 and PEM. If i supply that in Postman Settings --> Certificates tab in CRT file. But, did not get the certificate by postman. what is wrong ?
Certificates tab is not available in Chrome extension. You need to download Postman desktop app.

SP2016 On Premise Remote Events Fails with following error "server certificate is not configured properly with HTTP.SYS in the HTTPS case"

We are working on SP2016 on premise provider hosted add-in. Remote Events for the same was working fine in SP2013 with no issues. Once, upgraded to 2016 when installing the app. We get the following error.
This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case. This could also be caused by a mismatch of the security binding between the client and the server."
We are using self signed certificates (Root and child certificates). We are following the same process what used to work for SP 2013.
Anyone with similar issues?
Any help would be greatful
I am also experiencing issues with https and SharePoint 2016, something has changed with authentication between 2013 and 2016.
I managed to debug one of our apps in http, and found where it was calling to authenticate the user, for internal use i have http site for authentication. External i am using a proxy.