Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Silvia
29
Views
2
Comments
Certificate Authenticity of the server certificate
Question
I need to verify the authenticity of the server certificate on HTTPS connections before sending data or carrying out HTTP authentication using an external webservice. There is the system action ClientCertificateGetDetails but I tried to used it but did not returned data. Is there an example how to use it? I'm using the platform version 6.
Thanks.
Justin James
MVP
Silvia -
That is because "ClientCertificateGetDetails" is to be used to get the certificate details that the user has sent to the server as part of SSL (SSL can optionally allow a *client* to also send a certificate in order to identify itself to the server).
The right way to do this would be to write a .NET or Java extension in Integration Studio that performs an initial connection to the destination server and verifies that the certificate is valid.
That said, I would *think* that the Web Service call would fail if you are using HTTPS and the certificate is invalid.
J.Ja
João Pedro Abreu
Staff
Greetings.
I'm fairly certain the authenticity of the certificate is checked without need for any extra code. When a certificate is invalid an error along the lines of "Could not establish trust relationship for SSL/TLS secure channel" is thrown before any data is sent.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...