-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Issue Overview:
The code works successfully when using HTTP and the IP address to map the network drive.
However, when attempting to connect via HTTPS, the connection fails, and I'm receiving System Error 1920, which states: "The file cannot be accessed by the system."
Troubleshooting Attempts:
I have verified that the server supports HTTPS, and I’ve tested it using the IP address as well as the fully qualified domain name (FQDN).
I have also checked the SSL certificate for validity and confirmed that the server uses a secure connection.
Network configuration has been reviewed, and firewall settings have been confirmed to allow traffic on port 443.
The issue seems to be specifically related to SSL/TLS connections, as the connection works fine over HTTP.