Skip to main content
Solved

How can be added HTTPS certificate for IFS Connect Transport Connectors

  • September 1, 2022
  • 4 replies
  • 454 views

InfFilipV
Hero (Partner)
Forum|alt.badge.img+12

If any third party mail servers / REST endpoints/HTTPS endpoints that requires SSL is being used you probably do not need to care about the certificate, but in case the certificate is not trusted, the mail reader will not be able to establish a connection to the server. To mark a certificate as trusted you need to get hold of the actual certificate and import it to the keystore using the keytool command.

To trust a certificate you need to use the keytool command supplied with the JDK. You will need to locate the JDK used during runtime by your application server.
You can choose to create a new truststore or use the cacerts that comes with the java installation.
Example:
<java_home>/bin/keytool -import -alias <certificate-alias> -file <certificate.cer> -keystore <truststore> -storepass <thePassword>
 

Sources:
Configure the HTTP Transport Connector - Technical Documentation For IFS Cloud

Configure the REST Transport Connector - Technical Documentation For IFS Cloud

Configure the Mail Transport Connector - Technical Documentation For IFS Cloud

 

How could be this configuration done in Cloud? This documentation seem to be outdated.

If I know, there is no access to Docker container, where Server running. But maybe it is possible for OnPremise installation, but how it could be done on BuildPlace environments and Cloud hosted environments?

 

Thanks

BR

Best answer by InfFilipV

I do not know when it was added, but now (in 22.2.4) is there option on Routing Address to import Certificate.
 

 

View original
Did this topic help you find an answer to your question?

4 replies

TheofilLepschy
Sidekick (Partner)
Forum|alt.badge.img+7
  • Sidekick (Partner)
  • 69 replies
  • December 1, 2022

InfFilipV
Hero (Partner)
Forum|alt.badge.img+12
  • Author
  • Hero (Partner)
  • 203 replies
  • December 1, 2022

Hi @TheofilLepschy,
thanks, its look like solution for UsePlace installed OnPremise.

But still do not know, how to use it during development in Build Place.

BR


InfFilipV
Hero (Partner)
Forum|alt.badge.img+12
  • Author
  • Hero (Partner)
  • 203 replies
  • Answer
  • February 9, 2023

I do not know when it was added, but now (in 22.2.4) is there option on Routing Address to import Certificate.
 

 


ERHEUS
Do Gooder (Employee)
Forum|alt.badge.img+3
  • Do Gooder (Employee)
  • 14 replies
  • February 10, 2023

Hi InfFilipV,

The ability for IFS Connect to import third-party certificates via the Web UI at run-time was introduced in IFS Cloud 22R2.

Regards,

Eric T. Heinze

Product Manager 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings