You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
IntelliJ's Notifications tool window shows a certificate error for the /artifactory/api/system/version endpoint.
However, the JFrog plugin is able to connect to our internal Artifactory installation which uses a server certificate issued by a custom CA.
In addition, the JFrog plugin is able to analyze dependencies so HTTPS requests are in general succeeding.
To Reproduce
Open a project.
Configure the JFrog plugin to use an internal Artifactory instance which uses a server certificate issued by a custom CA.
Ensure IntelliJ trusts the Root CA.
Verify that the JFrog plugin's Test connection succeed.
Select the JFrog tool window and press the Refresh Scan button.
Observe that the JFrog plugin correctly analyzes the project's dependencies.
Open the Notifications tool window and observe that there is a certificate error for the /artifactory/api/system/version endpoint. No other certificate related errors are shown.
Expected behavior
There should be no certificate errors.
Screenshots
Versions
JFrog IDEA plugin version: 1.15.0
Operating system: macOS 12.4
Xray version: 7.38.10
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
IntelliJ's Notifications tool window shows a certificate error for the
/artifactory/api/system/version
endpoint.However, the JFrog plugin is able to connect to our internal Artifactory installation which uses a server certificate issued by a custom CA.
In addition, the JFrog plugin is able to analyze dependencies so HTTPS requests are in general succeeding.
To Reproduce
/artifactory/api/system/version
endpoint. No other certificate related errors are shown.Expected behavior
There should be no certificate errors.
Screenshots
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: