Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (29.3k points)

I am trying to configure the email notifications in my Jenkins but I am getting an error while testing the config.

1 Answer

0 votes
by (50.2k points)
edited by

This error happens because the Java environment does not have information about the HTTPS server to verify that it is a valid website. It is a common error and the workaround for it will be:

Go to Manage Plugins > Plugin manager > Advanced

You should see the "Update site" option which happens to have the link with https protocol. Just remove the 's' after 'http' in the URL provided and submit the changes and click on "Check Now".

You should now be able to send your notifications.

Hope this helps.

For more information, check out this jenkins tutorial.

Browse Categories

...