Hello all,
I installed and federated Notebook server Standard with ArcGIS Base Deployment 10.7.
When I try to open a notebook I can see from docker that the container is created and than its status is "running" but I have an error related to the SSL certificate like this:
".nbserver.crt file doesn't exist"
so I created .crt file and added it into the following dir
<arcgisnotebookserver>\directories\arcgisworkspace\<my_user>
and I receive the following error
ssl.SSLError: [X509: KEY_VALUES_MISMATCH] key values mismatch
so I created .key file and added it in the same dir and I receive the following error
[SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN
I'm using a wildcard CA certificate using the official DNS of my company and It is the same I used in the base deployment.
How can I solve this issue?
Thank you in advance
Fabio